Modifier and Type | Method and Description |
---|---|
Set<QName> |
AbstractWSTXHandler.getHeaders()
Delegates to the JaxWSHeaderContextProcessor.
|
Set<QName> |
JaxWSHeaderContextProcessor.getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
JaxWSHeaderContextProcessor.getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SubordinateBAParticipantManagerImple.fail(QName exceptionIdentifier) |
void |
BAParticipantManagerImple.fail(QName exceptionIdentifier) |
Modifier and Type | Field and Description |
---|---|
static QName |
TerminationCoordinatorRPCService.SERVICE |
protected QName |
ExceptionType.subCode |
static QName |
TerminationCoordinatorRPCService.TerminationCoordinatorRPCPortType |
Modifier and Type | Method and Description |
---|---|
QName |
ExceptionType.getSubCode()
Gets the value of the subCode property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
NotificationType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ExceptionType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionType.setSubCode(QName value)
Sets the value of the subCode property.
|
Constructor and Description |
---|
TerminationCoordinatorRPCService(URL wsdlLocation,
QName serviceName) |
TerminationCoordinatorService(URL wsdlLocation,
QName serviceName) |
TerminationParticipantService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SoapFault.subcode
The SOAP fault subcode.
|
protected QName |
SoapFault.subSubcode
The SOAP fault sub subcode.
|
Modifier and Type | Method and Description |
---|---|
QName |
SoapFault.getSubcode()
Get the SOAP fault subcode.
|
QName |
SoapFault.getSubSubcode()
Get the SOAP fault sub subcode.
|
Modifier and Type | Method and Description |
---|---|
void |
SoapFault.setSubcode(QName subcode)
Set the SOAP fault subcode.
|
void |
SoapFault.setSubSubcode(QName subSubcode)
Set the SOAP fault sub subcode.
|
Constructor and Description |
---|
SoapFault(SoapFaultType soapFaultType,
QName subcode,
String reason)
Create a custom SOAP fault.
|
SoapFault(SoapFaultType soapFaultType,
QName subcode,
String reason,
String detail)
Create a custom SOAP fault.
|
Modifier and Type | Method and Description |
---|---|
static QName |
QNameHelper.toQName(NamespaceContext namespaceContext,
String qualifiedName)
Return the qname represented by the qualified name.
|
Modifier and Type | Method and Description |
---|---|
static String |
QNameHelper.toQualifiedName(QName qname)
Return a qualified representation of the qname.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ArjunaConstants.WSARJ_ELEMENT_INSTANCE_IDENTIFIER_QNAME
The InstanceIdentifier QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ArjunaTXConstants.FAULTED_ERROR_CODE_QNAME
The faulted error code.
|
static QName |
ArjunaTXConstants.TRANSACTIONROLLEDBACK_ERROR_CODE_QNAME
The transaction rolled back error code.
|
static QName |
ArjunaTXConstants.UNKNOWNERROR_ERROR_CODE_QNAME
The unknown error error code.
|
static QName |
ArjunaTXConstants.UNKNOWNTRANSACTION_ERROR_CODE_QNAME
The unknown transaction error code.
|
static QName |
ArjunaTXConstants.WRONGSTATE_ERROR_CODE_QNAME
The wrong state error code.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_CANCEL_QNAME
The Cancel QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_CANCELLED_QNAME
The Cancelled QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_CLOSE_QNAME
The Close QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_CLOSED_QNAME
The Closed QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_COMPLETE_QNAME
The Complete QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_COMPLETED_QNAME
The Completed QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_FAULTED_QNAME
The Faulted QName.
|
static QName |
ArjunaTXConstants.WSARJTX_ELEMENT_TERMINATION_SERVICE_QNAME
The TerminationService QName.
|
Constructor and Description |
---|
SoapFault11(SoapFaultType soapFaultType,
QName subcode,
String reason)
Create a custom SOAP fault.
|
SoapFault11(SoapFaultType soapFaultType,
QName subcode,
String reason,
Element detailElement)
Create a custom SOAP fault.
|
SoapFault11(SoapFaultType soapFaultType,
QName subcode,
String reason,
Element[] headerElements)
Create a custom SOAP fault.
|
SoapFault11(SoapFaultType soapFaultType,
QName subcode,
String reason,
Element detailElement,
Element[] headerElements)
Create a custom SOAP fault.
|
Modifier and Type | Method and Description |
---|---|
static void |
StreamHelper.checkNextStartTag(XMLStreamReader streamReader,
QName expected)
Check the next start tag is as expected.
|
static void |
StreamHelper.checkTag(XMLStreamReader streamReader,
QName expected)
Compare the element tag with the expected qualified name.
|
<T> T |
PrivilegedServiceHelper.getPort(Service service,
QName portName,
Class<T> serviceEndpointInterface) |
<T> T |
PrivilegedServiceHelper.getPort(Service service,
QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
static void |
StreamHelper.writeAttribute(XMLStreamWriter out,
QName attributeName,
Object attributeValue)
Write the attribute to the stream.
|
static void |
StreamHelper.writeAttribute(XMLStreamWriter out,
QName attributeName,
QName attributeValue)
Write the attribute to the stream.
|
static void |
StreamHelper.writeAttribute(XMLStreamWriter out,
QName attributeName,
String attributeValue)
Write the attribute to the stream.
|
static void |
StreamHelper.writeQualifiedName(XMLStreamWriter out,
QName qName)
Write the QName to the stream as text.
|
static String |
StreamHelper.writeStartElement(XMLStreamWriter out,
QName elementName)
Write a start element with appropriate namespace declarations if necessary
|
Modifier and Type | Method and Description |
---|---|
QName |
NativeEndpointReference.getEndpointName() |
QName |
NativeEndpointReference.getServiceName() |
Modifier and Type | Method and Description |
---|---|
void |
NativeEndpointReference.setEndpointName(QName endpointName) |
void |
NativeEndpointReference.setServiceName(QName serviceName) |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
InstanceIdentifierHandler.getHeaders()
Gets the header blocks that can be processed by this Handler
instance.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ArjunaTX11Constants.TERMINATION_COORDINATOR_PORT_QNAME
The termination coordinator soap service port qname
|
static QName |
ArjunaTX11Constants.TERMINATION_COORDINATOR_RPC_PORT_QNAME
The termination coordinator soap service port qname
|
static QName |
ArjunaTX11Constants.TERMINATION_COORDINATOR_RPC_SERVICE_QNAME
The termination coordinator service qname.
|
static QName |
ArjunaTX11Constants.TERMINATION_COORDINATOR_SERVICE_QNAME
The termination coordinator service qname.
|
static QName |
ArjunaTX11Constants.TERMINATION_PARTICIPANT_PORT_QNAME
The termination participant soap service port qname
|
static QName |
ArjunaTX11Constants.TERMINATION_PARTICIPANT_SERVICE_QNAME
The termination participant service qname.
|
Modifier and Type | Field and Description |
---|---|
static QName |
AtomicTransactionConstants.COMPLETION_COORDINATOR_PORT_QNAME
The WSAT Completion Cordinator Port QName.
|
static QName |
AtomicTransactionConstants.COMPLETION_COORDINATOR_RPC_PORT_QNAME
The WSAT RPC Completion Cordinator Port QName.
|
static QName |
AtomicTransactionConstants.COMPLETION_COORDINATOR_RPC_SERVICE_QNAME
The RPC completion coordinator service qname.
|
static QName |
AtomicTransactionConstants.COMPLETION_COORDINATOR_SERVICE_QNAME
The completion coordinator service qname.
|
static QName |
AtomicTransactionConstants.COMPLETION_INITIATOR_PORT_QNAME
The WSAT Completion Initiator Port QName.
|
static QName |
AtomicTransactionConstants.COMPLETION_INITIATOR_SERVICE_QNAME
The completion initiator service qname.
|
static QName |
AtomicTransactionConstants.COORDINATOR_PORT_QNAME
The WSAT Cordinator Port QName.
|
static QName |
AtomicTransactionConstants.COORDINATOR_SERVICE_QNAME
The coordinator service qname.
|
static QName |
AtomicTransactionConstants.PARTICIPANT_PORT_QNAME
The WSAT Participant Port QName.
|
static QName |
AtomicTransactionConstants.PARTICIPANT_SERVICE_QNAME
The participant service qname.
|
static QName |
AtomicTransactionConstants.WSAT_ATTRIBUTE_OUTCOME_QNAME
The outcome QName.
|
static QName |
AtomicTransactionConstants.WSAT_ATTRIBUTE_VOTE_QNAME
The vote QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_ABORTED_QNAME
The Aborted QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_COMMIT_QNAME
The Commit QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_COMMITTED_QNAME
The Committed QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_PREPARE_QNAME
The Prepare QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_PREPARED_QNAME
The Prepared QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_READ_ONLY_QNAME
The ReadOnly QName.
|
static QName |
AtomicTransactionConstants.WSAT_ELEMENT_ROLLBACK_QNAME
The Rollback QName.
|
static QName |
AtomicTransactionConstants.WSAT_ERROR_CODE_INCONSISTENT_INTERNAL_STATE_QNAME
The InconsistentInternalState error code QName.
|
static QName |
AtomicTransactionConstants.WSAT_ERROR_CODE_UNKNOWN_TRANSACTION_QNAME
The UnknownTransaction error code QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
BusinessActivityConstants.COORDINATOR_COMPLETION_COORDINATOR_PORT_QNAME
The WSBA Coordinator Completion Coordinator Port QName.
|
static QName |
BusinessActivityConstants.COORDINATOR_COMPLETION_COORDINATOR_SERVICE_QNAME
The WSBA Coordinator Completion Coordinator Service QName.
|
static QName |
BusinessActivityConstants.COORDINATOR_COMPLETION_PARTICIPANT_PORT_QNAME
The WSBA Cordinator Completion Participant Port QName.
|
static QName |
BusinessActivityConstants.COORDINATOR_COMPLETION_PARTICIPANT_SERVICE_QNAME
The WSBA Coordinator Completion Participant Service QName.
|
static QName |
BusinessActivityConstants.PARTICIPANT_COMPLETION_COORDINATOR_PORT_QNAME
The WSBA Participant Completion Cordinator Port QName.
|
static QName |
BusinessActivityConstants.PARTICIPANT_COMPLETION_COORDINATOR_SERVICE_QNAME
The WSBA Participant Completion Cordinator Service QName.
|
static QName |
BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_PORT_QNAME
The WSBA Participant Completion Participant Port QName.
|
static QName |
BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_QNAME
The WSBA Participant Completion Participant Service QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_CANCEL_QNAME
The Cancel QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_CANCELLED_QNAME
The Canceled QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_CANNOT_COMPLETE_QNAME
The CannotComplete QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_CLOSE_QNAME
The Close QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_CLOSED_QNAME
The Closed QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_COMPENSATE_QNAME
The Compensate QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_COMPENSATED_QNAME
The Compensated QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_COMPLETE_QNAME
The Complete QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_COMPLETED_QNAME
The Completed QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_EXCEPTION_IDENTIFIER_QNAME
The ExceptionIdentifier QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_EXIT_QNAME
The Exit QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_EXITED_QNAME
The Exited QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_FAIL_QNAME
The Fail QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_FAILED_QNAME
The Failed QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_FAULT_QNAME
The Fault QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_GET_STATUS_QNAME
The GetStatus QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_NOT_COMPLETED_QNAME
The NotCompleted QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_STATE_QNAME
The State QName.
|
static QName |
BusinessActivityConstants.WSBA_ELEMENT_STATUS_QNAME
The Status QName.
|
static QName |
BusinessActivityConstants.WSBA_ERROR_CODE_INCONSISTENT_INTERNAL_STATE_QNAME
The InconsistentInternalState error code QName.
|
Modifier and Type | Method and Description |
---|---|
QName |
State.getValue()
Get the value of this enumeration.
|
Modifier and Type | Method and Description |
---|---|
static State |
State.toState11(QName qName)
Return the enumeration for the specified value.
|
Modifier and Type | Method and Description |
---|---|
void |
ParticipantCompletionCoordinatorClient.sendFail(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName exceptionIdentifier)
Send a fault request.
|
void |
CoordinatorCompletionCoordinatorClient.sendFail(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName exceptionIdentifier)
Address
Send a fail request.
|
void |
ParticipantCompletionParticipantClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
ParticipantCompletionCoordinatorClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
CoordinatorCompletionParticipantClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
CoordinatorCompletionCoordinatorClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
Modifier and Type | Field and Description |
---|---|
static QName |
CoordinationConstants.ACTIVATION_ENDPOINT_QNAME |
static QName |
CoordinationConstants.ACTIVATION_SERVICE_QNAME |
static QName |
CoordinationConstants.REGISTRATION_ENDPOINT_QNAME |
static QName |
CoordinationConstants.REGISTRATION_SERVICE_QNAME |
static QName |
CoordinationConstants.WSCOOR_ELEMENT_COORDINATION_CONTEXT_QNAME
The CoordinationContext QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_COORDINATION_TYPE_QNAME
The CoordinationType QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_COORDINATOR_PROTOCOL_SERVICE_QNAME
The CoordinatorProtocolService QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_CREATE_COORDINATION_CONTEXT_QNAME
The CreateCoordinationContext QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_CREATE_COORDINATION_CONTEXT_RESPONSE_QNAME
The CreateCoordinationContextResponse QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_CURRENT_CONTEXT_QNAME
The CurrentContext QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_EXPIRES_QNAME
The Expires QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_IDENTIFIER_QNAME
The Identifier QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_PARTICIPANT_PROTOCOL_SERVICE_QNAME
The ParticipantProtocolService QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_PROTOCOL_IDENTIFIER_QNAME
The ProtocolIdentifier QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_REGISTER_QNAME
The Register QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_REGISTER_RESPONSE_QNAME
The RegisterResponse QName.
|
static QName |
CoordinationConstants.WSCOOR_ELEMENT_REGISTRATION_SERVICE_QNAME
The RegistrationService QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_CANNOT_CREATE_CONTEXT_QNAME
The CannotCreateContext error code QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_CANNOT_REGISTER_QNAME
The CannotRegister error code QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_EXCEPTION_QNAME
The NoActivity error code QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_INVALID_PARAMETERS_QNAME
The InvalidParameters error code QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_INVALID_PROTOCOL_QNAME
The InvalidProtocol error code QName.
|
static QName |
CoordinationConstants.WSCOOR_ERROR_CODE_INVALID_STATE_QNAME
The InvalidState error code QName.
|
Modifier and Type | Method and Description |
---|---|
void |
BAParticipantManager.fail(QName exceptionIdentifier)
Fault.
|
Modifier and Type | Method and Description |
---|---|
State |
ParticipantCompletionParticipantEngine.fail(QName exceptionIdentifier)
Handle the fail event.
|
State |
CoordinatorCompletionParticipantEngine.fail(QName exceptionIdentifier)
Handle the fail event.
|
Modifier and Type | Method and Description |
---|---|
void |
BAParticipantCompletionParticipantManagerStub.fail(QName exceptionIdentifier) |
void |
BACoordinatorCompletionParticipantManagerStub.fail(QName exceptionIdentifier) |
Modifier and Type | Field and Description |
---|---|
protected QName |
PartImpl.elementName |
protected QName |
ServiceImpl.name |
protected QName |
PortTypeImpl.name |
protected QName |
MessageImpl.name |
protected QName |
DefinitionImpl.name |
protected QName |
BindingImpl.name |
static QName |
Constants.Q_ATTR_REQUIRED |
static QName |
Constants.Q_ELEM_BINDING |
static QName |
Constants.Q_ELEM_DEFINITIONS |
static QName |
Constants.Q_ELEM_DOCUMENTATION |
static QName |
Constants.Q_ELEM_FAULT |
static QName |
Constants.Q_ELEM_IMPORT |
static QName |
Constants.Q_ELEM_INPUT |
static QName |
Constants.Q_ELEM_MESSAGE |
static QName |
Constants.Q_ELEM_OPERATION |
static QName |
Constants.Q_ELEM_OUTPUT |
static QName |
Constants.Q_ELEM_PART |
static QName |
Constants.Q_ELEM_PORT |
static QName |
Constants.Q_ELEM_PORT_TYPE |
static QName |
Constants.Q_ELEM_SERVICE |
static QName |
Constants.Q_ELEM_TYPES |
protected QName |
PartImpl.typeName |
Modifier and Type | Method and Description |
---|---|
QName |
PartImpl.getElementName() |
QName |
ServiceImpl.getQName()
Get the name of this service.
|
QName |
PortTypeImpl.getQName()
Get the name of this port type.
|
QName |
MessageImpl.getQName()
Get the name of this message.
|
QName |
DefinitionImpl.getQName()
Get the name of this definition.
|
QName |
BindingImpl.getQName()
Get the name of this binding.
|
QName |
PartImpl.getTypeName() |
Modifier and Type | Method and Description |
---|---|
Binding |
DefinitionImpl.getBinding(QName name)
Get the specified binding.
|
Object |
AbstractWSDLElement.getExtensionAttribute(QName name)
Retrieve an extension attribute from this element.
|
Message |
DefinitionImpl.getMessage(QName name)
Get the specified message.
|
PortType |
DefinitionImpl.getPortType(QName name)
Get the specified portType.
|
Service |
DefinitionImpl.getService(QName name)
Get the specified service.
|
Binding |
DefinitionImpl.removeBinding(QName name)
Remove the specified binding from this definition.
|
Message |
DefinitionImpl.removeMessage(QName name)
Remove the specified message from this definition.
|
PortType |
DefinitionImpl.removePortType(QName name)
Remove the specified portType from this definition.
|
Service |
DefinitionImpl.removeService(QName name)
Remove the specified service from this definition.
|
void |
PartImpl.setElementName(QName elementName) |
void |
AbstractWSDLElement.setExtensionAttribute(QName name,
Object value)
Set an extension attribute on this element.
|
void |
ServiceImpl.setQName(QName name)
Set the name of this service.
|
void |
PortTypeImpl.setQName(QName name)
Set the name of this port type.
|
void |
MessageImpl.setQName(QName name)
Set the name of this message.
|
void |
DefinitionImpl.setQName(QName name)
Set the name of this definition.
|
void |
BindingImpl.setQName(QName name)
Set the name of this binding.
|
void |
PartImpl.setTypeName(QName typeName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
HTTPUrlReplacementImpl.elementType |
protected QName |
HTTPUrlEncodedImpl.elementType |
protected QName |
HTTPOperationImpl.elementType |
protected QName |
HTTPBindingImpl.elementType |
protected QName |
HTTPAddressImpl.elementType |
static QName |
HTTPConstants.Q_ELEM_HTTP_ADDRESS |
static QName |
HTTPConstants.Q_ELEM_HTTP_BINDING |
static QName |
HTTPConstants.Q_ELEM_HTTP_OPERATION |
static QName |
HTTPConstants.Q_ELEM_HTTP_URL_ENCODED |
static QName |
HTTPConstants.Q_ELEM_HTTP_URL_REPLACEMENT |
Modifier and Type | Method and Description |
---|---|
QName |
HTTPUrlReplacementImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPUrlEncodedImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPOperationImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPBindingImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPAddressImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPUrlReplacementSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPUrlEncodedSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPOperationSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPBindingSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPAddressSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPUrlReplacementImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPUrlEncodedImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPOperationImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPBindingImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPAddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
ExtensibilityElement |
HTTPUrlReplacementSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
HTTPUrlEncodedSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
HTTPOperationSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
HTTPBindingSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
HTTPAddressSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Field and Description |
---|---|
protected QName |
MIMEPartImpl.elementType |
protected QName |
MIMEMultipartRelatedImpl.elementType |
protected QName |
MIMEMimeXmlImpl.elementType |
protected QName |
MIMEContentImpl.elementType |
static QName |
MIMEConstants.Q_ELEM_MIME_CONTENT |
static QName |
MIMEConstants.Q_ELEM_MIME_MIME_XML |
static QName |
MIMEConstants.Q_ELEM_MIME_MULTIPART_RELATED |
static QName |
MIMEConstants.Q_ELEM_MIME_PART |
Modifier and Type | Method and Description |
---|---|
QName |
MIMEPartImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEMultipartRelatedImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEMimeXmlImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEContentImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
void |
MIMEMultipartRelatedSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
MIMEMimeXmlSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
MIMEContentSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
MIMEPartImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEMultipartRelatedImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEMimeXmlImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEContentImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
ExtensibilityElement |
MIMEMultipartRelatedSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
MIMEMimeXmlSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
MIMEContentSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SchemaImpl.elementType |
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_1999 |
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_2000 |
static QName |
SchemaConstants.Q_ELEM_IMPORT_XSD_2001 |
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_1999 |
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_2000 |
static QName |
SchemaConstants.Q_ELEM_INCLUDE_XSD_2001 |
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_1999 |
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_2000 |
static QName |
SchemaConstants.Q_ELEM_REDEFINE_XSD_2001 |
static QName |
SchemaConstants.Q_ELEM_XSD_1999 |
static QName |
SchemaConstants.Q_ELEM_XSD_2000 |
static QName |
SchemaConstants.Q_ELEM_XSD_2001 |
Modifier and Type | Method and Description |
---|---|
QName |
SchemaImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SchemaImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
ExtensibilityElement |
SchemaDeserializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SOAPOperationImpl.elementType |
protected QName |
SOAPHeaderImpl.elementType |
protected QName |
SOAPHeaderFaultImpl.elementType |
protected QName |
SOAPFaultImpl.elementType |
protected QName |
SOAPBodyImpl.elementType |
protected QName |
SOAPBindingImpl.elementType |
protected QName |
SOAPAddressImpl.elementType |
protected QName |
SOAPHeaderImpl.message |
protected QName |
SOAPHeaderFaultImpl.message |
static QName |
SOAPConstants.Q_ELEM_SOAP_ADDRESS |
static QName |
SOAPConstants.Q_ELEM_SOAP_BINDING |
static QName |
SOAPConstants.Q_ELEM_SOAP_BODY |
static QName |
SOAPConstants.Q_ELEM_SOAP_FAULT |
static QName |
SOAPConstants.Q_ELEM_SOAP_HEADER |
static QName |
SOAPConstants.Q_ELEM_SOAP_HEADER_FAULT |
static QName |
SOAPConstants.Q_ELEM_SOAP_OPERATION |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPOperationImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPHeaderImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPHeaderFaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPFaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPBodyImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPBindingImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPAddressImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPHeaderImpl.getMessage()
Get the message for this SOAP header.
|
QName |
SOAPHeaderFaultImpl.getMessage()
Get the message for this SOAP header fault.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPOperationSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPHeaderSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPFaultSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPBodySerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPBindingSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPAddressSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPOperationImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPHeaderImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPHeaderFaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPFaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPBodyImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPBindingImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPAddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPHeaderImpl.setMessage(QName message)
Set the message for this SOAP header.
|
void |
SOAPHeaderFaultImpl.setMessage(QName message)
Set the message for this SOAP header fault.
|
ExtensibilityElement |
SOAPOperationSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPHeaderSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPFaultSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPBodySerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPBindingSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPAddressSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SOAP12OperationImpl.elementType |
protected QName |
SOAP12HeaderImpl.elementType |
protected QName |
SOAP12HeaderFaultImpl.elementType |
protected QName |
SOAP12FaultImpl.elementType |
protected QName |
SOAP12BodyImpl.elementType |
protected QName |
SOAP12BindingImpl.elementType |
protected QName |
SOAP12AddressImpl.elementType |
protected QName |
SOAP12HeaderImpl.message |
protected QName |
SOAP12HeaderFaultImpl.message |
static QName |
SOAP12Constants.Q_ELEM_SOAP_ADDRESS |
static QName |
SOAP12Constants.Q_ELEM_SOAP_BINDING |
static QName |
SOAP12Constants.Q_ELEM_SOAP_BODY |
static QName |
SOAP12Constants.Q_ELEM_SOAP_FAULT |
static QName |
SOAP12Constants.Q_ELEM_SOAP_HEADER |
static QName |
SOAP12Constants.Q_ELEM_SOAP_HEADER_FAULT |
static QName |
SOAP12Constants.Q_ELEM_SOAP_OPERATION |
Modifier and Type | Method and Description |
---|---|
QName |
SOAP12OperationImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12HeaderImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12HeaderFaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12FaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12BodyImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12BindingImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12AddressImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12HeaderImpl.getMessage()
Get the message for this SOAP header.
|
QName |
SOAP12HeaderFaultImpl.getMessage()
Get the message for this SOAP header fault.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP12OperationSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12HeaderSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12FaultSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12BodySerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12BindingSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12AddressSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12OperationImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12HeaderImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12HeaderFaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12FaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12BodyImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12BindingImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12AddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12HeaderImpl.setMessage(QName message)
Set the message for this SOAP header.
|
void |
SOAP12HeaderFaultImpl.setMessage(QName message)
Set the message for this SOAP header fault.
|
ExtensibilityElement |
SOAP12OperationSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12HeaderSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12FaultSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12BodySerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12BindingSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12AddressSerializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
static QName |
DOMUtils.getQName(String prefixedValue,
Element contextEl,
Definition def) |
static QName |
DOMUtils.getQualifiedAttributeValue(Element el,
String attrName,
String elDesc,
boolean isRequired,
Definition def)
This method should be used for elements that support extension attributes
because it does not track the remaining attributes to test for unexpected
attributes.
|
static QName |
DOMUtils.getQualifiedAttributeValue(Element el,
String attrName,
String elDesc,
boolean isRequired,
Definition def,
List remainingAttrs)
This method should be used for elements that do not support extension attributes
because it tracks the remaining attributes so that eventually any
unexpected attributes can be identified.
|
static QName |
QNameUtils.newQName(Node node) |
Modifier and Type | Method and Description |
---|---|
static boolean |
QNameUtils.matches(QName qname,
Node node) |
static void |
DOMUtils.printQualifiedAttribute(QName name,
QName value,
Definition def,
PrintWriter pw) |
static void |
DOMUtils.printQualifiedAttribute(QName name,
String value,
Definition def,
PrintWriter pw)
Prints attributes with qualified names.
|
static void |
DOMUtils.printQualifiedAttribute(String name,
QName value,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
Map<QName,Object> |
Link.JaxbLink.getParams()
Get the parameter map for this link.
|
Constructor and Description |
---|
JaxbLink(URI uri,
Map<QName,Object> params)
Construct an instance from a URI and some parameters.
|
Modifier and Type | Method and Description |
---|---|
QName |
Part.getElementName() |
QName |
Service.getQName()
Get the name of this service.
|
QName |
PortType.getQName()
Get the name of this port type.
|
QName |
Message.getQName()
Get the name of this message.
|
QName |
Definition.getQName()
Get the name of this definition.
|
QName |
Binding.getQName()
Get the name of this binding.
|
QName |
Part.getTypeName() |
Modifier and Type | Method and Description |
---|---|
Binding |
Definition.getBinding(QName name)
Get the specified binding.
|
Message |
Definition.getMessage(QName name)
Get the specified message.
|
PortType |
Definition.getPortType(QName name)
Get the specified portType.
|
Service |
Definition.getService(QName name)
Get the specified service.
|
Binding |
Definition.removeBinding(QName name)
Remove the specified binding from this definition.
|
Message |
Definition.removeMessage(QName name)
Remove the specified message from this definition.
|
PortType |
Definition.removePortType(QName name)
Remove the specified portType from this definition.
|
Service |
Definition.removeService(QName name)
Remove the specified service from this definition.
|
void |
Part.setElementName(QName elementName) |
void |
Service.setQName(QName name)
Set the name of this service.
|
void |
PortType.setQName(QName name)
Set the name of this port type.
|
void |
Message.setQName(QName name)
Set the name of this message.
|
void |
Definition.setQName(QName name)
Set the name of this definition.
|
void |
Binding.setQName(QName name)
Set the name of this binding.
|
void |
Part.setTypeName(QName typeName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
UnknownExtensibilityElement.elementType |
Modifier and Type | Method and Description |
---|---|
QName |
UnknownExtensibilityElement.getElementType()
Get the type of this extensibility element.
|
QName |
ExtensibilityElement.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
ExtensibilityElement |
ExtensionRegistry.createExtension(Class parentType,
QName elementType)
Create an instance of the type which was declared to be used to
represent extensibility elements with qnames matching elementType,
when intended to exist as children of the specified parentType.
|
Object |
AttributeExtensible.getExtensionAttribute(QName name)
Retrieve an extension attribute from this element.
|
void |
ExtensionRegistry.mapExtensionTypes(Class parentType,
QName elementType,
Class extensionType)
Declare that the specified extensionType is the concrete
class which should be used to represent extensibility elements
with qnames matching elementType, that are intended to exist as
children of the specified parentType.
|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
ExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg)
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(Class parentType,
QName elementType)
Look up the deserializer for the extensibility element with the
qname elementType, which was encountered as an immediate child
of the element represented by the specified parentType.
|
int |
ExtensionRegistry.queryExtensionAttributeType(Class parentType,
QName attrName)
Look up the type of the extensibility attribute with the qname attrName,
which was defined on an element represented by the specified parentType.
|
ExtensionSerializer |
ExtensionRegistry.querySerializer(Class parentType,
QName elementType)
Look up the serializer to use for the extensibility element with
the qname elementType, which was encountered as a child of the
specified parentType.
|
void |
ExtensionRegistry.registerDeserializer(Class parentType,
QName elementType,
ExtensionDeserializer ed)
Declare that the specified deserializer should be used to deserialize
all extensibility elements with a qname matching elementType, when
encountered as immediate children of the element represented by the
specified parentType.
|
void |
ExtensionRegistry.registerExtensionAttributeType(Class parentType,
QName attrName,
int attrType)
Declare that the type of the specified extension attribute, when it occurs
as an attribute of the specified parent type, should be assumed to be
attrType.
|
void |
ExtensionRegistry.registerSerializer(Class parentType,
QName elementType,
ExtensionSerializer es)
Declare that the specified serializer should be used to serialize
all extensibility elements with a qname matching elementType, when
encountered as children of the specified parentType.
|
void |
UnknownExtensibilityElement.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
ExtensibilityElement.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
AttributeExtensible.setExtensionAttribute(QName name,
Object value)
Set an extension attribute on this element.
|
ExtensibilityElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
ExtensionDeserializer.unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface.
|
Modifier and Type | Method and Description |
---|---|
QName |
SOAPHeaderFault.getMessage()
Get the message for this SOAP header fault.
|
QName |
SOAPHeader.getMessage()
Get the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderFault.setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
SOAPHeader.setMessage(QName message)
Set the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
QName |
SOAP12HeaderFault.getMessage()
Get the message for this SOAP header fault.
|
QName |
SOAP12Header.getMessage()
Get the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP12HeaderFault.setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
SOAP12Header.setMessage(QName message)
Set the message for this SOAP header.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
JAXBElement.name
xml element tag name
|
Modifier and Type | Method and Description |
---|---|
abstract QName |
JAXBIntrospector.getElementName(Object jaxbElement)
Get xml element qname for
jaxbElement . |
QName |
JAXBElement.getName()
Returns the xml element tag name.
|
QName |
DatatypeConverterInterface.parseQName(String lexicalXSDQName,
NamespaceContext nsc)
Converts the string argument into a QName value.
|
static QName |
DatatypeConverter.parseQName(String lexicalXSDQName,
NamespaceContext nsc)
Converts the string argument into a byte value.
|
Modifier and Type | Method and Description |
---|---|
String |
DatatypeConverterInterface.printQName(QName val,
NamespaceContext nsc)
Converts a QName instance into a string.
|
static String |
DatatypeConverter.printQName(QName val,
NamespaceContext nsc)
Converts a QName instance into a string.
|
Constructor and Description |
---|
JAXBElement(QName name,
Class<T> declaredType,
Class scope,
T value)
Construct an xml element instance.
|
JAXBElement(QName name,
Class<T> declaredType,
T value)
Construct an xml element instance.
|
Modifier and Type | Method and Description |
---|---|
static QName |
QName.valueOf(String s)
Returns a QName holding the value of the specified String.
|
Modifier and Type | Method and Description |
---|---|
QName |
Call.getOperationName()
Gets the name of the operation to be invoked using this Call instance.
|
QName |
Call.getParameterTypeByName(String paramName)
Gets the XML type of a parameter by name.
|
QName |
Call.getPortTypeName()
Gets the qualified name of the port type.
|
QName |
Call.getReturnType()
Gets the return type for a specific operation
|
QName |
Service.getServiceName()
Gets the name of this service.
|
Modifier and Type | Method and Description |
---|---|
void |
Call.addParameter(String paramName,
QName xmlType,
Class javaType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
void |
Call.addParameter(String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
Call |
Service.createCall(QName portName)
Creates a Call instance.
|
Call |
Service.createCall(QName portName,
QName operationName)
Creates a Call instance.
|
Call |
Service.createCall(QName portName,
String operationName)
Creates a Call instance.
|
abstract Service |
ServiceFactory.createService(QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
QName serviceName)
Create a
Service instance. |
Call[] |
Service.getCalls(QName portName)
Gets an array of preconfigured Call objects for invoking operations on the specified port.
|
Remote |
Service.getPort(QName portName,
Class seiClass)
The getPort method returns either an instance of a generated stub implementation class or a dynamic proxy.
|
Object |
Call.invoke(QName operationName,
Object[] inputParams)
Invokes a specific operation using a synchronous request-response interaction mode.
|
boolean |
Call.isParameterAndReturnSpecRequired(QName operationName)
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return
type specification for a specific operation.
|
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available.
|
void |
Call.setOperationName(QName operationName)
Sets the name of the operation to be invoked using this Call instance.
|
void |
Call.setPortTypeName(QName portType)
Sets the qualified name of the port type.
|
void |
Call.setReturnType(QName xmlType)
Sets the return type for a specific operation.
|
void |
Call.setReturnType(QName xmlType,
Class javaType)
Sets the return type for a specific operation.
|
Modifier and Type | Field and Description |
---|---|
static QName |
XMLType.SOAP_ARRAY |
static QName |
XMLType.SOAP_BASE64 |
static QName |
XMLType.SOAP_BOOLEAN |
static QName |
XMLType.SOAP_BYTE |
static QName |
XMLType.SOAP_DOUBLE |
static QName |
XMLType.SOAP_FLOAT |
static QName |
XMLType.SOAP_INT |
static QName |
XMLType.SOAP_LONG |
static QName |
XMLType.SOAP_SHORT |
static QName |
XMLType.SOAP_STRING |
static QName |
XMLType.XSD_BASE64 |
static QName |
XMLType.XSD_BOOLEAN |
static QName |
XMLType.XSD_BYTE |
static QName |
XMLType.XSD_DATETIME |
static QName |
XMLType.XSD_DECIMAL |
static QName |
XMLType.XSD_DOUBLE |
static QName |
XMLType.XSD_FLOAT |
static QName |
XMLType.XSD_HEXBINARY |
static QName |
XMLType.XSD_INT |
static QName |
XMLType.XSD_INTEGER |
static QName |
XMLType.XSD_LONG |
static QName |
XMLType.XSD_QNAME |
static QName |
XMLType.XSD_SHORT |
static QName |
XMLType.XSD_STRING |
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMapping.getDeserializer(Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
|
SerializerFactory |
TypeMapping.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
|
boolean |
TypeMapping.isRegistered(Class javaType,
QName xmlType)
Checks whether or not type mapping between specified XML type and Java type is registered.
|
void |
TypeMapping.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
|
void |
TypeMapping.removeDeserializer(Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
|
void |
TypeMapping.removeSerializer(Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
|
Modifier and Type | Method and Description |
---|---|
QName[] |
HandlerInfo.getHeaders()
Gets the header blocks processed by this Handler.
|
QName[] |
Handler.getHeaders()
Gets the header blocks processed by this Handler instance.
|
abstract QName[] |
GenericHandler.getHeaders()
Gets the header blocks processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
List |
HandlerRegistry.getHandlerChain(QName portName) |
void |
HandlerRegistry.setHandlerChain(QName portName,
List chain) |
void |
HandlerInfo.setHeaders(QName[] qnames)
Sets the header blocks processed by this Handler.
|
Constructor and Description |
---|
HandlerInfo(Class handlerClass,
Map config,
QName[] headers)
Constructor for HandlerInfo
|
Modifier and Type | Field and Description |
---|---|
QName |
QNameHolder.value |
Constructor and Description |
---|
QNameHolder(QName value) |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPFaultException.getFaultCode() |
Constructor and Description |
---|
SOAPFaultException(QName faultCode,
String faultString,
String faultActor,
Detail faultDetail) |
Modifier and Type | Field and Description |
---|---|
static QName |
SOAPConstants.SOAP_DATAENCODINGUNKNOWN_FAULT
SOAP 1.2 DataEncodingUnknown Fault
|
static QName |
SOAPConstants.SOAP_MUSTUNDERSTAND_FAULT
SOAP 1.2 MustUnderstand Fault
|
static QName |
SOAPConstants.SOAP_RECEIVER_FAULT
SOAP 1.2 Receiver Fault
|
static QName |
SOAPConstants.SOAP_SENDER_FAULT
SOAP 1.2 Sender Fault
|
static QName |
SOAPConstants.SOAP_VERSIONMISMATCH_FAULT
SOAP 1.2 VersionMismatch Fault
|
Modifier and Type | Method and Description |
---|---|
QName |
SOAPElement.createQName(String localName,
String prefix)
Creates a
QName whose namespace URI is the one associated
with the parameter, prefix , in the context of this
SOAPElement . |
QName |
SOAPElement.getElementQName()
Returns the qname of this
SOAPElement object. |
QName |
SOAPFault.getFaultCodeAsQName()
Gets the fault code for this
SOAPFault object as a QName object. |
Modifier and Type | Method and Description |
---|---|
SOAPElement |
SOAPElement.addAttribute(QName qname,
String value)
Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPBodyElement |
SOAPBody.addBodyElement(QName qname)
Creates a new
SOAPBodyElement object with the specified
QName and adds it to this SOAPBody object. |
SOAPElement |
SOAPElement.addChildElement(QName qname)
Creates a new
SOAPElement object initialized with the given
QName object and adds the new element to this SOAPElement
object. |
DetailEntry |
Detail.addDetailEntry(QName qname)
Creates a new
DetailEntry object with the given
QName and adds it to this Detail object. |
SOAPFault |
SOAPBody.addFault(QName faultCode,
String faultString)
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
SOAPFault |
SOAPBody.addFault(QName faultCode,
String faultString,
Locale locale)
Creates a new
SOAPFault object and adds it to this
SOAPBody object. |
SOAPHeaderElement |
SOAPHeader.addHeaderElement(QName qname)
Creates a new
SOAPHeaderElement object initialized with the
specified qname and adds it to this SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addNotUnderstoodHeaderElement(QName name)
Creates a new NotUnderstood
SOAPHeaderElement object initialized
with the specified name and adds it to this SOAPHeader object. |
void |
SOAPFault.appendFaultSubcode(QName subcode)
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault . |
SOAPElement |
SOAPFactory.createElement(QName qname)
Creates a
SOAPElement object initialized with the
given QName object. |
abstract SOAPFault |
SOAPFactory.createFault(String reasonText,
QName faultCode)
Creates a new
SOAPFault object initialized with the given reasonText
and faultCode |
String |
SOAPElement.getAttributeValue(QName qname)
Returns the value of the attribute with the specified qname.
|
Iterator |
SOAPElement.getChildElements(QName qname)
Returns an
Iterator over all the immediate child
Node s of this element with the specified qname. |
boolean |
SOAPElement.removeAttribute(QName qname)
Removes the attribute with the specified qname.
|
SOAPElement |
SOAPElement.setElementQName(QName newName)
Changes the name of this
Element to newName if
possible. |
void |
SOAPFault.setFaultCode(QName faultCodeQName)
Sets this
SOAPFault object with the given fault code. |
Modifier and Type | Method and Description |
---|---|
QName |
Service.getServiceName()
Gets the name of this service.
|
Modifier and Type | Method and Description |
---|---|
Iterator<QName> |
Service.getPorts()
Returns an
Iterator for the list of
QName s of service endpoints grouped by this
service |
Modifier and Type | Method and Description |
---|---|
void |
Service.addPort(QName portName,
String bindingId,
String endpointAddress)
Creates a new port for the service.
|
static Service |
Service.create(QName serviceName)
Creates a
Service instance. |
static Service |
Service.create(QName serviceName,
WebServiceFeature... features)
Creates a
Service instance. |
static Service |
Service.create(URL wsdlDocumentLocation,
QName serviceName)
Creates a
Service instance. |
static Service |
Service.create(URL wsdlDocumentLocation,
QName serviceName,
WebServiceFeature... features)
Creates a
Service instance. |
<T> Dispatch<T> |
Service.createDispatch(QName portName,
Class<T> type,
Service.Mode mode)
Creates a
Dispatch instance for use with objects of
the client's choosing. |
<T> Dispatch<T> |
Service.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with objects of
the client's choosing. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
<T> T |
Service.getPort(QName portName,
Class<T> serviceEndpointInterface)
The
getPort method returns a proxy. |
<T> T |
Service.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The
getPort method returns a proxy. |
Constructor and Description |
---|
Service(URL wsdlDocumentLocation,
QName serviceName) |
Service(URL wsdlDocumentLocation,
QName serviceName,
WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
QName |
PortInfo.getPortName()
Gets the qualified name of the WSDL port being accessed.
|
QName |
PortInfo.getServiceName()
Gets the qualified name of the WSDL service name containing
the port being accessed.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
SOAPHandler.getHeaders()
Gets the header blocks that can be processed by this Handler
instance.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
SOAPMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles)
Gets headers that have a particular qualified name from the message in the
message context.
|
Modifier and Type | Method and Description |
---|---|
abstract QName |
ServiceDelegate.getServiceName()
Gets the name of this service.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterator<QName> |
ServiceDelegate.getPorts()
Returns an
Iterator for the list of
QName s of service endpoints grouped by this
service |
Modifier and Type | Method and Description |
---|---|
abstract void |
ServiceDelegate.addPort(QName portName,
String bindingId,
String endpointAddress)
Creates a new port for the service.
|
abstract <T> Dispatch<T> |
ServiceDelegate.createDispatch(QName portName,
Class<T> type,
Service.Mode mode)
Creates a
Dispatch instance for use with objects of
the user's choosing. |
abstract <T> Dispatch<T> |
ServiceDelegate.createDispatch(QName portName,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with objects of
the user's choosing. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract ServiceDelegate |
Provider.createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class<? extends Service> serviceClass)
Creates a service delegate object.
|
ServiceDelegate |
Provider.createServiceDelegate(URL wsdlDocumentLocation,
QName serviceName,
Class<? extends Service> serviceClass,
WebServiceFeature... features)
Creates a service delegate object.
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters)
Factory method to create a
W3CEndpointReference . |
W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Factory method to create a
W3CEndpointReference . |
abstract <T> T |
ServiceDelegate.getPort(QName portName,
Class<T> serviceEndpointInterface)
The
getPort method returns a proxy. |
abstract <T> T |
ServiceDelegate.getPort(QName portName,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The
getPort method returns a proxy. |
Modifier and Type | Method and Description |
---|---|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address,
QName interfaceName,
QName serviceName,
QName portName,
List<Element> metadata,
String wsdlDocumentLocation,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Factory method to create a
W3CEndpointReference . |
Modifier and Type | Method and Description |
---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.attribute(QName name,
String value)
Adds an extension attribute to the
W3CEndpointReference instance's
wsa:EndpointReference element. |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.endpointName(QName endpointName)
Sets the
endpointName as
wsam:ServiceName/@EndpointName in the
wsa:Metadata element. |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.interfaceName(QName interfaceName)
Sets the
interfaceName as the
wsam:InterfaceName element in the
wsa:Metadata element. |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.serviceName(QName serviceName)
Sets the
serviceName as the
wsam:ServiceName element in the
wsa:Metadata element. |
Modifier and Type | Method and Description |
---|---|
URI |
ServiceContractResolverRegistryImpl.getContractLocation(QName qname)
Calls each of the registered
ServiceContractResolver instances
to resolve the location of the service's contract. |
EndpointReferenceType |
EndpointResolverRegistryImpl.mint(QName serviceName)
Walk the list of registered EndpointResolvers, so as to mint a new
abstract EPR for a given service name.
|
Modifier and Type | Method and Description |
---|---|
Collection<QName> |
JAXBBeanInfo.getTypeNames() |
Modifier and Type | Method and Description |
---|---|
static JAXBUtils.BridgeWrapper |
JAXBUtils.createBridge(Set<Class<?>> ctxClasses,
QName qname,
Class<?> refcls,
Annotation[] anns) |
JAXBUtils.Mapping |
JAXBUtils.S2JJAXBModel.get(QName qn) |
JAXBUtils.TypeAndAnnotation |
JAXBUtils.S2JJAXBModel.getJavaType(QName typeQName) |
Modifier and Type | Method and Description |
---|---|
static QName |
XmlSchemaUtils.getBaseType(org.apache.ws.commons.schema.XmlSchemaComplexType type) |
static QName |
XmlSchemaUtils.getElementQualifiedName(org.apache.ws.commons.schema.XmlSchemaElement element,
org.apache.ws.commons.schema.XmlSchema schema)
By convention, an element that is named in its schema's TNS can have a 'name' but
no QName.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlSchemaUtils.addImportIfNeeded(org.apache.ws.commons.schema.XmlSchema schema,
QName qname)
For convenience, start from a qname, and add the import if it is non-null
and has a namespace.
|
static org.apache.ws.commons.schema.XmlSchemaElement |
XmlSchemaUtils.findElementByRefName(SchemaCollection xmlSchemaCollection,
QName name,
String referencingURI)
This copes with an observed phenomenon in the schema built by the
ReflectionServiceFactoryBean.
|
org.apache.ws.commons.schema.XmlSchemaAttribute |
SchemaCollection.getAttributeByQName(QName qname) |
org.apache.ws.commons.schema.XmlSchemaElement |
SchemaCollection.getElementByQName(QName qname) |
org.apache.ws.commons.schema.XmlSchema |
SchemaCollection.getSchemaForElement(QName name) |
org.apache.ws.commons.schema.XmlSchemaType |
SchemaCollection.getTypeByQName(QName schemaTypeName) |
static void |
XmlSchemaUtils.setElementRefName(org.apache.ws.commons.schema.XmlSchemaElement element,
QName name)
Wrapper around XmlSchemaElement.setRefName that checks for inconsistency with
name and QName.
|
void |
SchemaCollection.validateElementName(QName referrer,
QName elementQName) |
void |
SchemaCollection.validateQNameNamespace(QName qname)
Validate that a qualified name points to some namespace in the schema.
|
void |
SchemaCollection.validateTypeName(QName referrer,
QName typeQName) |
Modifier and Type | Method and Description |
---|---|
QName |
AbstractBPBeanDefinitionParser.parseQName(Element element,
String t) |
Modifier and Type | Method and Description |
---|---|
Metadata |
AbstractBPBeanDefinitionParser.createValue(ParserContext context,
QName qName) |
protected void |
AbstractBPBeanDefinitionParser.mapElementToJaxbProperty(ParserContext ctx,
MutableBeanMetadata bean,
Element parent,
QName name,
String propertyName,
Class<?> c) |
Modifier and Type | Method and Description |
---|---|
protected QName |
AbstractBeanDefinitionParser.parseQName(Element element,
String t) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBeanDefinitionParser.mapElementToJaxbProperty(Element parent,
BeanDefinitionBuilder bean,
QName name,
String propertyName) |
protected void |
AbstractBeanDefinitionParser.mapElementToJaxbProperty(Element parent,
BeanDefinitionBuilder bean,
QName name,
String propertyName,
Class<?> c) |
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
WrapperCapableDatabinding.createWrapperHelper(Class<?> wrapperType,
QName typeName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Object |
DataReader.read(QName elementQName,
T input,
Class<?> type)
Read an object from the input.
|
Modifier and Type | Method and Description |
---|---|
Object |
NodeDataReader.read(QName name,
Node input,
Class<?> type) |
Object |
XMLStreamDataReader.read(QName name,
XMLStreamReader input,
Class<?> type) |
Modifier and Type | Field and Description |
---|---|
static QName |
MimeAttribute.MIME_QNAME |
Modifier and Type | Method and Description |
---|---|
Object |
StaxDataBinding.XMLStreamDataReader.read(QName name,
XMLStreamReader input,
Class<?> type) |
Modifier and Type | Field and Description |
---|---|
protected QName |
AbstractEndpointFactory.endpointName |
protected QName |
AbstractEndpointFactory.serviceName |
Modifier and Type | Method and Description |
---|---|
QName |
AbstractEndpointFactory.getEndpointName() |
QName |
AbstractEndpointFactory.getServiceName() |
Modifier and Type | Method and Description |
---|---|
URI |
ServiceContractResolverRegistry.getContractLocation(QName qname)
Resolves a service's QName to a URI representing the location of a
WSDL contract.
|
URI |
ServiceContractResolver.getContractLocation(QName qname)
Resolves a service's QName to a URI representing the location of a WSDL
contract.
|
void |
ClientImpl.invoke(ClientCallback callback,
QName operationName,
Object... params) |
void |
Client.invoke(ClientCallback callback,
QName operationName,
Object... params)
Invokes an operation asynchronously
|
Object[] |
ClientImpl.invoke(QName operationName,
Object... params) |
Object[] |
Client.invoke(QName operationName,
Object... params)
Invokes an operation synchronously
|
void |
ClientImpl.invokeWrapped(ClientCallback callback,
QName operationName,
Object... params) |
void |
Client.invokeWrapped(ClientCallback callback,
QName operationName,
Object... params)
Invokes an operation asynchronously
|
Object[] |
ClientImpl.invokeWrapped(QName operationName,
Object... params) |
Object[] |
Client.invokeWrapped(QName operationName,
Object... params)
Invokes an operation synchronously
|
EndpointReferenceType |
EndpointResolverRegistry.mint(QName serviceName)
Walk the list of registered EndpointResolvers, so as to mint a new
abstract EPR for a given service name.
|
EndpointReferenceType |
EndpointResolver.mint(QName serviceName)
Mint a new abstract EPR for a given service name.
|
void |
AbstractEndpointFactory.setEndpointName(QName endpointName) |
void |
AbstractEndpointFactory.setServiceName(QName name) |
Constructor and Description |
---|
ClientImpl(Bus bus,
Service svc,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl.
|
EndpointImpl(Bus bus,
Service s,
QName endpointName) |
Modifier and Type | Method and Description |
---|---|
QName |
Header.getName() |
Modifier and Type | Method and Description |
---|---|
void |
Header.setName(QName name) |
Constructor and Description |
---|
Header(QName q,
Object o) |
Header(QName q,
Object o,
DataBinding b) |
Modifier and Type | Method and Description |
---|---|
static QName |
DOMUtils.convertStringToQName(String expandedQName) |
static QName |
DOMUtils.convertStringToQName(String expandedQName,
String prefix) |
static QName |
DOMUtils.createQName(String qualifiedName,
Node node)
Creates a QName object based on the qualified name
and using the Node as a base to lookup the namespace
for the prefix
|
static QName |
DOMUtils.getElementQName(Element el) |
static QName |
ServiceUtils.makeQualifiedNameFromClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
static Set<QName> |
DOMUtils.convertStringsToQNames(List<String> expandedQNames) |
Modifier and Type | Method and Description |
---|---|
static String |
DOMUtils.getAttribute(Element element,
QName attName) |
static Element |
DOMUtils.getFirstChildWithName(Element parent,
QName q)
Return the first element child with the specified qualified name.
|
Object |
XPathUtils.getValue(String xpathExpression,
Node node,
QName type) |
boolean |
XPathUtils.isExist(String xpathExpression,
Node node,
QName type) |
Modifier and Type | Field and Description |
---|---|
static QName |
Fault.FAULT_CODE_CLIENT |
static QName |
Fault.FAULT_CODE_SERVER |
Modifier and Type | Method and Description |
---|---|
QName |
Fault.getFaultCode() |
Modifier and Type | Method and Description |
---|---|
protected MessagePartInfo |
AbstractInDatabindingInterceptor.findMessagePart(Exchange exchange,
Collection<OperationInfo> operations,
QName name,
boolean client,
int index,
Message message)
Find the next possible message part in the message.
|
protected BindingOperationInfo |
AbstractInDatabindingInterceptor.getBindingOperationInfo(Exchange exchange,
QName name,
boolean client)
Returns a BindingOperationInfo if the operation is indentified as
a wrapped method, return null if it is not a wrapped method
(i.e., it is a bare method)
|
Fault |
Fault.setFaultCode(QName c) |
Constructor and Description |
---|
Fault(Message message,
QName fc) |
Fault(Message message,
Throwable throwable,
QName fc) |
Fault(Throwable t,
QName fc) |
Modifier and Type | Method and Description |
---|---|
QName |
PolicyCalculator.getDataClassName() |
Modifier and Type | Method and Description |
---|---|
QName |
ServiceImpl.getName() |
QName |
Service.getName() |
Modifier and Type | Method and Description |
---|---|
Map<QName,Endpoint> |
ServiceImpl.getEndpoints() |
Map<QName,Endpoint> |
Service.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
ServiceImpl.getEndpointInfo(QName endpoint) |
EndpointInfo |
Service.getEndpointInfo(QName endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setEndpoints(Map<QName,Endpoint> endpoints) |
Modifier and Type | Field and Description |
---|---|
protected QName |
AbstractMessageContainer.mName |
Modifier and Type | Method and Description |
---|---|
QName |
MessagePartInfo.getConcreteName() |
QName |
MessagePartInfo.getElementQName() |
QName |
FaultInfo.getFaultName() |
QName |
AbstractMessageContainer.getMessagePartQName(String name) |
QName |
ServiceInfo.getName() |
QName |
OperationInfo.getName()
Returns the name of the Operation.
|
QName |
NamedItem.getName() |
QName |
MessagePartInfo.getName() |
QName |
InterfaceInfo.getName() |
QName |
EndpointInfo.getName() |
QName |
DescriptionInfo.getName() |
QName |
BindingOperationInfo.getName() |
QName |
BindingInfo.getName() |
QName |
AbstractMessageContainer.getName() |
static QName |
ServiceModelUtil.getServiceQName(EndpointInfo ei) |
QName |
MessagePartInfo.getTypeQName() |
Modifier and Type | Method and Description |
---|---|
Map<QName,Object> |
Extensible.getExtensionAttributes() |
Map<QName,Object> |
AbstractPropertiesHolder.getExtensionAttributes() |
Map<QName,MessagePartInfo> |
MessageInfo.getMessagePartsMap() |
Map<QName,MessageInfo> |
ServiceInfo.getMessages() |
Modifier and Type | Method and Description |
---|---|
void |
Extensible.addExtensionAttribute(QName name,
Object attr) |
void |
AbstractPropertiesHolder.addExtensionAttribute(QName name,
Object attr) |
FaultInfo |
UnwrappedOperationInfo.addFault(QName name,
QName message) |
FaultInfo |
OperationInfo.addFault(QName name,
QName message)
Adds an fault to this operation.
|
MessagePartInfo |
AbstractMessageContainer.addMessagePart(QName name)
Adds a message part to this container.
|
OperationInfo |
InterfaceInfo.addOperation(QName oname)
Adds an operation to this service.
|
MessagePartInfo |
AbstractMessageContainer.addOutOfBandMessagePart(QName name) |
BindingOperationInfo |
BindingInfo.buildOperation(QName opName,
String inName,
String outName) |
InterfaceInfo |
ServiceInfo.createInterface(QName qn) |
MessageInfo |
OperationInfo.createMessage(QName nm,
MessageInfo.Type type) |
static EndpointInfo |
ServiceModelUtil.findBestEndpointInfo(QName qn,
List<ServiceInfo> serviceInfos) |
BindingInfo |
ServiceInfo.getBinding(QName qn) |
org.apache.ws.commons.schema.XmlSchemaElement |
SchemaInfo.getElementByQName(QName qname) |
EndpointInfo |
ServiceInfo.getEndpoint(QName qn) |
Object |
Extensible.getExtensionAttribute(QName name) |
Object |
AbstractPropertiesHolder.getExtensionAttribute(QName name) |
FaultInfo |
UnwrappedOperationInfo.getFault(QName name) |
FaultInfo |
OperationInfo.getFault(QName name)
Returns the fault with the given name, if found.
|
BindingFaultInfo |
BindingOperationInfo.getFault(QName name) |
MessageInfo |
ServiceInfo.getMessage(QName qname) |
MessagePartInfo |
AbstractMessageContainer.getMessagePart(QName name)
Returns the message part with the given name, if found.
|
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
QName opName) |
OperationInfo |
InterfaceInfo.getOperation(QName oname)
Returns the operation info with the given name, if found.
|
BindingOperationInfo |
BindingInfo.getOperation(QName oname)
Returns the operation info with the given name, if found.
|
static BindingOperationInfo |
ServiceModelUtil.getOperationForWrapperElement(Exchange exchange,
QName opName,
boolean output) |
void |
OperationInfo.removeFault(QName name)
Removes a fault from this operation.
|
void |
AbstractMessageContainer.removeMessagePart(QName name)
Removes an message part from this container.
|
void |
MessagePartInfo.setConcreteName(QName concreteName) |
void |
MessagePartInfo.setElementQName(QName qn) |
void |
FaultInfo.setFaultName(QName fname) |
void |
ServiceInfo.setName(QName n) |
void |
OperationInfo.setName(QName name)
Sets the name of the operation.
|
void |
MessagePartInfo.setName(QName n) |
void |
MessageInfo.setName(QName qn) |
void |
InterfaceInfo.setName(QName n) |
void |
EndpointInfo.setName(QName n) |
void |
DescriptionInfo.setName(QName n) |
void |
BindingInfo.setName(QName n) |
void |
MessagePartInfo.setTypeQName(QName qn) |
Modifier and Type | Method and Description |
---|---|
void |
Extensible.setExtensionAttributes(Map<QName,Object> attrs) |
void |
AbstractPropertiesHolder.setExtensionAttributes(Map<QName,Object> attrs) |
void |
ServiceInfo.setMessages(Map<QName,MessageInfo> msgs) |
Constructor and Description |
---|
FaultInfo(QName fname,
QName mname,
OperationInfo info) |
InterfaceInfo(ServiceInfo info,
QName q) |
MessageInfo(OperationInfo op,
MessageInfo.Type type,
QName nm) |
MessagePartInfo(QName n,
AbstractMessageContainer info) |
Modifier and Type | Method and Description |
---|---|
QName |
W3CDOMStreamReader.getAttributeName(int i) |
QName |
DepthXMLStreamReader.getAttributeName(int arg0) |
QName |
W3CDOMStreamReader.getName() |
QName |
DepthXMLStreamReader.getName() |
static QName |
StaxUtils.readQName(XMLStreamReader reader)
Reads a QName from the element text.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StaxUtils.toNextTag(DepthXMLStreamReader reader,
QName endTag) |
Constructor and Description |
---|
PartialXMLStreamReader(XMLStreamReader r,
QName endTag) |
StaxStreamFilter(QName... eventsToReject) |
Modifier and Type | Method and Description |
---|---|
QName |
InTransformReader.getAttributeName(int arg0) |
QName |
InTransformReader.getName() |
Modifier and Type | Method and Description |
---|---|
protected static void |
TransformUtils.convertToSetOfQNames(List<String> set,
Set<QName> elementsSet) |
Modifier and Type | Field and Description |
---|---|
static QName |
QNameConstants.ACT_AS |
static QName |
QNameConstants.AUTHENTICATION_TYPE |
static QName |
QNameConstants.BINARY_SECRET |
static QName |
QNameConstants.BINARY_SECURITY_TOKEN |
static QName |
QNameConstants.C14N_ALGORITHM |
static QName |
QNameConstants.CANCEL_TARGET |
static QName |
QNameConstants.CLAIMS |
static QName |
QNameConstants.COMPUTED_KEY_ALGORITHM |
static QName |
QNameConstants.ENCRYPT_WITH |
static QName |
QNameConstants.ENCRYPTION_ALGORITHM |
static QName |
QNameConstants.ENTROPY |
static QName |
QNameConstants.KEY_SIZE |
static QName |
QNameConstants.KEY_TYPE |
static QName |
QNameConstants.KEYWRAP_ALGORITHM |
static QName |
QNameConstants.LIFETIME |
static QName |
QNameConstants.NONCE |
static QName |
QNameConstants.ON_BEHALF_OF |
static QName |
QNameConstants.PARTICIPANTS |
static QName |
QNameConstants.PASSWORD |
static QName |
QNameConstants.RENEW_TARGET |
static QName |
QNameConstants.RENEWING |
static QName |
QNameConstants.REQUEST_TYPE |
static QName |
QNameConstants.SECURITY |
static QName |
QNameConstants.SECURITY_TOKEN_REFERENCE |
static QName |
QNameConstants.SIGN_WITH |
static QName |
QNameConstants.SIGNATURE_ALGORITHM |
static QName |
QNameConstants.TOKEN_TYPE |
static QName |
QNameConstants.USE_KEY |
static QName |
QNameConstants.USERNAME_TOKEN |
static QName |
QNameConstants.VALIDATE_TARGET |
Modifier and Type | Field and Description |
---|---|
static QName |
AbstractOperation.TOKEN_TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
Assertor.canAssert(QName type) |
Modifier and Type | Field and Description |
---|---|
static Set<QName> |
Names.HEADERS
The set of headers understood by the protocol binding.
|
Modifier and Type | Method and Description |
---|---|
QName |
AddressingConstants.getActionNotSupportedQName() |
QName |
AddressingConstants.getActionQName() |
QName |
AddressingConstants.getAddressQName() |
QName |
AddressingConstants.getDestinationUnreachableQName() |
QName |
AddressingProperties.getDuplicate() |
QName |
AddressingConstants.getEndpointUnavailableQName() |
QName |
AddressingConstants.getFaultToQName() |
QName |
AddressingConstants.getFromQName() |
static QName |
EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref,
Bus bus) |
QName |
AddressingConstants.getInvalidMapQName() |
QName |
AddressingConstants.getIsReferenceParameterQName() |
QName |
AddressingConstants.getMapRequiredQName() |
QName |
AddressingConstants.getMessageIDQName() |
QName |
AddressingConstants.getMetadataQName() |
static QName |
EndpointReferenceUtils.getPortQName(EndpointReferenceType ref,
Bus bus) |
QName |
AddressingConstants.getRelatesToQName() |
QName |
AddressingConstants.getRelationshipTypeQName() |
QName |
AddressingConstants.getReplyToQName() |
static QName |
EndpointReferenceUtils.getServiceName(EndpointReferenceType ref,
Bus bus)
Gets the service name of the provided endpoint reference.
|
QName |
AddressingConstants.getToQName() |
QName |
AttributedQNameType.getValue()
Gets the value of the value property.
|
QName |
AddressingConstants.getWSDLActionQName() |
QName |
AddressingConstants.getWSDLExtensibilityQName() |
Modifier and Type | Method and Description |
---|---|
List<QName> |
AddressingProperties.getMustUnderstand() |
Map<QName,String> |
RelatesToType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ReferenceParametersType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ProblemActionType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
MetadataType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EndpointReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedUnsignedLongType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedURIType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedQNameType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedAnyType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
EndpointReferenceUtils.getEndpointReference(URL wsdlUrl,
QName serviceName,
String portName)
Create an endpoint reference for the provided wsdl, service and portname.
|
static EndpointReferenceType |
EndpointReferenceUtils.getEndpointReferenceWithId(QName serviceQName,
String portName,
String id,
Bus bus)
Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
|
static JAXBElement<ServiceNameType> |
EndpointReferenceUtils.getServiceNameType(QName serviceName,
String portName) |
static EndpointReferenceType |
EndpointReferenceUtils.mint(QName serviceName,
Bus bus)
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
|
void |
AddressingProperties.setDuplicate(QName dup) |
static void |
EndpointReferenceUtils.setInterfaceName(EndpointReferenceType ref,
QName portTypeName) |
static void |
EndpointReferenceUtils.setServiceAndPortName(EndpointReferenceType ref,
QName serviceName,
String portName)
Sets the service and port name of the provided endpoint reference.
|
void |
AttributedQNameType.setValue(QName value)
Sets the value of the value property.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
Relationship.relationshipType |
protected QName |
ServiceNameType.value |
protected QName |
AttributedQName.value |
Modifier and Type | Method and Description |
---|---|
QName |
Relationship.getRelationshipType()
Gets the value of the relationshipType property.
|
QName |
ServiceNameType.getValue()
Gets the value of the value property.
|
QName |
AttributedQName.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
ServiceNameType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ReplyAfterType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Relationship.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EndpointReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedURI.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedQName.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
Relationship.setRelationshipType(QName value)
Sets the value of the relationshipType property.
|
void |
ServiceNameType.setValue(QName value)
Sets the value of the value property.
|
void |
AttributedQName.setValue(QName value)
Sets the value of the value property.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
Relationship.relationshipType |
protected QName |
ServiceNameType.value |
protected QName |
AttributedQName.value |
Modifier and Type | Method and Description |
---|---|
QName |
Relationship.getRelationshipType()
Gets the value of the relationshipType property.
|
QName |
ServiceNameType.getValue()
Gets the value of the value property.
|
QName |
AttributedQName.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
ServiceNameType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ReplyAfterType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Relationship.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EndpointReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedURI.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedQName.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
Relationship.setRelationshipType(QName value)
Sets the value of the relationshipType property.
|
void |
ServiceNameType.setValue(QName value)
Sets the value of the value property.
|
void |
AttributedQName.setValue(QName value)
Sets the value of the value property.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
ServiceNameType.value |
protected QName |
AttributedQNameType.value |
Modifier and Type | Method and Description |
---|---|
QName |
ServiceNameType.getValue()
Gets the value of the value property.
|
QName |
AttributedQNameType.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
UsingAddressing.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ServiceNameType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedQNameType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Anonymous.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceNameType.setValue(QName value)
Sets the value of the value property.
|
void |
AttributedQNameType.setValue(QName value)
Sets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PolicyUtils.assertPolicy(org.apache.cxf.ws.policy.AssertionInfoMap aim,
QName name) |
Modifier and Type | Method and Description |
---|---|
QName[] |
AlgorithmSuiteBuilder.getKnownElements() |
Modifier and Type | Method and Description |
---|---|
QName |
STSTokenOutInterceptor.AuthMode.getEndpointName()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static QName |
STSException.AUTH_BAD_ELEMENTS |
static QName |
STSException.BAD_REQUEST |
static QName |
STSException.EXPIRED_DATA |
static QName |
STSException.FAILED_AUTH |
static QName |
STSException.INVALID_REQUEST
Specification Fault Codes
|
static QName |
STSException.INVALID_SCOPE |
static QName |
STSException.INVALID_TIME |
static QName |
STSException.INVALID_TOKEN |
static QName |
STSException.RENEW_NEEDED |
static QName |
STSException.REQUEST_FAILED |
static QName |
STSException.UNABLE_TO_RENEW |
Modifier and Type | Method and Description |
---|---|
QName |
STSException.getFaultCode() |
Modifier and Type | Method and Description |
---|---|
void |
STSException.setFaultCode(QName faultCode) |
Constructor and Description |
---|
STSException(String message,
QName faultCode) |
STSException(String message,
Throwable e,
QName faultCode) |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
SignChallengeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
RequestSecurityTokenType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
RequestSecurityTokenResponseType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
RequestSecurityTokenResponseCollectionType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EntropyType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ClaimsType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
BinarySecretType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
BinaryExchangeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
UsernameTokenType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
TransformationParametersType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
SecurityTokenReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
SecurityHeaderType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EmbeddedType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedString.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
TimestampType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedURI.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedDateTime.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
TitleType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
TextChallengeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
TextChallengeResponseType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
InteractiveChallengeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
InteractiveChallengeResponseType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ChoiceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ChoiceChallengeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
AbstractSTSClient.endpointName |
protected QName |
AbstractSTSClient.serviceName |
Modifier and Type | Method and Description |
---|---|
QName |
AbstractSTSClient.getEndpointQName() |
QName |
AbstractSTSClient.getServiceQName() |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
STSUtils.createSTSEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy,
QName epName) |
void |
AbstractSTSClient.setEndpointQName(QName qn) |
void |
AbstractSTSClient.setServiceQName(QName qn) |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
AbstractWSS4JStaxInterceptor.getUnderstoodHeaders() |
Set<QName> |
AbstractWSS4JInterceptor.getUnderstoodHeaders() |
Set<QName> |
AbstractTokenInterceptor.getUnderstoodHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
WSS4JPolicyAsserter.assertPolicy(QName qName) |
Validator |
CXFRequestData.getValidator(QName qName) |
void |
WSS4JPolicyAsserter.unassertPolicy(QName qName,
String reason) |
Modifier and Type | Method and Description |
---|---|
protected static WSSecurityEngine |
WSS4JInInterceptor.createSecurityEngine(Map<QName,Object> map) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCommonBindingHandler.assertPolicy(QName name) |
Modifier and Type | Method and Description |
---|---|
static Map<QName,SecurityPolicyValidator> |
ValidatorUtils.getSecurityPolicyValidators(Message message) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSupportingTokenPolicyValidator.assertSecurePartsIfTokenNotRequired(AbstractSecurityAssertion securedPart,
QName name,
org.apache.cxf.ws.policy.AssertionInfoMap aim) |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
OperationType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
BindingType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AddressType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
UsernameTokenType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
TransformationParametersType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
SecurityTokenReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
SecurityHeaderType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ReferenceType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
EmbeddedType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedString.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<QName,String> |
AbstractSecurityContextTokenType.getOtherAttributes() |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
SecurityContextTokenType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
SecurityContextTokenType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
TimestampType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedURI.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributedDateTime.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ConversationConstants.DERIVED_KEY_TOKEN_QNAME_05_02 |
static QName |
ConversationConstants.DERIVED_KEY_TOKEN_QNAME_05_12 |
static QName |
ConversationConstants.SECURITY_CTX_TOKEN_QNAME_05_02 |
static QName |
ConversationConstants.SECURITY_CTX_TOKEN_QNAME_05_12 |
Modifier and Type | Field and Description |
---|---|
static QName |
WSSecurityException.FAILED_AUTHENTICATION
The security token could not be authenticated or authorized
|
static QName |
WSSecurityException.FAILED_CHECK
The signature or decryption was invalid
|
static QName |
WSSecurityException.INVALID_SECURITY
An error was discovered processing the
|
static QName |
WSSecurityException.INVALID_SECURITY_TOKEN
An invalid security token was provided
|
static QName |
WSSecurityException.MESSAGE_EXPIRED
The message has expired
|
static QName |
WSSecurityException.SECURITY_ERROR
Generic Security error
|
static QName |
WSSecurityException.SECURITY_TOKEN_UNAVAILABLE
Referenced security token could not be retrieved
|
static QName |
WSSecurityException.UNSUPPORTED_ALGORITHM
An unsupported signature or encryption algorithm was used
|
static QName |
WSSecurityException.UNSUPPORTED_SECURITY_TOKEN
An unsupported token was provided
|
Modifier and Type | Method and Description |
---|---|
QName |
WSSecurityException.getFaultCode()
Get the fault code QName for this associated error code.
|
QName |
WSSecurityException.ErrorCode.getQName() |
QName |
WSSecurityException.getSafeFaultCode()
Get the "safe" / unified fault code QName associated with this exception, so as
not to leak internal configuration to an attacker
|
Modifier and Type | Field and Description |
---|---|
static QName |
SecurityTokenReference.STR_QNAME |
static QName |
Reference.TOKEN |
static QName |
BinarySecurity.TOKEN_BST |
static QName |
BinarySecurity.TOKEN_KI |
Modifier and Type | Field and Description |
---|---|
static QName |
WSConstants.BINARY_TOKEN
wsse:BinarySecurityToken as defined by WS Security specification |
static QName |
WSConstants.DERIVED_KEY_TOKEN_05_02
wsc:DerivedKeyToken as defined by WS-SecureConversation specification |
static QName |
WSConstants.DERIVED_KEY_TOKEN_05_12
wsc:DerivedKeyToken as defined by WS-SecureConversation specification in WS-SX |
static QName |
WSConstants.ENCRYPTED_ASSERTION
saml:EncryptedAssertion as defined by SAML v2.0 specification |
static QName |
WSConstants.ENCRYPTED_DATA
xenc:EncryptedData as defined by XML Encryption specification,
enhanced by WS Security specification |
static QName |
WSConstants.ENCRYPTED_KEY
xenc:EncryptedKey as defined by XML Encryption specification,
enhanced by WS Security specification |
static QName |
WSConstants.FAILED_AUTHENTICATION
The security token could not be authenticated or authorized
|
static QName |
WSConstants.FAILED_CHECK
The signature or decryption was invalid
|
static QName |
WSConstants.INVALID_SECURITY
An error was discovered processing the
|
static QName |
WSConstants.INVALID_SECURITY_TOKEN
An invalid security token was provided
|
static QName |
WSConstants.MESSAGE_EXPIRED
The message has expired
|
static QName |
WSConstants.REFERENCE_LIST
xenc:ReferenceList as defined by XML Encryption specification, |
static QName |
WSConstants.SAML_TOKEN
saml:Assertion as defined by SAML v1.1 specification |
static QName |
WSConstants.SAML2_TOKEN
saml:Assertion as defined by SAML v2.0 specification |
static QName |
WSConstants.SECURITY_CONTEXT_TOKEN_05_02
wsc:SecurityContextToken as defined by WS-SecureConversation specification |
static QName |
WSConstants.SECURITY_CONTEXT_TOKEN_05_12
wsc:SecurityContextToken as defined by WS-SecureConversation specification in
WS-SX |
static QName |
WSConstants.SECURITY_TOKEN_UNAVAILABLE
Referenced security token could not be retrieved
|
static QName |
WSConstants.SIGNATURE
ds:Signature as defined by XML Signature specification,
enhanced by WS Security specification |
static QName |
WSConstants.SIGNATURE_CONFIRMATION
wsse11:signatureConfirmation as defined by OASIS WS Security specification, |
static QName |
WSConstants.TIMESTAMP
wsu:Timestamp as defined by OASIS WS Security specification, |
static QName |
WSConstants.UNSUPPORTED_ALGORITHM
An unsupported signature or encryption algorithm was used
|
static QName |
WSConstants.UNSUPPORTED_SECURITY_TOKEN
An unsupported token was provided
|
static QName |
WSConstants.USERNAME_TOKEN
wsse:UsernameToken as defined by WS Security specification |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPConstants.getBodyQName()
Obtain the QName for the Body element
|
QName |
SOAP12Constants.getBodyQName() |
QName |
SOAP11Constants.getBodyQName() |
QName |
SOAPConstants.getHeaderQName()
Obtain the QName for the Header element
|
QName |
SOAP12Constants.getHeaderQName() |
QName |
SOAP11Constants.getHeaderQName() |
QName |
WSDataRef.getName() |
QName |
SOAPConstants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
QName |
SOAP12Constants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
QName |
SOAP11Constants.getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
Modifier and Type | Method and Description |
---|---|
void |
WSDataRef.setName(QName name) |
Modifier and Type | Method and Description |
---|---|
Processor |
WSSConfig.getProcessor(QName el) |
Validator |
WSSConfig.getValidator(QName el) |
Class<?> |
WSSConfig.setProcessor(QName el,
Class<?> clazz)
Associate a SOAP processor name with a specified SOAP Security header
element QName.
|
Class<?> |
WSSConfig.setProcessor(QName el,
Processor processor)
Associate a SOAP processor name with a specified SOAP Security header
element QName.
|
Class<?> |
WSSConfig.setValidator(QName el,
Class<?> clazz)
Associate a SOAP validator name with a specified SOAP Security header
element QName.
|
Class<?> |
WSSConfig.setValidator(QName el,
Validator validator)
Associate a SOAP validator name with a specified SOAP Security header
element QName.
|
Modifier and Type | Method and Description |
---|---|
Validator |
RequestData.getValidator(QName qName)
Get the Validator instance corresponding to the QName
|
Modifier and Type | Field and Description |
---|---|
static QName |
UsernameToken.TOKEN |
Modifier and Type | Method and Description |
---|---|
static String |
SPUtils.getAttribute(Element element,
QName attName) |
static Element |
SPUtils.getFirstChildElement(Node parent,
QName childNodeName) |
static String |
SPUtils.getFirstChildElementText(Node parent,
QName childNodeName) |
abstract SupportingTokenType |
SPConstants.getSupportingTokenType(QName name)
Deprecated.
|
SupportingTokenType |
SP12Constants.getSupportingTokenType(QName name)
Deprecated.
|
SupportingTokenType |
SP11Constants.getSupportingTokenType(QName name)
Deprecated.
|
static boolean |
SPUtils.hasChildElementWithName(Element element,
QName elementName) |
static SP12Constants.SupportingTokenTypes |
SP12Constants.SupportingTokenTypes.lookUp(QName name) |
static SP11Constants.SupportingTokenTypes |
SP11Constants.SupportingTokenTypes.lookUp(QName name) |
Modifier and Type | Method and Description |
---|---|
QName[] |
X509TokenBuilder.getKnownElements() |
QName[] |
WSS11Builder.getKnownElements() |
QName[] |
WSS10Builder.getKnownElements() |
QName[] |
UsernameTokenBuilder.getKnownElements() |
QName[] |
Trust13Builder.getKnownElements() |
QName[] |
Trust10Builder.getKnownElements() |
QName[] |
TransportTokenBuilder.getKnownElements() |
QName[] |
TransportBindingBuilder.getKnownElements() |
QName[] |
SymmetricBindingBuilder.getKnownElements() |
QName[] |
SupportingTokensBuilder.getKnownElements() |
QName[] |
SpnegoContextTokenBuilder.getKnownElements() |
QName[] |
SignedPartsBuilder.getKnownElements() |
QName[] |
SignedElementsBuilder.getKnownElements() |
QName[] |
SignatureTokenBuilder.getKnownElements() |
QName[] |
SecurityContextTokenBuilder.getKnownElements() |
QName[] |
SecureConversationTokenBuilder.getKnownElements() |
QName[] |
SamlTokenBuilder.getKnownElements() |
QName[] |
RequiredPartsBuilder.getKnownElements() |
QName[] |
RequiredElementsBuilder.getKnownElements() |
QName[] |
RelTokenBuilder.getKnownElements() |
QName[] |
RecipientTokenBuilder.getKnownElements() |
QName[] |
RecipientSignatureTokenBuilder.getKnownElements() |
QName[] |
RecipientEncryptionTokenBuilder.getKnownElements() |
QName[] |
ProtectionTokenBuilder.getKnownElements() |
QName[] |
LayoutBuilder.getKnownElements() |
QName[] |
KeyValueTokenBuilder.getKnownElements() |
QName[] |
KerberosTokenBuilder.getKnownElements() |
QName[] |
IssuedTokenBuilder.getKnownElements() |
QName[] |
InitiatorTokenBuilder.getKnownElements() |
QName[] |
InitiatorSignatureTokenBuilder.getKnownElements() |
QName[] |
InitiatorEncryptionTokenBuilder.getKnownElements() |
QName[] |
HttpsTokenBuilder.getKnownElements() |
QName[] |
EncryptionTokenBuilder.getKnownElements() |
QName[] |
EncryptedPartsBuilder.getKnownElements() |
QName[] |
EncryptedElementsBuilder.getKnownElements() |
QName[] |
ContentEncryptedElementsBuilder.getKnownElements() |
QName[] |
BootstrapPolicyBuilder.getKnownElements() |
QName[] |
AsymmetricBindingBuilder.getKnownElements() |
QName[] |
AlgorithmSuiteBuilder.getKnownElements() |
Modifier and Type | Method and Description |
---|---|
QName |
X509Token.getName() |
QName |
Wss11.getName() |
QName |
Wss10.getName() |
QName |
UsernameToken.getName() |
QName |
Trust13.getName() |
QName |
Trust10.getName() |
QName |
TransportToken.getName() |
QName |
TransportBinding.getName() |
QName |
SymmetricBinding.getName() |
QName |
SupportingTokens.getName() |
QName |
SupportingTokenType.getName() |
QName |
SpnegoContextToken.getName() |
QName |
SignedParts.getName() |
QName |
SignedElements.getName() |
QName |
SignatureToken.getName() |
QName |
SecurityContextToken.getName() |
QName |
SecureConversationToken.getName() |
QName |
SamlToken.getName() |
QName |
RequiredParts.getName() |
QName |
RequiredElements.getName() |
QName |
RelToken.getName() |
QName |
RecipientToken.getName() |
QName |
RecipientSignatureToken.getName() |
QName |
RecipientEncryptionToken.getName() |
QName |
ProtectionToken.getName() |
QName |
Layout.getName() |
QName |
KeyValueToken.getName() |
QName |
KerberosToken.getName() |
QName |
IssuedToken.getName() |
QName |
InitiatorToken.getName() |
QName |
InitiatorSignatureToken.getName() |
QName |
InitiatorEncryptionToken.getName() |
QName |
HttpsToken.getName() |
QName |
EncryptionToken.getName() |
QName |
EncryptedParts.getName() |
QName |
EncryptedElements.getName() |
QName |
ContentEncryptedElements.getName() |
QName |
BootstrapPolicy.getName() |
QName |
Attachments.getName() |
QName |
AsymmetricBinding.getName() |
QName |
AlgorithmSuite.getName() |
QName |
AbstractSecuredParts.getName() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSecurityAssertion.isAsserted(Map<QName,List<AssertionState>> assertionStatesMap) |
Constructor and Description |
---|
SupportingTokens(SPConstants.SPVersion version,
QName supportingTokenType,
org.apache.neethi.Policy nestedPolicy) |
Modifier and Type | Method and Description |
---|---|
QName |
OperationPolicy.getOperationName() |
Modifier and Type | Method and Description |
---|---|
static List<QName> |
PolicyUtils.getElementPath(XPath xPath) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyAsserter.assertPolicy(QName qName) |
void |
DummyPolicyAsserter.assertPolicy(QName qName) |
void |
OperationPolicy.setOperationName(QName operationName) |
void |
PolicyAsserter.unassertPolicy(QName qName,
String reason) |
void |
DummyPolicyAsserter.unassertPolicy(QName qName,
String reason) |
Constructor and Description |
---|
OperationPolicy(QName operationName) |
Modifier and Type | Method and Description |
---|---|
void |
SignedElementsAssertionState.addElement(List<QName> pathElement) |
void |
RequiredElementsAssertionState.addElement(List<QName> pathElement) |
Modifier and Type | Field and Description |
---|---|
static QName |
WSSConstants.ATT_NULL_ASSERTION_ID |
static QName |
WSSConstants.ATT_NULL_AssertionID
Deprecated.
|
static QName |
WSSConstants.ATT_NULL_ENCODING_TYPE |
static QName |
WSSConstants.ATT_NULL_EncodingType
Deprecated.
|
static QName |
WSSConstants.ATT_NULL_ID |
static QName |
WSSConstants.ATT_NULL_Value
Deprecated.
|
static QName |
WSSConstants.ATT_NULL_VALUE |
static QName |
WSSConstants.ATT_NULL_VALUE_TYPE |
static QName |
WSSConstants.ATT_NULL_ValueType
Deprecated.
|
static QName |
WSSConstants.ATT_soap11_Actor
Deprecated.
|
static QName |
WSSConstants.ATT_SOAP11_ACTOR |
static QName |
WSSConstants.ATT_SOAP11_MUST_UNDERSTAND |
static QName |
WSSConstants.ATT_soap11_MustUnderstand
Deprecated.
|
static QName |
WSSConstants.ATT_SOAP12_MUST_UNDERSTAND |
static QName |
WSSConstants.ATT_soap12_MustUnderstand
Deprecated.
|
static QName |
WSSConstants.ATT_soap12_Role
Deprecated.
|
static QName |
WSSConstants.ATT_SOAP12_ROLE |
static QName |
WSSConstants.ATT_wsse_Usage
Deprecated.
|
static QName |
WSSConstants.ATT_WSSE_USAGE |
static QName |
WSSConstants.ATT_WSSE11_TOKEN_TYPE |
static QName |
WSSConstants.ATT_wsse11_TokenType
Deprecated.
|
static QName |
WSSConstants.ATT_wsu_Id
Deprecated.
|
static QName |
WSSConstants.ATT_WSU_ID |
static QName |
WSSConstants.TAG_saml_Assertion
Deprecated.
|
static QName |
WSSConstants.TAG_SAML_ASSERTION |
static QName |
WSSConstants.TAG_saml2_Assertion
Deprecated.
|
static QName |
WSSConstants.TAG_SAML2_ASSERTION |
static QName |
WSSConstants.TAG_SAML2_ENCRYPTED_ASSERTION |
static QName |
WSSConstants.TAG_saml2_EncryptedAssertion
Deprecated.
|
static QName |
WSSConstants.TAG_soap11_Body
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP11_BODY |
static QName |
WSSConstants.TAG_soap11_Envelope
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP11_ENVELOPE |
static QName |
WSSConstants.TAG_soap11_Header
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP11_HEADER |
static QName |
WSSConstants.TAG_soap12_Body
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP12_BODY |
static QName |
WSSConstants.TAG_soap12_Envelope
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP12_ENVELOPE |
static QName |
WSSConstants.TAG_soap12_Header
Deprecated.
|
static QName |
WSSConstants.TAG_SOAP12_HEADER |
static QName |
WSSConstants.TAG_wsc0502_DerivedKeyToken
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_DKT |
static QName |
WSSConstants.TAG_wsc0502_Generation
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_GENERATION |
static QName |
WSSConstants.TAG_wsc0502_Identifier
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_IDENTIFIER |
static QName |
WSSConstants.TAG_wsc0502_Label
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_LABEL |
static QName |
WSSConstants.TAG_wsc0502_Length
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_LENGTH |
static QName |
WSSConstants.TAG_wsc0502_Nonce
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_NONCE |
static QName |
WSSConstants.TAG_wsc0502_Offset
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_OFFSET |
static QName |
WSSConstants.TAG_wsc0502_Properties
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0502_PROPERTIES |
static QName |
WSSConstants.TAG_WSC0502_SCT |
static QName |
WSSConstants.TAG_wsc0502_SecurityContextToken
Deprecated.
|
static QName |
WSSConstants.TAG_wsc0512_DerivedKeyToken
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_DKT |
static QName |
WSSConstants.TAG_wsc0512_Generation
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_GENERATION |
static QName |
WSSConstants.TAG_wsc0512_Identifier
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_IDENTIFIER |
static QName |
WSSConstants.TAG_wsc0512_Label
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_LABEL |
static QName |
WSSConstants.TAG_wsc0512_Length
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_LENGTH |
static QName |
WSSConstants.TAG_wsc0512_Nonce
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_NONCE |
static QName |
WSSConstants.TAG_wsc0512_Offset
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_OFFSET |
static QName |
WSSConstants.TAG_wsc0512_Properties
Deprecated.
|
static QName |
WSSConstants.TAG_WSC0512_PROPERTIES |
static QName |
WSSConstants.TAG_WSC0512_SCT |
static QName |
WSSConstants.TAG_wsc0512_SecurityContextToken
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_BINARY_SECURITY_TOKEN |
static QName |
WSSConstants.TAG_wsse_BinarySecurityToken
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_KEY_IDENTIFIER |
static QName |
WSSConstants.TAG_wsse_KeyIdentifier
Deprecated.
|
static QName |
WSSConstants.TAG_wsse_Nonce
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_NONCE |
static QName |
WSSConstants.TAG_wsse_Password
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_PASSWORD |
static QName |
WSSConstants.TAG_wsse_Reference
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_REFERENCE |
static QName |
WSSConstants.TAG_wsse_Security
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_SECURITY |
static QName |
WSSConstants.TAG_WSSE_SECURITY_TOKEN_REFERENCE |
static QName |
WSSConstants.TAG_wsse_SecurityTokenReference
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_TRANSFORMATION_PARAMETERS |
static QName |
WSSConstants.TAG_wsse_TransformationParameters
Deprecated.
|
static QName |
WSSConstants.TAG_wsse_Username
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE_USERNAME |
static QName |
WSSConstants.TAG_WSSE_USERNAME_TOKEN |
static QName |
WSSConstants.TAG_wsse_UsernameToken
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE11_ENCRYPTED_HEADER |
static QName |
WSSConstants.TAG_wsse11_EncryptedHeader
Deprecated.
|
static QName |
WSSConstants.TAG_wsse11_Iteration
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE11_ITERATION |
static QName |
WSSConstants.TAG_wsse11_Salt
Deprecated.
|
static QName |
WSSConstants.TAG_WSSE11_SALT |
static QName |
WSSConstants.TAG_WSSE11_SIG_CONF |
static QName |
WSSConstants.TAG_wsse11_SignatureConfirmation
Deprecated.
|
static QName |
WSSConstants.TAG_WST_BINARY_SECRET |
static QName |
WSSConstants.TAG_wst_BinarySecret
Deprecated.
|
static QName |
WSSConstants.TAG_WST0512_BINARY_SECRET |
static QName |
WSSConstants.TAG_wst0512_BinarySecret
Deprecated.
|
static QName |
WSSConstants.TAG_wsu_Created
Deprecated.
|
static QName |
WSSConstants.TAG_WSU_CREATED |
static QName |
WSSConstants.TAG_wsu_Expires
Deprecated.
|
static QName |
WSSConstants.TAG_WSU_EXPIRES |
static QName |
WSSConstants.TAG_wsu_Timestamp
Deprecated.
|
static QName |
WSSConstants.TAG_WSU_TIMESTAMP |
Modifier and Type | Field and Description |
---|---|
static List<QName> |
WSSConstants.SOAP_11_BODY_PATH |
static List<QName> |
WSSConstants.SOAP_11_HEADER_PATH |
static List<QName> |
WSSConstants.WSSE_SECURITY_HEADER_PATH |
Modifier and Type | Method and Description |
---|---|
void |
WSSSecurityProperties.addValidator(QName qName,
Validator validator) |
<T extends Validator> |
WSSSecurityProperties.getValidator(QName qName) |
Modifier and Type | Method and Description |
---|---|
QName |
SecurityHeaderOrder.getSecurityHeaderElementName() |
Constructor and Description |
---|
SecurityHeaderOrder(QName securityHeaderElementName,
org.apache.xml.security.stax.ext.XMLSecurityConstants.Action action,
boolean encrypted) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSSSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath,
org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain,
org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent,
org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) |
Modifier and Type | Method and Description |
---|---|
static void |
OutputProcessorUtils.updateSecurityHeaderOrder(org.apache.xml.security.stax.ext.OutputProcessorChain outputProcessorChain,
QName headerElementName,
org.apache.xml.security.stax.ext.XMLSecurityConstants.Action action,
boolean onTop) |
Modifier and Type | Method and Description |
---|---|
QName |
OperationSecurityEvent.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
OperationSecurityEvent.setOperation(QName operation) |
Modifier and Type | Method and Description |
---|---|
static boolean |
WSSUtils.isInSecurityHeader(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent,
List<QName> elementPath,
String actorOrRole) |
static boolean |
WSSUtils.isInSOAPBody(List<QName> elementPath) |
static boolean |
WSSUtils.isInSOAPHeader(List<QName> elementPath) |
static String |
WSSUtils.pathAsString(List<QName> path) |
static boolean |
WSSUtils.pathMatches(List<QName> path1,
List<QName> path2,
boolean matchAnySoapNS,
boolean lastElementWildCard) |
static boolean |
WSSUtils.pathMatches(List<QName> path1,
List<QName> path2,
boolean matchAnySoapNS,
boolean lastElementWildCard) |
Modifier and Type | Method and Description |
---|---|
List<QName> |
TokenContext.getElementPath() |
Constructor and Description |
---|
TokenContext(WSSSecurityProperties wssSecurityProperties,
WSInboundSecurityContext wsInboundSecurityContext,
List<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents,
List<QName> elementPath) |
Modifier and Type | Method and Description |
---|---|
XPathFunction |
XPathFunctionResolverImpl.resolveFunction(QName qname,
int arity)
Resolve an extension function from the qualified name and arity.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
XMLEventFactoryImpl.createAttribute(QName name,
String value) |
EndElement |
XMLEventFactoryImpl.createEndElement(QName name,
Iterator namespaces) |
StartElement |
XMLEventFactoryImpl.createStartElement(QName name,
Iterator attributes,
Iterator namespaces) |
Modifier and Type | Method and Description |
---|---|
QName |
AttributeImpl.getName() |
Modifier and Type | Method and Description |
---|---|
Attribute |
StartElementImpl.getAttributeByName(QName name) |
Constructor and Description |
---|
AttributeImpl(int type,
QName name,
String value,
String dtdType,
boolean isSpecified,
Location location) |
AttributeImpl(QName name,
String value,
String dtdType,
boolean isSpecified,
Location location)
Constructor.
|
EndElementImpl(QName name,
Iterator namespaces,
Location location) |
StartElementImpl(QName name,
Iterator attributes,
Iterator namespaces,
NamespaceContext namespaceContext,
Location location) |
Modifier and Type | Method and Description |
---|---|
QName |
XSQName.getJAXPQName() |
Modifier and Type | Method and Description |
---|---|
Object |
XPathExpressionImpl.eval(Object item,
QName returnType) |
Object |
XPathExpressionImpl.evaluate(InputSource source,
QName returnType)
Evaluate the compiled XPath expression in the context of the
specified
InputSource and return the result as the
specified type. |
Object |
XPathExpressionImpl.evaluate(Object item,
QName returnType)
Evaluate the compiled XPath expression in the specified context and
return the result as the specified type.
|
Object |
XPathImpl.evaluate(String expression,
InputSource source,
QName returnType)
Evaluate an XPath expression in the context of the specified
InputSource
and return the result as the specified type. |
Object |
XPathImpl.evaluate(String expression,
Object item,
QName returnType)
Evaluate an
XPath expression in the specified context and return the result as the specified type. |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
AppCommonAttributes.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Constructor and Description |
---|
JettisonMappedContext(Map<String,String> xmlnsToJson,
List<QName> attributesAsElements,
List<QName> ignoredElements,
Class... classes) |
JettisonMappedContext(Map<String,String> xmlnsToJson,
List<QName> attributesAsElements,
List<QName> ignoredElements,
Class... classes) |
Modifier and Type | Method and Description |
---|---|
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
QName attrName) |
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
String attrName) |
static QName |
DOMUtils.getElementQName(Element el) |
static QName |
DOMUtils.resolveQName(Element el,
String qualifiedName)
Transform the giveen qualified name into a QName
|
Modifier and Type | Method and Description |
---|---|
static Element |
DOMUtils.createElement(QName qname)
Create an Element for a given QName
|
static String |
DOMUtils.getAttributeValue(Element el,
QName attrName)
Get the value from the given attribute
|
static boolean |
DOMUtils.getAttributeValueAsBoolean(Element el,
QName attrName) |
static Integer |
DOMUtils.getAttributeValueAsInteger(Element el,
QName attrName) |
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
QName attrName) |
static Iterator |
DOMUtils.getChildElements(Node node,
QName nodeName)
Gets the child element for a given qname
|
static Element |
DOMUtils.getFirstChildElement(Node node,
QName nodeName) |
Modifier and Type | Field and Description |
---|---|
static QName |
AddressingConstants.Core.Elements.ACTION_QNAME |
static QName |
AddressingConstants.Metadata.Attributes.ACTION_QNAME |
static QName |
AddressingConstants.Core.Faults.ACTIONMISMATCH_QNAME |
static QName |
AddressingConstants.Core.Faults.ACTIONNOTSUPPORTED_QNAME |
static QName |
AddressingConstants.Core.Elements.ADDRESS_QNAME |
static QName |
AddressingConstants.Metadata.Elements.ADDRESSING_QNAME |
static QName |
AddressingConstants.Metadata.Elements.ANONYMOUSRESPONSES_QNAME |
static QName |
AddressingConstants.Core.Faults.DESTINATIONUNREACHABLE_QNAME |
static QName |
AddressingConstants.Core.Faults.DUPLICATEMESSAGEID_QNAME |
static QName |
AddressingConstants.Metadata.Attributes.ENDPOINTNAME_QNAME |
static QName |
AddressingConstants.Core.Elements.ENDPOINTREFERENCE_QNAME |
static QName |
AddressingConstants.Core.Faults.ENDPOINTUNAVAILABLE_QNAME |
static QName |
AddressingConstants.Core.Elements.FAULTTO_QNAME |
static QName |
AddressingConstants.Core.Elements.FROM_QNAME |
static QName |
AddressingConstants.Metadata.Elements.INTERFACENAME_QNAME |
static QName |
AddressingConstants.Core.Faults.INVALIDADDRESS_QNAME |
static QName |
AddressingConstants.Core.Faults.INVALIDADDRESSINGHEADER_QNAME |
static QName |
AddressingConstants.Core.Faults.INVALIDCARDINALITY_QNAME |
static QName |
AddressingConstants.Core.Faults.INVALIDEPR_QNAME |
static QName |
AddressingConstants.Core.Attributes.ISREFERENCEPARAMETER_QNAME |
static QName |
AddressingConstants.Core.Faults.MESSAGEADDRESSINGHEADERREQUIRED_QNAME |
static QName |
AddressingConstants.Core.Elements.MESSAGEID_QNAME |
static QName |
AddressingConstants.Core.Elements.METADATA_QNAME |
static QName |
AddressingConstants.Core.Faults.MISSINGADDRESSINEPR_QNAME |
static QName |
AddressingConstants.Metadata.Elements.NONANONYMOUSRESPONSES_QNAME |
static QName |
AddressingConstants.Core.Elements.PROBLEMACTION_QNAME |
static QName |
AddressingConstants.Core.Elements.PROBLEMHEADERQNAME_QNAME |
static QName |
AddressingConstants.Core.Elements.PROBLEMIRI_QNAME |
static QName |
AddressingConstants.Core.Elements.REFERENCEPARAMETERS_QNAME |
static QName |
AddressingConstants.Core.Elements.RELATESTO_QNAME |
static QName |
AddressingConstants.Core.Attributes.RELATIONSHIPTYPE_QNAME |
static QName |
AddressingConstants.Core.Elements.REPLYTO_QNAME |
static QName |
AddressingConstants.Core.Elements.RETRYAFTER_QNAME |
static QName |
AddressingConstants.Metadata.Elements.SERVICENAME_QNAME |
static QName |
AddressingConstants.Core.Elements.SOAPACTION_QNAME |
static QName |
AddressingConstants.Core.Elements.TO_QNAME |
Modifier and Type | Method and Description |
---|---|
QName |
MAPRelatesTo.getType() |
Modifier and Type | Method and Description |
---|---|
MAPRelatesTo |
MAPBuilder.newRelatesTo(String id,
QName type)
Creates a new
MAPRelatesTo instance |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
GenericSOAPHandler.getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericSOAPHandler.setHeaders(Set<QName> headers)
Sets the header blocks that can be processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
QName |
Record.getOperation()
Gets the invoked operation
|
Modifier and Type | Method and Description |
---|---|
void |
Record.setOperation(QName operation)
Sets the record's operation
|
Modifier and Type | Method and Description |
---|---|
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
QName attrName)
Get the qname value from the given attribute
|
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
String attrName)
Get the qname value from the given attribute
|
static QName |
DOMUtils.getElementQName(Element el)
Get the qname of the given node.
|
static QName |
DOMUtils.resolveQName(Element el,
String qualifiedName)
Transform the given qualified name into a QName
|
Modifier and Type | Method and Description |
---|---|
static Map<QName,String> |
DOMUtils.getAttributes(Element el)
Get the attributes as Map<QName, String>
|
Modifier and Type | Method and Description |
---|---|
static String |
DOMUtils.getAttributeValue(Element el,
QName attrName)
Get the value from the given attribute
|
static boolean |
DOMUtils.getAttributeValueAsBoolean(Element el,
QName attrName)
Get the boolean value from the given attribute
|
static Integer |
DOMUtils.getAttributeValueAsInteger(Element el,
QName attrName)
Get the integer value from the given attribute
|
static QName |
DOMUtils.getAttributeValueAsQName(Element el,
QName attrName)
Get the qname value from the given attribute
|
static Iterator<Element> |
DOMUtils.getChildElements(Node node,
QName nodeName)
Gets the child element for a given qname
|
static Iterator<Element> |
DOMUtils.getChildElements(Node node,
QName nodeName,
boolean recursive)
Gets the child element for a given qname
|
static List<Element> |
DOMUtils.getChildElementsAsList(Node node,
QName nodeName) |
static List<Element> |
DOMUtils.getChildElementsAsList(Node node,
QName nodeName,
boolean recursive) |
static Element |
DOMUtils.getFirstChildElement(Node node,
QName nodeName)
Gets the first child element for a given qname
|
static Element |
DOMUtils.getFirstChildElement(Node node,
QName nodeName,
boolean recursive)
Gets the first child element for a given qname
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
Notification.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ATAssertion.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Constructor and Description |
---|
CompletionCoordinatorRPCService(URL wsdlLocation,
QName serviceName) |
CompletionCoordinatorService(URL wsdlLocation,
QName serviceName) |
CompletionInitiatorService(URL wsdlLocation,
QName serviceName) |
CoordinatorService(URL wsdlLocation,
QName serviceName) |
ParticipantService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
ExceptionType.exceptionIdentifier |
protected QName |
StatusType.state |
Modifier and Type | Method and Description |
---|---|
QName |
ExceptionType.getExceptionIdentifier()
Gets the value of the exceptionIdentifier property.
|
QName |
StatusType.getState()
Gets the value of the state property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
StatusType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
NotificationType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
ExceptionType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
BAMixedOutcomeAssertion.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
BAAtomicOutcomeAssertion.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionType.setExceptionIdentifier(QName value)
Sets the value of the exceptionIdentifier property.
|
void |
StatusType.setState(QName value)
Sets the value of the state property.
|
Constructor and Description |
---|
BusinessAgreementWithCoordinatorCompletionCoordinatorService(URL wsdlLocation,
QName serviceName) |
BusinessAgreementWithCoordinatorCompletionParticipantService(URL wsdlLocation,
QName serviceName) |
BusinessAgreementWithParticipantCompletionCoordinatorService(URL wsdlLocation,
QName serviceName) |
BusinessAgreementWithParticipantCompletionParticipantService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
RegisterType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
RegisterResponseType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Expires.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
CreateCoordinationContextType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
CreateCoordinationContextResponseType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
CoordinationContextType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
CoordinationContextType.Identifier.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Constructor and Description |
---|
ActivationService(URL wsdlLocation,
QName serviceName) |
RegistrationService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Field and Description |
---|---|
static QName |
WSTrustConstants.FAILED_AUTHENTICATION |
static QName |
WSTrustConstants.INVALID_SECURITY |
static QName |
WSTrustConstants.INVALID_SECURITY_TOKEN |
static QName |
WSTrustConstants.SECURITY_TOKEN_UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
boolean |
ParserNamespaceSupport.supports(QName qname)
Returns whether the parser supports parsing a particular namespace
|
Modifier and Type | Method and Description |
---|---|
static Element |
DocumentUtil.getChildElement(Element doc,
QName elementQName)
Get an child element from the parent element given its
QName |
static Element |
DocumentUtil.getElement(Document doc,
QName elementQName)
Get an element from the document given its
QName |
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
QName attributeName,
String attributeValue)
Write an attribute
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
String attributeName,
QName attributeValue)
Write an attribute
|
Modifier and Type | Method and Description |
---|---|
boolean |
PicketLinkConfigParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
STSConfigParser.supports(QName qname) |
boolean |
SAMLConfigParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDMConfigParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
ProtocolContext.getQName()
Return the QName of the token
|
QName |
SecurityTokenProvider.getSupportedQName()
Provide an optional
QName for configuration |
Modifier and Type | Method and Description |
---|---|
static ParserNamespaceSupport |
ParserController.get(QName qname)
Get an
ParserNamespaceSupport that supports parsing the qname |
Modifier and Type | Method and Description |
---|---|
boolean |
SAMLSubjectParser.supports(QName qname) |
boolean |
SAMLSloResponseParser.supports(QName qname) |
boolean |
SAMLSloRequestParser.supports(QName qname) |
boolean |
SAMLResponseParser.supports(QName qname) |
boolean |
SAMLParser.supports(QName qname) |
boolean |
SAMLConditionsParser.supports(QName qname) |
boolean |
SAMLAuthNRequestParser.supports(QName qname) |
boolean |
SAMLAttributeQueryParser.supports(QName qname) |
boolean |
SAMLAssertionParser.supports(QName qname) |
boolean |
SAMLArtifactResponseParser.supports(QName qname) |
boolean |
SAMLArtifactResolveParser.supports(QName qname) |
boolean |
SAML11SubjectParser.supports(QName qname) |
boolean |
SAML11ResponseParser.supports(QName qname) |
boolean |
SAML11RequestParser.supports(QName qname) |
boolean |
SAML11AssertionParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
SAMLEntityDescriptorParser.supports(QName qname) |
boolean |
SAMLEntitiesDescriptorParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
SAMLXACMLRequestParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
WSAddressingParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
WSPolicyParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
WSSecurityParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
boolean |
WSTrustParser.supports(QName qname) |
boolean |
WSTrustOnBehalfOfParser.supports(QName qname) |
boolean |
WSTValidateTargetParser.supports(QName qname) |
boolean |
WSTRequestSecurityTokenResponseParser.supports(QName qname) |
boolean |
WSTRequestSecurityTokenResponseCollectionParser.supports(QName qname) |
boolean |
WSTRequestSecurityTokenParser.supports(QName qname) |
boolean |
WSTRequestSecurityTokenCollectionParser.supports(QName qname) |
boolean |
WSTRenewTargetParser.supports(QName qname) |
boolean |
WSTCancelTargetParser.supports(QName qname) |
Modifier and Type | Method and Description |
---|---|
QName |
SAML11ProtocolContext.getQName() |
Modifier and Type | Method and Description |
---|---|
QName |
SAML11AssertionTokenProvider.getSupportedQName() |
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionWriter.writeLocalizedNameType(LocalizedNameType localizedNameType,
QName startElement) |
Modifier and Type | Method and Description |
---|---|
QName |
SAMLProtocolContext.getQName() |
Modifier and Type | Method and Description |
---|---|
QName |
SAML20AssertionTokenProvider.getSupportedQName() |
Modifier and Type | Field and Description |
---|---|
static QName |
StatementUtil.X500_QNAME |
Modifier and Type | Method and Description |
---|---|
void |
BaseWriter.write(NameIDType nameIDType,
QName tag)
Write
NameIDType to stream |
void |
SAMLResponseWriter.write(StatusResponseType response,
QName qname)
Write a
StatusResponseType |
void |
BaseWriter.writeLocalizedNameType(LocalizedNameType localizedNameType,
QName startElement) |
Modifier and Type | Method and Description |
---|---|
SecurityTokenProvider |
STSCoreConfig.getProviderForTokenElementNS(String family,
QName qname)
Obtains the token provider that can handle tokens that have the specified local name and namespace.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLEncryptionUtil.encryptElement(QName elementQName,
Document document,
PublicKey publicKey,
SecretKey secretKey,
int keySize,
QName wrappingElementQName,
boolean addEncryptedKeyInKeyInfo)
Given an element in a Document, encrypt the element and replace the element in the document with the encrypted
data
|
static Element |
XMLEncryptionUtil.encryptElementInDocument(Document document,
PublicKey publicKey,
SecretKey secretKey,
int keySize,
QName wrappingElementQName,
boolean addEncryptedKeyInKeyInfo)
Encrypt the root document element inside a Document.
|
Modifier and Type | Method and Description |
---|---|
QName |
WSTrustRequestContext.getQName() |
Modifier and Type | Method and Description |
---|---|
SecurityTokenProvider |
PicketLinkSTSConfiguration.getProviderForTokenElementNS(String family,
QName tokenQName) |
void |
WSTrustRequestContext.setQName(QName qname) |
Modifier and Type | Method and Description |
---|---|
static RequestedReferenceType |
WSTrustUtil.createRequestedReference(KeyIdentifierType keyIdentifier,
Map<QName,String> attributes)
Creates an instance of
RequestedReferenceType with the specified values. |
Modifier and Type | Field and Description |
---|---|
static QName |
STSSaml20Handler.SAML_TOKEN_QNAME
Qualified name for SAML Version 2.0 (
WSTrustConstants#SAML2_ASSERTION_NS :"Assertion") |
static QName |
STSSaml20Handler.SECURITY_QNAME
Qualified name for WSSE Security Header (
WSTrustConstants#WSSE_NS :"Security") |
Modifier and Type | Method and Description |
---|---|
abstract QName |
STSSecurityHandler.getSecurityElementQName()
Subclasses can return the QName of the Security header element in usage.
|
QName |
STSSaml20Handler.getSecurityElementQName() |
abstract QName |
STSSecurityHandler.getTokenElementQName()
Subclasses can return the QName of the Security Element that should be used as the token for validation.
|
QName |
STSSaml20Handler.getTokenElementQName() |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
STSSecurityHandler.getHeaders() |
Modifier and Type | Method and Description |
---|---|
QName |
SAML20TokenProvider.getSupportedQName() |
QName |
SAML11TokenProvider.getSupportedQName() |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
RequestSecurityTokenResponse.getOtherAttributes()
Obtains a map that contains attributes that aren't bound to any typed property on the response.
|
Map<QName,String> |
RequestSecurityToken.getOtherAttributes()
Obtains a map that contains attributes that aren't bound to any typed property on the request.
|
Modifier and Type | Field and Description |
---|---|
protected QName |
SAML11AuthorityBindingType.authorityKind |
Modifier and Type | Method and Description |
---|---|
QName |
SAML11AuthorityBindingType.getAuthorityKind() |
Constructor and Description |
---|
SAML11AuthorityBindingType(QName authorityKind,
URI location,
URI binding) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SAML11StatusCodeType.value |
Modifier and Type | Field and Description |
---|---|
protected List<QName> |
SAML11RequestAbstractType.respondWith |
Modifier and Type | Method and Description |
---|---|
QName |
SAML11StatusCodeType.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
SAML11RequestAbstractType.getRespondWith() |
Modifier and Type | Method and Description |
---|---|
void |
SAML11RequestAbstractType.add(QName rw) |
boolean |
SAML11RequestAbstractType.remove(QName rw) |
Modifier and Type | Method and Description |
---|---|
void |
SAML11RequestAbstractType.addAllConditions(List<QName> rw) |
Constructor and Description |
---|
SAML11StatusCodeType(QName theValue) |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
SubjectConfirmationDataType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
AttributeType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationDataType.addOtherAttribute(QName qname,
String str)
Add an other attribute
|
void |
SubjectConfirmationDataType.removeOtherAttribute(QName qname)
Remove an other attribute
|
Modifier and Type | Field and Description |
---|---|
protected Map<QName,String> |
TypeWithOtherAttributes.otherAttributes |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
TypeWithOtherAttributes.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeWithOtherAttributes.addOtherAttribute(QName qame,
String value)
Add other attribute
|
void |
TypeWithOtherAttributes.removeOtherAttribute(QName qame)
Remove other attribute
|
Modifier and Type | Method and Description |
---|---|
QName |
HTTPContext.getQName() |
Modifier and Type | Field and Description |
---|---|
protected QName |
AttributedQNameType.value |
Modifier and Type | Field and Description |
---|---|
protected Map<QName,String> |
BaseAddressingType.otherAttributes |
Modifier and Type | Method and Description |
---|---|
QName |
AttributedQNameType.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
BaseAddressingType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAddressingType.addOtherAttribute(QName qname,
String str)
Add an other attribute
|
void |
AttributedQNameType.setValue(QName value)
Sets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAddressingType.addOtherAttributes(Map<QName,String> otherMap) |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
Policy.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
Policy.addOtherAttribute(QName qname,
String str)
Add an other attribute
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
EncryptionPropertyType.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionPropertyType.addOtherAttribute(QName key,
String val) |
void |
EncryptionPropertyType.removeOtherAttribute(QName key) |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionPropertyType.addOtherAttributes(Map<QName,String> otherMap) |
Modifier and Type | Field and Description |
---|---|
static QName |
Constants.WSSE_HEADER_QNAME |
Modifier and Type | Method and Description |
---|---|
static List<Node> |
Util.findAllElements(Element root,
QName name,
boolean local) |
static Element |
Util.findElement(Element root,
QName name) |
Object[] |
PicketLinkDispatch.PLMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles) |
static boolean |
Util.matchNode(Node node,
QName name) |
static boolean |
Util.matchNode(Node node,
QName name,
boolean local) |
Modifier and Type | Field and Description |
---|---|
protected static Set<QName> |
AbstractPicketLinkTrustHandler.headers |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
AbstractPicketLinkTrustHandler.getHeaders() |
Modifier and Type | Method and Description |
---|---|
static QName |
JBossWSNativeStackUtil.getPortNameViaReflection(Class<?> callingClazz,
MessageContext msgContext)
It is unfortunate that the
MessageContext does not contain the port name. |
Modifier and Type | Field and Description |
---|---|
protected QName |
Fault.faultcode |
Modifier and Type | Method and Description |
---|---|
QName |
Fault.getFaultcode()
Gets the value of the faultcode property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
Header.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Envelope.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Detail.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
Body.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
void |
Fault.setFaultcode(QName value)
Sets the value of the faultcode property.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.