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 |
---|---|
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.
|
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 |
---|---|
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 | Field and Description |
---|---|
static QName |
WSDLConstants.NA_XSI_NIL |
static QName |
WSDLConstants.NA_XSI_TYPE |
static QName |
WSDLConstants.QNAME_ADDRESS |
static QName |
WSDLConstants.QNAME_BINDING |
static QName |
WSDLConstants.QNAME_DEFINITIONS |
static QName |
WSDLConstants.QNAME_DOCUMENTATION |
static QName |
WSDLConstants.QNAME_FAULT |
static QName |
WSDLConstants.QNAME_IMPORT |
static QName |
WSDLConstants.QNAME_INPUT |
static QName |
WSDLConstants.QNAME_MESSAGE |
static QName |
WSDLConstants.QNAME_OPERATION |
static QName |
WSDLConstants.QNAME_OUTPUT |
static QName |
WSDLConstants.QNAME_PART |
static QName |
WSDLConstants.QNAME_PORT |
static QName |
WSDLConstants.QNAME_PORT_TYPE |
static QName |
WSDLConstants.QNAME_SCHEMA |
static QName |
WSDLConstants.QNAME_SCHEMA_IMPORT |
static QName |
WSDLConstants.QNAME_SCHEMA_INCLUDE |
static QName |
WSDLConstants.QNAME_SERVICE |
static QName |
WSDLConstants.QNAME_SOAP_BINDING |
static QName |
WSDLConstants.QNAME_SOAP_BINDING_ADDRESS |
static QName |
WSDLConstants.QNAME_SOAP_BODY |
static QName |
WSDLConstants.QNAME_SOAP_FAULT |
static QName |
WSDLConstants.QNAME_SOAP_OPERATION |
static QName |
WSDLConstants.QNAME_SOAP12_BINDING |
static QName |
WSDLConstants.QNAME_SOAP12_BINDING_ADDRESS |
static QName |
WSDLConstants.QNAME_TYPES |
static QName |
WSDLConstants.QNAME_XMLHTTP_BINDING_ADDRESS |
Modifier and Type | Method and Description |
---|---|
static Object |
JAXBClassLoaderUtils.createTypeReference(QName n,
Class<?> cls)
The TypeReference class is a sun specific class that is found in two different
locations depending on environment.
|
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 | Field and Description |
---|---|
static QName |
XMLSchemaQNames.XSD_ANY |
static QName |
XMLSchemaQNames.XSD_BASE64 |
static QName |
XMLSchemaQNames.XSD_BOOLEAN |
static QName |
XMLSchemaQNames.XSD_BYTE |
static QName |
XMLSchemaQNames.XSD_DATE |
static QName |
XMLSchemaQNames.XSD_DATETIME |
static QName |
XMLSchemaQNames.XSD_DECIMAL |
static QName |
XMLSchemaQNames.XSD_DOUBLE |
static QName |
XMLSchemaQNames.XSD_DURATION |
static QName |
XMLSchemaQNames.XSD_FLOAT |
static QName |
XMLSchemaQNames.XSD_G_DAY |
static QName |
XMLSchemaQNames.XSD_G_MONTH |
static QName |
XMLSchemaQNames.XSD_G_MONTH_DAY |
static QName |
XMLSchemaQNames.XSD_G_YEAR |
static QName |
XMLSchemaQNames.XSD_G_YEAR_MONTH |
static QName |
XMLSchemaQNames.XSD_INT |
static QName |
XMLSchemaQNames.XSD_INTEGER |
static QName |
XMLSchemaQNames.XSD_LONG |
static QName |
XMLSchemaQNames.XSD_SHORT |
static QName |
XMLSchemaQNames.XSD_STRING |
static QName |
XMLSchemaQNames.XSD_TIME |
static QName |
XMLSchemaQNames.XSD_URI |
Modifier and Type | Field and Description |
---|---|
static QName |
XmlSchemaConstants.ANY_TYPE_QNAME |
static QName |
XmlSchemaConstants.ANY_URI_QNAME |
static QName |
XmlSchemaConstants.BASE64BINARY_QNAME |
static QName |
XmlSchemaConstants.BOOLEAN_QNAME |
static QName |
XmlSchemaConstants.BYTE_QNAME |
static QName |
XmlSchemaConstants.DATE_QNAME |
static QName |
XmlSchemaConstants.DATETIME_QNAME |
static QName |
XmlSchemaConstants.DOUBLE_QNAME |
static QName |
XmlSchemaConstants.DURATION_QNAME |
static QName |
XmlSchemaConstants.ENTITIES_QNAME |
static QName |
XmlSchemaConstants.ENTITY_QNAME |
static QName |
XmlSchemaConstants.FLOAT_QNAME |
static QName |
XmlSchemaConstants.GDAY_QNAME |
static QName |
XmlSchemaConstants.GMONTH_QNAME |
static QName |
XmlSchemaConstants.GMONTHDAY_QNAME |
static QName |
XmlSchemaConstants.GYEAR_QNAME |
static QName |
XmlSchemaConstants.GYEARMONTH_QNAME |
static QName |
XmlSchemaConstants.HEX_BINARY_QNAME |
static QName |
XmlSchemaConstants.ID_QNAME |
static QName |
XmlSchemaConstants.IDREF_QNAME |
static QName |
XmlSchemaConstants.IDREFS_QNAME |
static QName |
XmlSchemaConstants.INT_QNAME |
static QName |
XmlSchemaConstants.INTEGER_QNAME |
static QName |
XmlSchemaConstants.LANGUAGE_QNAME |
static QName |
XmlSchemaConstants.LONG_QNAME |
static QName |
XmlSchemaConstants.NAME_QNAME |
static QName |
XmlSchemaConstants.NCNAME_QNAME |
static QName |
XmlSchemaConstants.NEGATIVEINTEGER_QNAME |
static QName |
XmlSchemaConstants.NMTOKEN_QNAME |
static QName |
XmlSchemaConstants.NMTOKENS_QNAME |
static QName |
XmlSchemaConstants.NONNEGATIVEINTEGER_QNAME |
static QName |
XmlSchemaConstants.NONPOSITIVEINTEGER_QNAME |
static QName |
XmlSchemaConstants.NORMALIZEDSTRING_QNAME |
static QName |
XmlSchemaConstants.NOTATION_QNAME |
static QName |
XmlSchemaConstants.POSITIVEINTEGER_QNAME |
static QName |
XmlSchemaConstants.QNAME_QNAME |
static QName |
XmlSchemaConstants.SHORT_QNAME |
static QName |
XmlSchemaConstants.STRING_QNAME |
static QName |
XmlSchemaConstants.TIME_QNAME |
static QName |
XmlSchemaConstants.TOKEN_QNAME |
static QName |
XmlSchemaConstants.UNSIGNEDBYTE_QNAME |
static QName |
XmlSchemaConstants.UNSIGNEDINT_QNAME |
static QName |
XmlSchemaConstants.UNSIGNEDLONG_QNAME |
static QName |
XmlSchemaConstants.UNSIGNEDSHORT_QNAME |
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) |
static org.apache.ws.commons.schema.XmlSchemaAnnotated |
XmlSchemaUtils.getObjectAnnotated(org.apache.ws.commons.schema.XmlSchemaObject object,
QName contextName)
If the object is an attribute or an anyAttribute,
return the 'Annotated'.
|
static org.apache.ws.commons.schema.XmlSchemaParticle |
XmlSchemaUtils.getObjectParticle(org.apache.ws.commons.schema.XmlSchemaObject object,
QName contextName)
If the object is an element or an any, return the particle.
|
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.
|
static void |
XmlSchemaUtils.unsupportedConstruct(String messageKey,
String what,
QName subjectName,
org.apache.ws.commons.schema.XmlSchemaObject subject) |
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 |
---|---|
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 | 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.
|
ClientImpl(Bus bus,
URL wsdlUrl,
QName service,
QName port)
Create a Client that uses the default EndpointImpl.
|
ClientImpl(Bus bus,
URL wsdlUrl,
QName service,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl.
|
ClientImpl(URL wsdlUrl,
QName port) |
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 |
XMLUtils.convertStringToQName(String expandedQName) |
static QName |
DOMUtils.convertStringToQName(String expandedQName) |
static QName |
XMLUtils.convertStringToQName(String expandedQName,
String prefix) |
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 |
XMLUtils.getNamespace(Map<String,String> namespaces,
String str,
String defaultNamespace) |
static QName |
XMLUtils.getQName(String value,
Node node) |
static QName |
ServiceUtils.makeQualifiedNameFromClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
static Set<QName> |
XMLUtils.convertStringsToQNames(List<String> expandedQNames) |
static Set<QName> |
DOMUtils.convertStringsToQNames(List<String> expandedQNames) |
Modifier and Type | Method and Description |
---|---|
static Element |
XMLUtils.createElementNS(Document root,
QName name) |
static Element |
XMLUtils.createElementNS(Node node,
QName name) |
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) |
static String |
WSDLHelper.writeQName(Definition def,
QName qname) |
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 |
DocLiteralInInterceptor.getBindingOperationInfo(Exchange exchange,
QName name,
boolean client) |
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.convertToMapOfQNames(Map<String,String> map,
Map<QName,QName> elementsMap) |
protected static void |
TransformUtils.convertToMapOfQNames(Map<String,String> map,
Map<QName,QName> elementsMap) |
protected static void |
TransformUtils.convertToSetOfQNames(List<String> set,
Set<QName> elementsSet) |
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() |
QName |
AddressingConstants.getInvalidMapQName() |
QName |
AddressingConstants.getIsReferenceParameterQName() |
QName |
AddressingConstants.getMapRequiredQName() |
QName |
AddressingConstants.getMessageIDQName() |
QName |
AddressingConstants.getMetadataQName() |
QName |
AddressingConstants.getRelatesToQName() |
QName |
AddressingConstants.getRelationshipTypeQName() |
QName |
AddressingConstants.getReplyToQName() |
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 |
---|---|
void |
AddressingProperties.setDuplicate(QName qn) |
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 | Field and Description |
---|---|
protected QName |
TPort.binding |
protected QName |
TPart.element |
protected QName |
TParam.message |
protected QName |
TFault.message |
protected QName |
TPart.type |
protected QName |
TBinding.type |
Modifier and Type | Method and Description |
---|---|
QName |
TPort.getBinding()
Gets the value of the binding property.
|
QName |
TPart.getElement()
Gets the value of the element property.
|
QName |
TExtensibilityElementImpl.getElementType()
Returns the type of this extensibility element.
|
static QName |
EndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref,
Bus bus) |
QName |
TParam.getMessage()
Gets the value of the message property.
|
QName |
TFault.getMessage()
Gets the value of the message property.
|
static QName |
EndpointReferenceUtils.getPortQName(EndpointReferenceType ref,
Bus bus) |
static QName |
EndpointReferenceUtils.getServiceName(EndpointReferenceType ref,
Bus bus)
Gets the service name of the provided endpoint reference.
|
QName |
TPart.getType()
Gets the value of the type property.
|
QName |
TBinding.getType()
Gets the value of the type property.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
TExtensibleDocumented.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Map<QName,String> |
TExtensibleAttributesDocumented.getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Modifier and Type | Method and Description |
---|---|
Service |
WSDLServiceFactory.create(URL wsdl,
QName serviceName) |
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) |
void |
JAXBExtensionHelper.marshall(Class parent,
QName qname,
ExtensibilityElement obj,
PrintWriter pw,
Definition wsdl,
ExtensionRegistry registry) |
static EndpointReferenceType |
EndpointReferenceUtils.mint(QName serviceName,
Bus bus)
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
|
void |
TPort.setBinding(QName value)
Sets the value of the binding property.
|
void |
TPart.setElement(QName value)
Sets the value of the element property.
|
void |
TExtensibilityElementImpl.setElementType(QName type)
Sets the type of this extensibility element.
|
static void |
EndpointReferenceUtils.setInterfaceName(EndpointReferenceType ref,
QName portTypeName) |
void |
TParam.setMessage(QName value)
Sets the value of the message property.
|
void |
TFault.setMessage(QName value)
Sets the value of the message property.
|
static void |
EndpointReferenceUtils.setServiceAndPortName(EndpointReferenceType ref,
QName serviceName,
String portName)
Sets the service and port name of the provided endpoint reference.
|
void |
TPart.setType(QName value)
Sets the value of the type property.
|
void |
TBinding.setType(QName value)
Sets the value of the type property.
|
ExtensibilityElement |
JAXBExtensionHelper.unmarshall(Class parent,
QName qname,
Element element,
Definition wsdl,
ExtensionRegistry registry) |
Constructor and Description |
---|
JUDDIApiService(URL wsdlLocation,
QName serviceName) |
UDDIService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Method and Description |
---|---|
static String |
Property.getBindingKey(Properties properties,
QName serviceName,
String portName,
URI bindingUrl)
Constructs the bindingKey based on the bindingKeyFormat specified in the properties.
|
static String |
Property.getBindingKey(Properties properties,
QName serviceName,
String portName,
URL bindingUrl) |
static String |
Property.getServiceKey(Properties properties,
QName serviceQName)
Constructs the serviceKey based on the serviceKeyFormat specified in the properties.
|
Modifier and Type | Method and Description |
---|---|
QName |
RegistrationInfo.getServiceQName() |
Modifier and Type | Method and Description |
---|---|
TModel |
BPEL2UDDI.createBPEL4WSProcessTModel(QName serviceName,
String targetNamespace,
Map<QName,PortType> portTypes,
String bpelOverviewURL)
BPEL4WS abstract processes are published as separate UDDI tModels.
|
BindingTemplate |
BPEL2UDDI.createBPELBinding(QName serviceName,
String portName,
URL serviceUrl,
Definition wsdlDefinition) |
BusinessService |
WSDL2UDDI.createBusinessService(QName serviceQName,
Definition wsdlDefinition)
Creates a UDDI Business Service.
|
BusinessService |
BPEL2UDDI.createBusinessService(QName serviceName,
Definition wsdlDefinition)
Registers the Service into UDDI.
|
FindTModel |
BPEL2UDDI.createFindTModelForProcessName(QName serviceName)
Finds and returns ALL the tModels related to the process, so that i.e.
|
BindingTemplate |
WSDL2UDDI.createWSDLBinding(QName serviceQName,
String portName,
URL serviceUrl,
Definition wsdlDefinition) |
String |
ServiceLocator.lookupEndpoint(QName serviceQName,
String portName) |
BindingTemplate |
WSDL2UDDI.register(QName serviceQName,
String portName,
URL serviceUrl,
Definition wsdlDefinition) |
BindingTemplate |
BPEL2UDDI.register(QName serviceName,
String portName,
URL serviceUrl,
Definition wsdlDefinition)
1.
|
void |
RegistrationInfo.setServiceQName(QName serviceQName) |
String |
WSDL2UDDI.unRegister(QName serviceName,
String portName,
URL serviceUrl) |
String |
BPEL2UDDI.unRegister(QName serviceName,
String portName,
URL serviceUrl) |
Modifier and Type | Method and Description |
---|---|
TModel |
BPEL2UDDI.createBPEL4WSProcessTModel(QName serviceName,
String targetNamespace,
Map<QName,PortType> portTypes,
String bpelOverviewURL)
BPEL4WS abstract processes are published as separate UDDI tModels.
|
Set<TModel> |
WSDL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,Binding> bindings)
2.4.2 wsdl:binding -> uddi:tModel
|
Set<TModel> |
BPEL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,Binding> bindings) |
Set<TModel> |
WSDL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,PortType> portTypes)
2.4.1 wsdl:portType -> uddi:tModel
|
Set<TModel> |
BPEL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,PortType> portTypes) |
Modifier and Type | Field and Description |
---|---|
static QName |
JSTLXPathConstants.OBJECT |
Modifier and Type | Method and Description |
---|---|
Object |
JSTLXPathImpl.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 |
JSTLXPathImpl.evaluate(String expression,
Object item,
QName returnType)
Evaluate an
XPath expression in the specified context and return the result as the specified type. |
Object |
JSTLXPathVariableResolver.resolveVariable(QName qname)
Find variable in set of variables
|
Modifier and Type | Field and Description |
---|---|
static QName |
WSSecurityEngine.BINARY_TOKEN
wsse:BinarySecurityToken as defined by WS Security specification |
static QName |
WSSecurityEngine.DERIVED_KEY_TOKEN_05_02
wsc:DerivedKeyToken as defined by WS-SecureConversation specification |
static QName |
WSSecurityEngine.DERIVED_KEY_TOKEN_05_12
wsc:DerivedKeyToken as defined by WS-SecureConversation specification in WS-SX |
static QName |
WSSecurityEngine.ENCRYPTED_ASSERTION
saml:EncryptedAssertion as defined by SAML v2.0 specification |
static QName |
WSSecurityEngine.ENCRYPTED_DATA
xenc:EncryptedData as defined by XML Encryption specification,
enhanced by WS Security specification |
static QName |
WSSecurityEngine.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 |
WSSecurityEngine.REFERENCE_LIST
xenc:ReferenceList as defined by XML Encryption specification, |
static QName |
WSSecurityEngine.SAML_TOKEN
saml:Assertion as defined by SAML v1.1 specification |
static QName |
WSSecurityEngine.SAML2_TOKEN
saml:Assertion as defined by SAML v2.0 specification |
static QName |
WSSecurityEngine.SECURITY_CONTEXT_TOKEN_05_02
wsc:SecurityContextToken as defined by WS-SecureConversation specification |
static QName |
WSSecurityEngine.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 |
WSSecurityEngine.SIGNATURE
ds:Signature as defined by XML Signature specification,
enhanced by WS Security specification |
static QName |
WSSecurityEngine.SIGNATURE_CONFIRMATION
wsse11:signatureConfirmation as defined by OASIS WS Security specification, |
static QName |
WSSecurityEngine.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 |
WSSecurityEngine.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 |
WSSecurityException.getFaultCode()
Get the fault code QName for this associated error code.
|
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 |
---|---|
Processor |
WSSConfig.getProcessor(QName el) |
Validator |
WSSConfig.getValidator(QName el) |
void |
WSDataRef.setName(QName name) |
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 | 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 | Method and Description |
---|---|
Validator |
RequestData.getValidator(QName qName)
Get the Validator instance corresponding to the QName
|
Modifier and Type | Field and Description |
---|---|
static QName |
SecurityTokenReference.STR_QNAME |
static QName |
UsernameToken.TOKEN |
static QName |
Reference.TOKEN |
static QName |
BinarySecurity.TOKEN_BST |
static QName |
BinarySecurity.TOKEN_KI |
Modifier and Type | Method and Description |
---|---|
static QName |
WSSecurityUtil.getFullQNameFromString(String str,
Node e)
Return a QName when passed a string like "foo:bar" by mapping the "foo"
prefix to a namespace in the context of the given Node.
|
static QName |
WSSecurityUtil.getQNameFromString(String str,
Node e)
Return a QName when passed a string like "foo:bar" by mapping the "foo"
prefix to a namespace in the context of the given Node.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSSecurityUtil.checkAllElementsProtected(List<WSSecurityEngineResult> results,
int action,
QName[] requiredParts)
Check that all of the QName[] requiredParts are protected by a specified action in the
results list.
|
static String |
WSSecurityUtil.getStringForQName(QName qname,
Element e)
Return a string for a particular QName, mapping a new prefix if
necessary.
|
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 |
---|---|
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 | Method and Description |
---|---|
IllegalArgumentException |
NativeMessages.illegalFaultCode(QName fc,
Collection<QName> allowed) |
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 |
void |
MAPRelatesTo.setType(QName type) |
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
|
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 | Field and Description |
---|---|
protected QName |
CommonClient.operationName |
Modifier and Type | Method and Description |
---|---|
QName |
CommonSOAPFaultException.getFaultCode() |
QName |
CommonClient.getOperationName()
Gets the name of the operation to be invoked using this Call instance.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
HeaderSource.getHeaders()
Get the set of known headers for this source.
|
List<QName> |
EndpointInvocation.getRequestParamNames() |
List<QName> |
EndpointInvocation.getResponseParamNames() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
CommonClient.callFaultHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type,
Exception ex) |
protected abstract boolean |
CommonClient.callRequestHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
protected abstract boolean |
CommonClient.callResponseHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
protected abstract void |
CommonClient.closeHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
OperationMetaData |
CommonClient.getOperationMetaData(QName opName) |
Object |
EndpointInvocation.getRequestParamValue(QName xmlName) |
Object |
EndpointInvocation.getResponseParamValue(QName xmlName) |
protected Object |
CommonClient.invoke(QName opName,
Object[] inputParams,
boolean forceOneway)
Call invokation goes as follows:
1) synchronize the operation name with the operation meta data
2) synchronize the input parameters with the operation meta data
3) generate the payload using a BindingProvider
4) get the Invoker from Remoting, based on the target endpoint address
5) do the invocation through the Remoting framework
6) unwrap the result using the BindingProvider
7) return the result
|
void |
CommonClient.setOperationName(QName operationName)
Sets the name of the operation to be invoked using this Call instance.
|
void |
EndpointInvocation.setRequestParamValue(QName xmlName,
Object value) |
void |
EndpointInvocation.setResponseParamValue(QName xmlName,
Object value) |
Constructor and Description |
---|
CommonClient(ServiceMetaData serviceMetaData,
QName portName,
QName opName)
Create a call for a known WSDL endpoint.
|
CommonSOAPFaultException(QName faultCode,
String faultString) |
Modifier and Type | Method and Description |
---|---|
QName |
TypeMappingImpl.getXMLType(Class javaType)
Get the QName that was registered last for this javaType
|
QName |
TypeMappingImpl.getXMLType(Class javaType,
boolean tryAssignable)
Get the QName that was registered last for this javaType
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
TypeMappingImpl.getRegisteredXmlTypes()
Get the list of registered XML types
|
List<QName> |
TypeMappingImpl.getXMLTypes(Class javaType)
Get the QNames that was registered last for this javaType
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
DeserializerSupport.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext)
Deserialize an XML fragment to an object value
|
DeserializerFactory |
TypeMappingImpl.getDeserializer(Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
|
Class |
TypeMappingImpl.getJavaType(QName xmlType)
Get the Class that was registered last for this xmlType
|
Class |
TypeMappingImpl.getJavaType(QName xmlType,
boolean getPrimitive)
Get the Class that was registered last for this xmlType
If there are two Java Types registered for the xmlType
return the primitive type rather than the wrapper,
if available
|
String |
TypeMappingImpl.getJavaTypeName(QName xmlType)
Get the Class name that was registered last for this xmlType
|
List<Class> |
TypeMappingImpl.getJavaTypes(QName xmlType)
Get all of the Classes registered for this xmlType.
|
SerializerFactory |
TypeMappingImpl.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
|
boolean |
TypeMappingImpl.isRegistered(Class javaType,
QName xmlType)
Checks whether or not type mapping between specified XML type and Java type is registered.
|
void |
TypeMappingImpl.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory df)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
|
void |
TypeMappingImpl.removeDeserializer(Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
|
void |
TypeMappingImpl.removeSerializer(Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
|
abstract Result |
SerializerSupport.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serialize an object value to an XML fragment
|
protected String |
SerializerSupport.wrapValueStr(QName xmlName,
String valueStr,
org.jboss.xb.binding.NamespaceRegistry nsRegistry,
Set<String> nsExtras,
NamedNodeMap attributes,
boolean normalize)
Wrap the value string in a XML fragment with the given name
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
SchemaGenerator.generateXSDSchema(QName xmlType,
Class javaType) |
Constructor and Description |
---|
UnqualifiedCallParameter(QName xmlType) |
UnqualifiedFaultException(QName xmlType) |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
SOAPElementDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
SOAPArrayDeserializer.deserialize(QName xmlName,
QName xmlType,
Source source,
SerializationContext serContext) |
Object |
QNameDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
JBossXBDeserializer.deserialize(QName xmlName,
QName xmlType,
Source source,
SerializationContext serContext) |
Object |
HexDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
ElementDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
DateDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
CalendarDeserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Object |
Base64Deserializer.deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext) |
Result |
SimpleSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
SOAPElementSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
SOAPArraySerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
QNameSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
NullValueSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serializes an object null value.
|
Result |
JBossXBSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
For marshalling the WS layer passes to the JAXB layer
- optional java object instance
- required map of packaged or generated XSDSchema
- required QName of the root element
- optional QName of the root complex type
- optional instance of JavaWsdlMapping
If the object value is null, the corresponding XML representation of the nillable element should be marshalled.
|
Result |
HexSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
ElementSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Marshal the value for a given XMLSchema type
|
Result |
DateSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
CalendarSerializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Result |
Base64Serializer.serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaBindingBuilder.bindParameterToElement(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding,
QName xmlName,
QName xmlType) |
Object |
SchemaBindingBuilder.SoapElementHandler.endParticle(Object o,
QName elementName,
org.jboss.xb.binding.sunday.unmarshalling.ParticleBinding particle) |
org.jboss.xb.binding.sunday.unmarshalling.TypeBinding |
SchemaBindingBuilder.getAnonymousTypeBinding(org.jboss.xb.binding.sunday.unmarshalling.SchemaBinding schemaBinding,
QName typeQName) |
void |
SchemaBindingBuilder.SoapElementHandler.setParent(Object parent,
Object o,
QName elementName,
org.jboss.xb.binding.sunday.unmarshalling.ParticleBinding particle,
org.jboss.xb.binding.sunday.unmarshalling.ParticleBinding parentParticle) |
void |
SchemaBindingBuilder.SoapCharactersHandler.setValue(QName qName,
org.jboss.xb.binding.sunday.unmarshalling.ElementBinding element,
Object owner,
Object value) |
Object |
SchemaBindingBuilder.SoapElementHandler.startParticle(Object parent,
QName elementName,
org.jboss.xb.binding.sunday.unmarshalling.ParticleBinding particle,
Attributes attrs,
NamespaceContext nsCtx) |
Object |
SchemaBindingBuilder.SoapCharactersHandler.unmarshal(QName qName,
org.jboss.xb.binding.sunday.unmarshalling.TypeBinding typeBinding,
NamespaceContext nsCtx,
org.jboss.xb.binding.metadata.ValueMetaData valueMetaData,
String value) |
Object |
SchemaBindingBuilder.SoapCharactersHandler.unmarshalEmpty(QName qName,
org.jboss.xb.binding.sunday.unmarshalling.TypeBinding typeBinding,
NamespaceContext nsCtx,
org.jboss.xb.binding.metadata.ValueMetaData valueMetaData) |
Modifier and Type | Method and Description |
---|---|
QName |
CallImpl.getParameterTypeByName(String paramName)
Gets the XML type of a parameter by name.
|
QName |
CallImpl.getPortTypeName()
Gets the qualified name of the port type.
|
QName |
CallImpl.getReturnType()
Gets the return type for a specific operation
|
QName |
ServiceImpl.getServiceName()
Gets the name of this service.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
CallImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
CallImpl.addParameter(QName xmlName,
QName xmlType,
Class javaType,
ParameterMode mode,
boolean inHeader)
Add a parameter to the current operation description.
|
void |
CallImpl.addParameter(String paramName,
QName xmlType,
Class javaType,
ParameterMode mode)
Adds a parameter type and mode for a specific operation.
|
void |
CallImpl.addParameter(String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
protected boolean |
CallImpl.callFaultHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type,
Exception ex) |
protected boolean |
CallImpl.callRequestHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
protected boolean |
CallImpl.callResponseHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
protected void |
CallImpl.closeHandlerChain(QName portName,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
Call |
ServiceImpl.createCall(QName portName)
Creates a Call instance.
|
Call |
ServiceImpl.createCall(QName portName,
QName opName)
Creates a Call instance.
|
Call |
ServiceImpl.createCall(QName portName,
String operationName)
Creates a Call instance.
|
Service |
ServiceFactoryImpl.createService(QName serviceName)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName,
URL mappingURL)
Create a
Service instance. |
Service |
ServiceFactoryImpl.createService(URL wsdlURL,
QName serviceName,
URL mappingURL,
URL securityURL)
Create a
Service instance. |
Call[] |
ServiceImpl.getCalls(QName portName)
Gets an array of preconfigured Call objects for invoking operations on
the specified port.
|
HandlerChain |
ServiceImpl.getHandlerChain(QName portName)
Get the handler chain for the given endpoint name, maybe null.
|
List |
HandlerRegistryImpl.getHandlerChain(QName portName) |
Remote |
ServiceImpl.getPort(QName portName,
Class seiClass)
The getPort method returns either an instance of a generated stub
implementation class or a dynamic proxy.
|
Object |
CallImpl.invoke(QName operationName,
Object[] inputParams)
Invokes a specific operation using a synchronous request-response interaction mode.
|
boolean |
CallImpl.isParameterAndReturnSpecRequired(QName opName)
Indicates whether addParameter and setReturnType methods are to be invoked to specify the parameter and return
type specification for a specific operation.
|
Service |
ServiceFactoryImpl.loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available.
|
void |
ServiceImpl.registerHandlerChain(QName portName,
List infos,
Set roles)
Register a handler chain for the given endpoint name
|
void |
HandlerRegistryImpl.setHandlerChain(QName portName,
List chain) |
void |
CallImpl.setPortTypeName(QName portType)
Sets the qualified name of the interface.
|
void |
CallImpl.setReturnType(QName xmlType)
Sets the return type for a specific operation.
|
void |
CallImpl.setReturnType(QName xmlType,
Class javaType)
Sets the return type for a specific operation.
|
Constructor and Description |
---|
ServiceImpl(QName serviceName)
Construct a Service without WSDL meta data
|
ServiceImpl(QName serviceName,
URL wsdlURL,
JavaWsdlMapping mappingURL,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData usrMetaData)
Construct a Service that has access to some WSDL meta data
|
ServiceImpl(QName serviceName,
URL wsdlURL,
URL mappingURL,
URL securityURL)
Construct a Service that has access to some WSDL meta data
|
Modifier and Type | Method and Description |
---|---|
QName[] |
HandlerWrapper.getHeaders()
Gets the header blocks processed by this Handler instance.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
HandlerDelegateJAXRPC.getHeaders() |
Set<QName> |
HandlerChainBaseImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerChainBaseImpl.pullHeaders(Set<QName> headers) |
Modifier and Type | Field and Description |
---|---|
static QName |
SOAPContentElement.GENERIC_PARAM_NAME |
static QName |
SOAPContentElement.GENERIC_RETURN_NAME |
Modifier and Type | Field and Description |
---|---|
static Set<QName> |
SOAPFaultImpl.soap11FaultCodes |
static Set<QName> |
SOAPFaultImpl.soap12FaultCodes |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPElementImpl.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 |
SOAPElementImpl.getElementQName() |
QName |
SOAPFaultImpl.getFaultCodeAsQName() |
QName |
SOAPContentElement.getXmlType() |
QName |
NameImpl.toQName() |
Modifier and Type | Method and Description |
---|---|
Iterator<QName> |
SOAPElementImpl.getAllAttributesAsQNames() |
Modifier and Type | Method and Description |
---|---|
SOAPElement |
SOAPElementImpl.addAttribute(QName qname,
String value) |
SOAPBodyElement |
SOAPBodyImpl.addBodyElement(QName qname) |
SOAPElement |
SOAPElementImpl.addChildElement(QName qname) |
DetailEntry |
DetailImpl.addDetailEntry(QName qname) |
SOAPFault |
SOAPBodyImpl.addFault(QName faultCode,
String faultString) |
SOAPFault |
SOAPBodyImpl.addFault(QName faultCode,
String faultString,
Locale locale) |
SOAPHeaderElement |
SOAPHeaderImpl.addHeaderElement(QName qname) |
SOAPHeaderElement |
SOAPHeaderImpl.addNotUnderstoodHeaderElement(QName qname) |
void |
SOAPFaultImpl.appendFaultSubcode(QName subcode) |
SOAPElement |
SOAPFactoryImpl.createElement(QName qname) |
SOAPFault |
SOAPFactoryImpl.createFault(String reasonText,
QName faultCode) |
String |
SOAPElementImpl.getAttributeValue(QName qname) |
Iterator<SOAPElement> |
SOAPElementImpl.getChildElements(QName qname) |
boolean |
SOAPElementImpl.removeAttribute(QName qname) |
SOAPElement |
SOAPElementImpl.setElementQName(QName qname)
Changes the name of this Element to newName if possible.
|
SOAPElement |
SOAPElementImpl.setElementQNameInternal(QName qname) |
void |
SOAPFaultImpl.setFaultCode(QName faultCode) |
Constructor and Description |
---|
DetailEntryImpl(QName qname) |
NameImpl(QName qname) |
SOAPBodyElementDoc(QName qname) |
SOAPBodyElementMessage(QName name) |
SOAPBodyElementRpc(QName qname) |
SOAPContentElement(QName qname) |
SOAPElementImpl(QName qname)
Called by SOAPFactory
|
SOAPHeaderElementImpl(QName qname) |
Modifier and Type | Method and Description |
---|---|
static QName |
SOAPUtils.toQName(Name name) |
Modifier and Type | Method and Description |
---|---|
static Name |
SOAPUtils.newName(QName faultCode,
SOAPEnvelope soapEnvelope) |
Modifier and Type | Method and Description |
---|---|
static QName |
MimeUtils.convertMimeTypeToXmlType(String mimeType)
Converts a MIME type into a proprietary JBossWS attachment xml type.
|
Modifier and Type | Method and Description |
---|---|
static void |
SAAJUtils.setQualifiedAttributeValue(SOAPElement element,
String attributeName,
QName value)
Set the qname value to the specified attribute of the given element.
|
static void |
SAAJUtils.setQualifiedElementValue(SOAPElement element,
QName value)
Set the qname value to the given element.
|
Modifier and Type | Method and Description |
---|---|
protected QName |
JAXRPCMetaDataBuilder.lookupSchemaType(WSDLInterfaceOperation operation,
QName element) |
Modifier and Type | Method and Description |
---|---|
ServiceMetaData |
JAXRPCClientMetaDataBuilder.buildMetaData(QName serviceQName,
URL wsdlURL,
JavaWsdlMapping javaWsdlMapping,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData usrMetaData,
ClassLoader loader)
Build from WSDL and jaxrpc-mapping.xml
|
ServiceMetaData |
JAXRPCClientMetaDataBuilder.buildMetaData(QName serviceQName,
URL wsdlURL,
URL mappingURL,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData serviceRefMetaData,
ClassLoader loader)
Build from WSDL and jaxrpc-mapping.xml
|
protected QName |
JAXRPCMetaDataBuilder.lookupSchemaType(WSDLInterfaceOperation operation,
QName element) |
Modifier and Type | Method and Description |
---|---|
QName |
JavaXmlTypeMapping.getAnonymousTypeQName() |
QName |
JavaWsdlMapping.getPortTypeQNameForServiceEndpointInterface(String seiName)
Get the port type qname for a given service endpoint infterface
|
QName |
JavaXmlTypeMapping.getRootTypeQName() |
QName |
ServiceEndpointInterfaceMapping.getWsdlBinding() |
QName |
WsdlReturnValueMapping.getWsdlMessage() |
QName |
WsdlMessageMapping.getWsdlMessage() |
QName |
ExceptionMapping.getWsdlMessage() |
QName |
ServiceEndpointInterfaceMapping.getWsdlPortType() |
QName |
ServiceInterfaceMapping.getWsdlServiceName() |
Modifier and Type | Method and Description |
---|---|
ExceptionMapping |
JavaWsdlMapping.getExceptionMappingForMessageQName(QName wsdlMessage)
Get the exception mapping fo a given wsdl message
|
ServiceEndpointInterfaceMapping |
JavaWsdlMapping.getServiceEndpointInterfaceMappingByPortType(QName portType)
Get the service endpoint infterfacemapping for a given port type qname
|
JavaXmlTypeMapping |
JavaWsdlMapping.getTypeMappingForQName(QName xmlType)
Get the type mapping fo a given root-type-qname
|
void |
JavaXmlTypeMapping.setAnonymousTypeQName(QName anonymousTypeQName) |
void |
JavaXmlTypeMapping.setRootTypeQName(QName rootTypeQName) |
void |
ServiceEndpointInterfaceMapping.setWsdlBinding(QName wsdlBinding) |
void |
WsdlReturnValueMapping.setWsdlMessage(QName wsdlMessage) |
void |
WsdlMessageMapping.setWsdlMessage(QName wsdlMessage) |
void |
ExceptionMapping.setWsdlMessage(QName wsdlMessage) |
void |
ServiceEndpointInterfaceMapping.setWsdlPortType(QName wsdlPortType) |
void |
ServiceInterfaceMapping.setWsdlServiceName(QName wsdlServiceName) |
Modifier and Type | Method and Description |
---|---|
QName |
WrappedParameter.getName() |
QName |
EndpointMetaData.getPortName() |
QName |
EndpointMetaData.getPortTypeName() |
QName |
OperationMetaData.getQName() |
QName |
OperationMetaData.getResponseName() |
QName |
ServiceMetaData.getServiceName() |
QName |
ParameterMetaData.getSOAPArrayCompType() |
QName |
ParameterMetaData.getXmlName() |
QName |
FaultMetaData.getXmlName() |
QName |
TypeMappingMetaData.getXmlType() |
QName |
ParameterMetaData.getXmlType() |
QName |
FaultMetaData.getXmlType() |
Modifier and Type | Method and Description |
---|---|
Set<QName> |
HandlerMetaData.getSoapHeaders() |
Modifier and Type | Method and Description |
---|---|
EndpointMetaData |
ServiceMetaData.getEndpoint(QName portName) |
FaultMetaData |
OperationMetaData.getFault(QName xmlName) |
OperationMetaData |
EndpointMetaData.getOperation(QName xmlName) |
ParameterMetaData |
OperationMetaData.getParameter(QName xmlName) |
TypeMappingMetaData |
TypesMetaData.getTypeMappingByXMLType(QName xmlType) |
EndpointMetaData |
ServiceMetaData.removeEndpoint(QName portName) |
void |
WrappedParameter.setName(QName name) |
void |
EndpointMetaData.setPortName(QName portName) |
void |
ServiceMetaData.setServiceName(QName serviceName) |
void |
ParameterMetaData.setSOAPArrayCompType(QName compXmlType) |
void |
ParameterMetaData.setXmlType(QName xmlType) |
void |
FaultMetaData.setXmlType(QName xmlType) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerMetaData.setSoapHeaders(Set<QName> soapHeaders) |
Constructor and Description |
---|
ClientEndpointMetaData(ServiceMetaData service,
QName qname,
QName portTypeName) |
EndpointMetaData(ServiceMetaData service,
QName portName,
QName portTypeName) |
FaultMetaData(OperationMetaData operation,
QName xmlName,
QName xmlType,
String javaTypeName) |
FaultMetaData(OperationMetaData operation,
QName xmlName,
String javaTypeName) |
OperationMetaData(EndpointMetaData epMetaData,
QName qname,
String javaName) |
ParameterMetaData(OperationMetaData opMetaData,
QName xmlName,
QName xmlType,
String javaTypeName) |
ParameterMetaData(OperationMetaData opMetaData,
QName xmlName,
String javaTypeName) |
ServerEndpointMetaData(ServiceMetaData service,
org.jboss.wsf.spi.deployment.Endpoint endpoint,
QName portName,
QName portTypeName) |
ServiceMetaData(UnifiedMetaData wsMetaData,
QName serviceName) |
TypeMappingMetaData(TypesMetaData typesMetaData,
QName xmlType,
String javaTypeName) |
WrappedParameter(QName name,
String type,
String variable,
int index) |
Modifier and Type | Method and Description |
---|---|
QName |
WSDLEndpoint.getBinding() |
QName |
WSDLProperty.getConstraint() |
QName |
WSDLSOAPHeader.getElement()
Returns the name of the header schema element that describes the header's
contents.
|
QName |
WSDLInterfaceMessageReference.getElement() |
QName |
WSDLInterfaceFault.getElement() |
QName[] |
WSDLInterface.getExtendList() |
QName |
WSDLService.getInterfaceName() |
QName |
WSDLBinding.getInterfaceName() |
QName |
WSDLInterfaceMessageReference.getMessageName()
Gets the WSDL 1.1 message name.
|
QName |
WSDLService.getName() |
QName |
WSDLInterfaceOperation.getName() |
QName |
WSDLInterfaceFault.getName() |
QName |
WSDLInterface.getName() |
QName |
WSDLEndpoint.getName() |
QName |
WSDLBinding.getName() |
QName |
WSDLUtils.getQName(String formattedStr)
Return a QName given a formatted string
|
QName |
WSDLInterfaceOperationOutfault.getRef() |
QName |
WSDLInterfaceOperationInfault.getRef() |
QName |
WSDLBindingOperation.getRef() |
QName |
WSDLBindingFault.getRef() |
QName |
WSDLRPCPart.getType()
Gets the XML type of this part.
|
QName |
WSDLMIMEPart.getXmlType()
Returns the xml type of this attachment.
|
QName |
WSDLInterfaceFault.getXmlType()
Get the xmlType for this interface fault.
|
QName |
WSDLInterfaceMessageReference.getXMLType()
Get the xmlType for this operation part.
|
QName |
XSModelTypes.getXMLType(QName xmlName)
Get the xmlType from a given element xmlName
|
abstract QName |
WSDLTypes.getXMLType(QName name) |
QName |
DOMTypes.getXMLType(QName name) |
QName |
WSDLDefinitions.registerQName(QName qname)
Register a QName and return a QName that is guarantied to have a prefix
|
Modifier and Type | Method and Description |
---|---|
WSDLBinding |
WSDLDefinitions.getBinding(QName name) |
WSDLBinding |
WSDLDefinitions.getBindingByInterfaceName(QName qname) |
WSDLEndpoint |
WSDLService.getEndpoint(QName portName)
Get an endpoint for the given name
|
WSDLInterfaceFault |
WSDLInterface.getFault(QName name) |
String |
WSDLUtils.getFormattedString(QName qn)
Given a QName, provide a string that is prefix:localpart
|
WSDLInterfaceOperationInput |
WSDLInterfaceOperation.getInput(QName qname) |
WSDLInterface |
WSDLDefinitions.getInterface(QName name) |
Class<?> |
WSDLUtils.getJavaType(QName xmlType)
Given the XMLType, we will check if it is of basic schema
types that are mapped to Java primitives and wrappers
Jaxrpc 1.1 Section 5.3
|
WSDLInterfaceOperation |
WSDLInterface.getOperation(QName name) |
WSDLBindingOperation |
WSDLBinding.getOperationByRef(QName qname) |
WSDLInterfaceOperationOutput |
WSDLInterfaceOperation.getOutput(QName qname) |
WSDLService |
WSDLDefinitions.getService(QName name) |
QName |
XSModelTypes.getXMLType(QName xmlName)
Get the xmlType from a given element xmlName
|
abstract QName |
WSDLTypes.getXMLType(QName name) |
QName |
DOMTypes.getXMLType(QName name) |
QName |
WSDLDefinitions.registerQName(QName qname)
Register a QName and return a QName that is guarantied to have a prefix
|
void |
WSDLInterfaceOperation.removeInput(QName element) |
void |
WSDLInterfaceOperation.removeOutput(QName element) |
void |
WSDLEndpoint.setBinding(QName binding) |
void |
WSDLProperty.setConstraint(QName constraint) |
void |
WSDLInterfaceMessageReference.setElement(QName element) |
void |
WSDLInterfaceFault.setElement(QName element) |
void |
WSDLInterface.setExtendList(QName[] extendList) |
void |
WSDLService.setInterfaceName(QName interfaceName) |
void |
WSDLBinding.setInterfaceName(QName interfaceName) |
void |
WSDLInterfaceMessageReference.setMessageName(QName messageName)
Sets the WSDL 1.1 message name.
|
void |
WSDLInterfaceOperationOutfault.setRef(QName ref) |
void |
WSDLInterfaceOperationInfault.setRef(QName ref) |
void |
WSDLBindingOperation.setRef(QName ref) |
void |
WSDLBindingFault.setRef(QName ref) |
Constructor and Description |
---|
WSDLBinding(WSDLDefinitions wsdlDefinitions,
QName name) |
WSDLEndpoint(WSDLService wsdlService,
QName name) |
WSDLInterface(WSDLDefinitions wsdlDefinitions,
QName name)
Construct a WSDL interface for a given WSDL definition
|
WSDLInterfaceFault(WSDLInterface wsdlInterface,
QName name) |
WSDLInterfaceOperation(WSDLInterface wsdlInterface,
QName name) |
WSDLMIMEPart(String partName,
QName xmlType,
String mimeTypes) |
WSDLProperty(String uri,
boolean required,
String value,
QName constraint) |
WSDLRPCPart(String name,
QName type) |
WSDLService(WSDLDefinitions wsdlDefinitions,
QName name) |
WSDLSOAPHeader(QName element,
String partName) |
Modifier and Type | Method and Description |
---|---|
JBossXSTypeDefinition |
WSSchemaUtils.createXSTypeDefinition(QName qname)
Creates a XSTypeDefinition object given a QName
|
Modifier and Type | Method and Description |
---|---|
static QName |
SchemaUtils.createQNameFromXSSimpleType(XSSimpleTypeDefinition xs)
Create a QName given a Simple Type
|
QName |
SchemaUtils.getQName(XSTypeDefinition xstype)
Get a QName for a xs type
|
QName |
SchemaUtils.getToolsOverrideInTypeMapping(Class javaType)
Return typemapping override for tools if any
|
static QName |
SchemaUtils.handleSimpleType(XSSimpleTypeDefinition simple)
Generate a QName for a simple type
|
QName |
SchemaUtils.patchXSDQName(QName qname)
For the basic xsd types, patch prefix and ns uri
|
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
SchemaUtils.createXSElementDeclaration(QName xmlName,
XSTypeDefinition xst)
Given a XSTypeDefinition and the QName for the element,
create a XSElementDeclaration object
|
boolean |
SchemaUtils.hasComplexTypeDefinition(QName xmlType,
URL xsdLocation)
Check if a Complex Type exists
|
boolean |
SchemaUtils.hasComplexTypeDefinition(QName xmlType,
XSModel xsmodel)
Check if a Complex Type exists
|
boolean |
SchemaUtils.hasGlobalElement(QName xmlName,
URL xsdLocation)
Check if a Global Element exists
|
boolean |
SchemaUtils.hasGlobalElement(QName xmlName,
XSModel xsmodel)
Check if a global element exists
|
QName |
SchemaUtils.patchXSDQName(QName qname)
For the basic xsd types, patch prefix and ns uri
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSD.generateForSingleType(QName xmlType,
Class javaType) |
JBossXSModel |
JavaToXSD.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSD.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSDHelper.generateXSModel(QName xmlType,
Class javaType,
String targetNamespace)
Given a XMLType and a JavaType, generate a JBossXSModel
|
Modifier and Type | Method and Description |
---|---|
QName |
SchemaCreatorIntf.getXMLSchemaType(Class javaType)
Given a Java class, return the XML Type
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSDIntf.generateForSingleType(QName xmlType,
Class javaType)
Method that is used to obtain a Schema Model given
a Java class, a XMLName and a XMLType
|
JBossXSModel |
JavaToXSDIntf.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
JBossXSTypeDefinition |
SchemaCreatorIntf.generateType(QName xmlType,
Class javaType)
Main method that is involved in generating a Schema Type
|
JBossXSTypeDefinition |
SchemaCreatorIntf.generateType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Class |
SchemaCreatorIntf.getJavaType(QName xmlType)
Given a XML Type, return the Java class
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSDIntf.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
JBossXSTypeDefinition |
SchemaCreatorIntf.generateType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Modifier and Type | Method and Description |
---|---|
QName |
SchemaTypeCreator.getXMLSchemaType(Class javaType) |
Modifier and Type | Method and Description |
---|---|
JBossXSTypeDefinition |
SchemaTypeCreator.generateType(QName xmlType,
Class javaType) |
JBossXSTypeDefinition |
SchemaTypeCreator.generateType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Class<?> |
SchemaTypeCreator.getJavaType(QName xmlType) |
Modifier and Type | Method and Description |
---|---|
JBossXSTypeDefinition |
SchemaTypeCreator.generateType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
Modifier and Type | Method and Description |
---|---|
protected String |
WSDLWriter.getQNameRef(QName qname)
Get a prefixed name of form prefix:localPart
|
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 | Method and Description |
---|---|
QName |
AbstractEndpointSelector.getEndpointType()
Gets type of endpoint needed.
|
QName |
SAMLMessageContext.getLocalEntityRole()
Gets the role of the local entity.
|
QName |
BasicSAMLMessageContext.getLocalEntityRole()
Gets the role of the local entity.
|
QName |
SAMLMessageContext.getPeerEntityRole()
Gets the role of the peer entity.
|
QName |
BasicSAMLMessageContext.getPeerEntityRole()
Gets the role of the peer entity.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSelector.setEndpointType(QName type)
Sets the type of endpoint needed.
|
void |
SAMLMessageContext.setLocalEntityRole(QName role)
Sets the role of the local entity.
|
void |
BasicSAMLMessageContext.setLocalEntityRole(QName role)
Sets the role of the local entity.
|
void |
SAMLMessageContext.setPeerEntityRole(QName role)
Sets the role of the peer entity.
|
void |
BasicSAMLMessageContext.setPeerEntityRole(QName role)
Sets the role of the peer entity.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
HTTPSOAP11Decoder.getUnderstoodHeaders()
Gets the SOAP header names that are understood by the application.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPSOAP11Decoder.setUnderstoodHeaders(List<QName> headerNames)
Sets the SOAP header names that are understood by the application.
|
Modifier and Type | Field and Description |
---|---|
static QName |
SubjectStatement.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SubjectQuery.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SubjectLocality.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SubjectConfirmationData.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SubjectConfirmation.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Subject.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
StatusMessage.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
StatusDetail.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
StatusCode.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Status.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Statement.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Response.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
RespondWith.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Request.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Query.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
NameIdentifier.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Evidence.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
DoNotCacheCondition.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ConfirmationMethod.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Conditions.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Condition.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthorizationDecisionStatement.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthorizationDecisionQuery.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthorityBinding.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthenticationStatement.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthenticationQuery.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AudienceRestrictionCondition.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Audience.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeValue.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeStatement.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeQuery.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeDesignator.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Attribute.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AssertionIDReference.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AssertionArtifact.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Assertion.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Advice.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Action.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
StatusCode.REQUEST_DENIED
RequestDenied status value.
|
static QName |
StatusCode.REQUEST_VERSION_DEPRICATED
RequestVersionDepricated status value.
|
static QName |
StatusCode.REQUEST_VERSION_TOO_HIGH
RequestVersionTooHigh status value.
|
static QName |
StatusCode.REQUEST_VERSION_TOO_LOW
RequestVersionTooLow status value.
|
static QName |
StatusCode.REQUESTER
Requester status value.
|
static QName |
StatusCode.RESOURCE_NOT_RECOGNIZED
ResourceNotRecognized status value.
|
static QName |
StatusCode.RESPONDER
Responder status value.
|
static QName |
StatusCode.SUCCESS
Success status value.
|
static QName |
StatusCode.TOO_MANY_RESPONSES
TooManyResponses status value.
|
static QName |
SubjectStatement.TYPE_NAME
QName of the XSI type
|
static QName |
SubjectQuery.TYPE_NAME
QName of the XSI type
|
static QName |
SubjectLocality.TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectConfirmation.TYPE_NAME
QName of the XSI type
|
static QName |
Subject.TYPE_NAME
QName of the XSI type
|
static QName |
StatusMessage.TYPE_NAME
QName of the XSI type
|
static QName |
StatusDetail.TYPE_NAME
QName of the XSI type
|
static QName |
StatusCode.TYPE_NAME
QName of the XSI type.
|
static QName |
Status.TYPE_NAME
QName of the XSI type
|
static QName |
Statement.TYPE_NAME
QName of the XSI type
|
static QName |
Response.TYPE_NAME
QName of the XSI type
|
static QName |
Request.TYPE_NAME
QName of the XSI type
|
static QName |
Query.TYPE_NAME
QName of the XSI type
|
static QName |
NameIdentifier.TYPE_NAME
QName of the XSI type.
|
static QName |
Evidence.TYPE_NAME
QName of the XSI type
|
static QName |
DoNotCacheCondition.TYPE_NAME
QName of the XSI type
|
static QName |
ConfirmationMethod.TYPE_NAME
QName of the XSI type
|
static QName |
Conditions.TYPE_NAME
QName of the XSI type
|
static QName |
Condition.TYPE_NAME
QName of the XSI type
|
static QName |
AuthorizationDecisionStatement.TYPE_NAME
QName of the XSI type
|
static QName |
AuthorizationDecisionQuery.TYPE_NAME
QName of the XSI type
|
static QName |
AuthorityBinding.TYPE_NAME
QName of the XSI type
|
static QName |
AuthenticationStatement.TYPE_NAME
QName of the XSI type
|
static QName |
AuthenticationQuery.TYPE_NAME
QName of the XSI type
|
static QName |
AudienceRestrictionCondition.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeStatement.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeQuery.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeDesignator.TYPE_NAME
QName of the XSI type
|
static QName |
Attribute.TYPE_NAME
QName of the XSI type
|
static QName |
AssertionArtifact.TYPE_NAME
QName of the XSI type.
|
static QName |
Assertion.TYPE_NAME
QName of the XSI type
|
static QName |
Advice.TYPE_NAME
QName of the XSI type
|
static QName |
Action.TYPE_NAME
QName of the XSI type
|
static QName |
StatusCode.VERSION_MISMATCH
VersionMismatch status value.
|
Modifier and Type | Method and Description |
---|---|
QName |
AuthorityBinding.getAuthorityKind()
Getter for AuthorityKind
|
QName |
StatusCode.getValue()
Gets the value of the status code.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
Conditions.getConditions(QName typeOrName)
Return the List representing all the
Condition s with the given schema type or element name. |
List<Statement> |
Assertion.getStatements(QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element name. |
void |
AuthorityBinding.setAuthorityKind(QName authorityKind)
Setter for AuthorityKind
|
void |
StatusCode.setValue(QName value)
Sets the value of the status code.
|
Modifier and Type | Method and Description |
---|---|
QName |
AuthorityBindingImpl.getAuthorityKind()
Getter for AuthorityKind
|
QName |
StatusCodeImpl.getValue()
Gets the value of the status code.
|
QName |
RespondWithImpl.getValue()
Gets the QName content of the element.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
ConditionsImpl.getConditions(QName typeOrName)
Return the List representing all the
Condition s with the given schema type or element name. |
List<Statement> |
AssertionImpl.getStatements(QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element name. |
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AdviceImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
void |
AuthorityBindingImpl.setAuthorityKind(QName authorityKind)
Setter for AuthorityKind
|
void |
StatusCodeImpl.setValue(QName newValue)
Sets the value of the status code.
|
void |
RespondWithImpl.setValue(QName newValue)
Sets the QName content of the element.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
HTTPSOAP11Decoder.getUnderstoodHeaders()
Gets the SOAP header names that are understood by the application.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPSOAP11Decoder.setUnderstoodHeaders(List<QName> headerNames)
Sets the SOAP header names that are understood by the application.
|
Modifier and Type | Field and Description |
---|---|
static QName |
CacheableSAMLObject.CACHE_DURATION_ATTRIB_QNAME
"cacheDuration" attribute's QName
|
static QName |
TimeBoundSAMLObject.VALID_UNTIL_ATTRIB_QNAME
"validUntil" attribute's QName
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ExtensionsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
Terminate.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SubjectQuery.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SubjectLocality.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SubjectConfirmationData.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SubjectConfirmation.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Subject.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusMessage.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusDetail.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusCode.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Status.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Statement.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
SessionIndex.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Scoping.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Response.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequesterID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequestedAuthnContext.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ProxyRestriction.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
OneTimeUse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NewID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NewEncryptedID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NameIDPolicy.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NameIDMappingResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NameIDMappingRequest.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
NameID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ManageNameIDResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ManageNameIDRequest.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
LogoutResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
LogoutRequest.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Issuer.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
IDPList.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
IDPEntry.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
GetComplete.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Evidence.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptedID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptedAttribute.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptedAssertion.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Conditions.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Condition.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
BaseID.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthzDecisionStatement.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthzDecisionQuery.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnStatement.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnRequest.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnQuery.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnContextDeclRef.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnContextDecl.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnContextClassRef.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthnContext.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AuthenticatingAuthority.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AudienceRestriction.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Audience.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AttributeValue.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AttributeStatement.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AttributeQuery.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Attribute.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AssertionURIRef.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AssertionIDRequest.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AssertionIDRef.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Assertion.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ArtifactResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ArtifactResolve.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Artifact.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Advice.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Action.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Terminate.TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectQuery.TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectLocality.TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectConfirmationData.TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectConfirmation.TYPE_NAME
QName of the XSI type.
|
static QName |
Subject.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusResponseType.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusDetail.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusCode.TYPE_NAME
QName of the XSI type.
|
static QName |
Status.TYPE_NAME
QName of the XSI type.
|
static QName |
Statement.TYPE_NAME
QName of the XSI type.
|
static QName |
Scoping.TYPE_NAME
QName of the XSI type.
|
static QName |
Response.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedAuthnContext.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestAbstractType.TYPE_NAME
QName of the XSI type.
|
static QName |
ProxyRestriction.TYPE_NAME
QName of the XSI type.
|
static QName |
OneTimeUse.TYPE_NAME
QName of the XSI type.
|
static QName |
NameIDPolicy.TYPE_NAME
QName of the XSI type.
|
static QName |
NameIDMappingResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
NameIDMappingRequest.TYPE_NAME
QName of the XSI type.
|
static QName |
NameID.TYPE_NAME
QName of the XSI type.
|
static QName |
ManageNameIDResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
ManageNameIDRequest.TYPE_NAME
QName of the XSI type.
|
static QName |
LogoutResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
LogoutRequest.TYPE_NAME
QName of the XSI type.
|
static QName |
KeyInfoConfirmationDataType.TYPE_NAME
QName of the XSI type.
|
static QName |
Issuer.TYPE_NAME
QName of the XSI type.
|
static QName |
IDPList.TYPE_NAME
QName of the XSI type.
|
static QName |
IDPEntry.TYPE_NAME
QName of the XSI type.
|
static QName |
Evidence.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptedElementType.TYPE_NAME
QName of the XSI type.
|
static QName |
Conditions.TYPE_NAME
QName of the XSI type.
|
static QName |
Condition.TYPE_NAME
QName of the XSI type.
|
static QName |
BaseID.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthzDecisionStatement.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthzDecisionQuery.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthnStatement.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthnRequest.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthnQuery.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthnContext.TYPE_NAME
QName of the XSI type.
|
static QName |
AudienceRestriction.TYPE_NAME
QName of the XSI type.
|
static QName |
Audience.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeStatement.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeQuery.TYPE_NAME
QName of the XSI type.
|
static QName |
Attribute.TYPE_NAME
QName of the XSI type.
|
static QName |
Assertion.TYPE_NAME
QName of the XSI type.
|
static QName |
ArtifactResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
ArtifactResolve.TYPE_NAME
QName of the XSI type.
|
static QName |
Artifact.TYPE_NAME
QName of the XSI type.
|
static QName |
Advice.TYPE_NAME
QName of the XSI type.
|
static QName |
Action.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
Advice.getChildren(QName typeOrName)
Gets the list of child elements attached to this advice that match a particular QName.
|
List<Statement> |
Assertion.getStatements(QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AdviceImpl.getChildren(QName typeOrName)
Gets the list of child elements attached to this advice that match a particular QName.
|
List<Statement> |
AssertionImpl.getStatements(QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName.
|
List<XMLObject> |
SubjectConfirmationDataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AuthnContextDeclImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
Response.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Request.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RelayState.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Response.TYPE_NAME
QName of the XSI type.
|
static QName |
Request.TYPE_NAME
QName of the XSI type.
|
static QName |
RelayState.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
TelephoneNumber.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SurName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SingleSignOnService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SingleLogoutService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ServiceName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ServiceDescription.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SSODescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SPSSODescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
RoleDescriptor.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequestedAttribute.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
PDPDescriptor.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
OrganizationURL.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
OrganizationName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
OrganizationDisplayName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Organization.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
NameIDMappingService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
NameIDFormat.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ManageNameIDService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
KeyDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
IndexedEndpoint.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
IDPSSODescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
GivenName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
EntityDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
EntitiesDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Endpoint.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
EncryptionMethod.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EmailAddress.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ContactPerson.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Company.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthzService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthnQueryService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AuthnAuthorityDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeProfile.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeConsumingService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AttributeAuthorityDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AssertionIDRequestService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AssertionConsumerService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
ArtifactResolutionService.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AffiliationDescriptor.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AffiliateMember.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
AdditionalMetadataLocation.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
EntityDescriptor.ELEMENT_QNAME
Element QName, no prefix
|
static QName |
EntitiesDescriptor.ELEMENT_QNAME
Element QName, no prefix
|
static QName |
ServiceName.TYPE_NAME
QName of the XSI type
|
static QName |
ServiceDescription.TYPE_NAME
QName of the XSI type
|
static QName |
SSODescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
SPSSODescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
RoleDescriptor.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedAttribute.TYPE_NAME
QName of the XSI type
|
static QName |
PDPDescriptor.TYPE_NAME
QName of the XSI type.
|
static QName |
OrganizationURL.TYPE_NAME
QName of the XSI type
|
static QName |
OrganizationName.TYPE_NAME
QName of the XSI type
|
static QName |
OrganizationDisplayName.TYPE_NAME
QName of the XSI type
|
static QName |
Organization.TYPE_NAME
QName of the XSI type
|
static QName |
NameIDFormat.TYPE_NAME
QName of the XSI type
|
static QName |
KeyDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
IndexedEndpoint.TYPE_NAME
QName of the XSI type.
|
static QName |
IDPSSODescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
EntityDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
EntitiesDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
Endpoint.TYPE_NAME
QName of the XSI type
|
static QName |
EmailAddress.TYPE_NAME
QName of the XSI type
|
static QName |
ContactPerson.TYPE_NAME
QName of the XSI type
|
static QName |
Company.TYPE_NAME
QName of the XSI type
|
static QName |
AuthnAuthorityDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeProfile.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeConsumingService.TYPE_NAME
QName of the XSI type
|
static QName |
AttributeAuthorityDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
AffiliationDescriptor.TYPE_NAME
QName of the XSI type
|
static QName |
AffiliateMember.TYPE_NAME
QName of the XSI type
|
static QName |
AdditionalMetadataLocation.TYPE_NAME
QName of the XSI type
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
RoleDescriptor.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<RoleDescriptor> |
EntityDescriptor.getRoleDescriptors(QName typeOrName)
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
|
List<RoleDescriptor> |
EntityDescriptor.getRoleDescriptors(QName typeOrName,
String supportedProtocol)
Gets all the role descriptors for this entity that support the given protocol.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
SSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
SPSSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
PDPDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
IDPSSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AuthnAuthorityDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AttributeAuthorityDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<RoleDescriptor> |
EntityDescriptorImpl.getRoleDescriptors(QName typeOrName)
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
|
List<RoleDescriptor> |
EntityDescriptorImpl.getRoleDescriptors(QName type,
String supportedProtocol)
Gets all the role descriptors for this entity that support the given protocol.
|
List<XMLObject> |
EndpointImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected QName |
EntityRoleFilter.getRoleName(RoleDescriptor role)
Gets the effective name for the role.
|
Modifier and Type | Method and Description |
---|---|
List<QName> |
EntityRoleFilter.getRoleWhiteList()
Gets the unmodifiable list of roles that are NOT removed by this filter.
|
Modifier and Type | Method and Description |
---|---|
protected List<RoleDescriptor> |
AbstractMetadataProvider.doGetRole(String entityID,
QName roleName)
Gets the identified roles from an EntityDescriptor.
|
protected RoleDescriptor |
AbstractMetadataProvider.doGetRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the role which supports the given protocol.
|
List<RoleDescriptor> |
MetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
List<RoleDescriptor> |
ChainingMetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
List<RoleDescriptor> |
AbstractMetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
RoleDescriptor |
MetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
RoleDescriptor |
ChainingMetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
RoleDescriptor |
AbstractMetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
Constructor and Description |
---|
EntityRoleFilter(List<QName> keptRoles)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static QName |
DiscoveryResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
Modifier and Type | Field and Description |
---|---|
static QName |
SourceID.DEFAULT_ELEMENT_NAME
Default element name
|
Modifier and Type | Field and Description |
---|---|
static QName |
Delegate.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DelegationRestrictionType.TYPE_NAME
QName of the XSI type.
|
static QName |
Delegate.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
EntityAttributes.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EntityAttributes.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ActionNamespace.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
QueryDescriptorType.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthzDecisionQueryDescriptorType.TYPE_NAME
QName of the XSI type.
|
static QName |
AuthnQueryDescriptorType.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeQueryDescriptorType.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
AuthzDecisionQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AuthnQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AttributeQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
UIInfo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
PrivacyStatementURL.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Logo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Keywords.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
InformationURL.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
IPHint.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
GeolocationHint.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DomainHint.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DisplayName.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DiscoHints.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Description.DEFAULT_ELEMENT_NAME
Default element name.
|
Modifier and Type | Field and Description |
---|---|
static QName |
RespondTo.DEFAULT_ELEMENT_NAME
Default element name
|
Modifier and Type | Method and Description |
---|---|
QName |
MetadataCriteria.getRole()
Get the entity role.
|
Modifier and Type | Method and Description |
---|---|
protected List<RoleDescriptor> |
MetadataCredentialResolver.getRoleDescriptors(String entityID,
QName role,
String protocol)
Get the list of metadata role descriptors which match the given entityID, role and protocol.
|
protected Collection<Credential> |
MetadataCredentialResolver.retrieveFromMetadata(String entityID,
QName role,
String protocol,
UsageType usage)
Retrieves credentials from the provided metadata.
|
void |
MetadataCriteria.setRole(QName role)
Set the entity role.
|
Constructor and Description |
---|
MetadataCredentialResolver.MetadataCacheKey(String entityID,
QName entityRole,
String entityProtocol,
UsageType entityUsage)
Constructor.
|
MetadataCriteria(QName role,
String protocol)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<QName> |
SOAPHandler.understandsHeaders()
Get the set of SOAP header names that the handler
indicates it understands.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AbstractExtensibleSOAPObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
FaultCode.CLIENT
FaultCode value
Client . |
static QName |
Header.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
FaultString.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
FaultCode.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
FaultActor.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Fault.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Envelope.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Detail.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Body.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
FaultCode.MUST_UNDERSTAND
FaultCode value
MustUnderstand . |
static QName |
FaultCode.SERVER
FaultCode value
Server . |
static QName |
ActorBearing.SOAP11_ACTOR_ATTR_NAME
The soap11:@actor qualified attribute name.
|
static QName |
EncodingStyleBearing.SOAP11_ENCODING_STYLE_ATTR_NAME
The soap11:@encodingStyle qualified attribute name.
|
static QName |
MustUnderstandBearing.SOAP11_MUST_UNDERSTAND_ATTR_NAME
The soap11:@mustUnderstand qualified attribute name.
|
static QName |
Header.TYPE_NAME
QName of the XSI type.
|
static QName |
Fault.TYPE_NAME
QName of the XSI type.
|
static QName |
Envelope.TYPE_NAME
QName of the XSI type.
|
static QName |
Detail.TYPE_NAME
QName of the XSI type.
|
static QName |
Body.TYPE_NAME
QName of the XSI type.
|
static QName |
FaultCode.VERSION_MISMATCH
FaultCode value
VersionMismatch . |
Modifier and Type | Field and Description |
---|---|
static QName |
EncodingStyleBearing.SOAP12_ENCODING_STYLE_ATTR_NAME
The soap12:@encodingStyle qualified attribute name.
|
static QName |
MustUnderstandBearing.SOAP12_MUST_UNDERSTAND_ATTR_NAME
The soap12:@mustUnderstand qualified attribute name.
|
static QName |
RelayBearing.SOAP12_RELAY_ATTR_NAME
The soap12:@relay qualified attribute name.
|
static QName |
RoleBearing.SOAP12_ROLE_ATTR_NAME
The soap12:@role qualified attribute name.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPHelper.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
static List<XMLObject> |
SOAPHelper.getInboundHeaderBlock(MessageContext msgContext,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP envelope contained within the specified message context's
MessageContext.getInboundMessage() . |
static List<XMLObject> |
SOAPHelper.getOutboundHeaderBlock(MessageContext msgContext,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP envelope contained within the specified message context's
MessageContext.getOutboundMessage() . |
static List<XMLObject> |
SOAPHelper.getSOAP11HeaderBlock(Envelope envelope,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP 1.1 envelope.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPHelper.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
Modifier and Type | Field and Description |
---|---|
static QName |
To.ELEMENT_NAME
Default element name.
|
static QName |
SoapAction.ELEMENT_NAME
Default element name.
|
static QName |
RetryAfter.ELEMENT_NAME
Default element name.
|
static QName |
ReplyTo.ELEMENT_NAME
Default element name.
|
static QName |
RelatesTo.ELEMENT_NAME
Default element name.
|
static QName |
ReferenceParameters.ELEMENT_NAME
Default element name.
|
static QName |
ProblemIRI.ELEMENT_NAME
Default element name.
|
static QName |
ProblemHeaderQName.ELEMENT_NAME
Default element name.
|
static QName |
ProblemAction.ELEMENT_NAME
Default element name.
|
static QName |
Metadata.ELEMENT_NAME
Default element name.
|
static QName |
MessageID.ELEMENT_NAME
Default element name.
|
static QName |
From.ELEMENT_NAME
Default element name.
|
static QName |
FaultTo.ELEMENT_NAME
Default element name.
|
static QName |
EndpointReference.ELEMENT_NAME
Default element name.
|
static QName |
Address.ELEMENT_NAME
Default element name.
|
static QName |
Action.ELEMENT_NAME
Default element name.
|
static QName |
WSAddressingConstants.SOAP_FAULT_ACTION_MISMATCH
WS-Addressing SOAP fault code: "wsa:ActionMismatch".
|
static QName |
WSAddressingConstants.SOAP_FAULT_ACTION_NOT_SUPPORTED
WS-Addressing SOAP fault code: "wsa:ActionNotSupported".
|
static QName |
WSAddressingConstants.SOAP_FAULT_DESTINATION_UNREACHABLE
WS-Addressing SOAP fault code: "wsa:DestinationUnreachable".
|
static QName |
WSAddressingConstants.SOAP_FAULT_DUPLICATE_MESSAGE_ID
WS-Addressing SOAP fault code: "wsa:DuplicateMessageID".
|
static QName |
WSAddressingConstants.SOAP_FAULT_ENDPOINT_UNAVAILABLE
WS-Addressing SOAP fault code: "wsa:EndpointUnavailable".
|
static QName |
WSAddressingConstants.SOAP_FAULT_INVALID_ADDRESS
WS-Addressing SOAP fault code: "wsa:InvalidAddress".
|
static QName |
WSAddressingConstants.SOAP_FAULT_INVALID_ADDRESSING_HEADER
WS-Addressing SOAP fault code: "wsa:InvalidAddressingHeader".
|
static QName |
WSAddressingConstants.SOAP_FAULT_INVALID_CARDINALITY
WS-Addressing SOAP fault code: "wsa:InvalidCardinality".
|
static QName |
WSAddressingConstants.SOAP_FAULT_INVALID_EPR
WS-Addressing SOAP fault code: "wsa:InvalidEPR".
|
static QName |
WSAddressingConstants.SOAP_FAULT_MESSAGE_ADDRESSING_HEADER_REQUIRED
WS-Addressing SOAP fault code: "wsa:MessageAddressingHeaderRequired".
|
static QName |
WSAddressingConstants.SOAP_FAULT_MISSING_ADDRESS_IN_EPR
WS-Addressing SOAP fault code: "wsa:MissingAddressInEPR".
|
static QName |
RelatesTo.TYPE_NAME
QName of the XSI type.
|
static QName |
ReferenceParameters.TYPE_NAME
QName of the XSI type.
|
static QName |
ProblemAction.TYPE_NAME
QName of the XSI type.
|
static QName |
Metadata.TYPE_NAME
QName of the XSI type.
|
static QName |
EndpointReferenceType.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedUnsignedLong.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedURI.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedQName.TYPE_NAME
QName of the XSI type.
|
static QName |
IsReferenceParameterBearing.WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
the
wsa:IsReferenceParameter qualified attribute name. |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ReferenceParametersImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
MetadataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EndpointReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
RequestedSecurityToken.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequestSecurityTokenResponse.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EndPointReference.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AppliesTo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Address.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequestedSecurityToken.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestSecurityTokenResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
EndPointReference.TYPE_NAME
QName of the XSI type.
|
static QName |
AppliesTo.TYPE_NAME
QName of the XSI type.
|
static QName |
Address.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
PolicyReference.ELEMENT_NAME
Default element name.
|
static QName |
PolicyAttachment.ELEMENT_NAME
Default element name.
|
static QName |
Policy.ELEMENT_NAME
Default element name.
|
static QName |
ExactlyOne.ELEMENT_NAME
Default element name.
|
static QName |
AppliesTo.ELEMENT_NAME
Default element name.
|
static QName |
All.ELEMENT_NAME
Default element name.
|
static QName |
OperatorContentType.TYPE_NAME
QName of the XSI type.
|
static QName |
OptionalBearing.WSP_OPTIONAL_ATTR_NAME
The wsp:@Optional qualified attribute name.
|
static QName |
PolicyURIsBearing.WSP_POLICY_URIS_ATTR_NAME
The wsp:@PolicyURIs qualified attribute name.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
OperatorContentType.getXMLObjects(QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
PolicyAttachmentImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AppliesToImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
OperatorContentTypeImpl.getXMLObjects(QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
|
Modifier and Type | Field and Description |
---|---|
static QName |
UsernameToken.ELEMENT_NAME
Qualified element name.
|
static QName |
Username.ELEMENT_NAME
Qualified element name.
|
static QName |
TransformationParameters.ELEMENT_NAME
Qualified element name.
|
static QName |
Timestamp.ELEMENT_NAME
Qualified element name.
|
static QName |
SignatureConfirmation.ELEMENT_NAME
Qualified element name.
|
static QName |
SecurityTokenReference.ELEMENT_NAME
Qualified element name.
|
static QName |
Security.ELEMENT_NAME
Qualified element name.
|
static QName |
Salt.ELEMENT_NAME
Qualified element name.
|
static QName |
Reference.ELEMENT_NAME
Qualified element name.
|
static QName |
Password.ELEMENT_NAME
Qualified element name.
|
static QName |
Nonce.ELEMENT_NAME
Qualified element name.
|
static QName |
KeyIdentifier.ELEMENT_NAME
Qualified element name.
|
static QName |
Iteration.ELEMENT_NAME
Qualified element name.
|
static QName |
Expires.ELEMENT_NAME
Qualified element name.
|
static QName |
EncryptedHeader.ELEMENT_NAME
Qualified element name.
|
static QName |
Embedded.ELEMENT_NAME
Qualified element name.
|
static QName |
Created.ELEMENT_NAME
Qualified element name.
|
static QName |
BinarySecurityToken.ELEMENT_NAME
Qualified element name.
|
static QName |
WSSecurityConstants.SOAP_FAULT_FAILED_AUTHENTICATION
WS-Security SOAP fault code: "wsse:FailedAuthentication".
|
static QName |
WSSecurityConstants.SOAP_FAULT_FAILED_CHECK
WS-Security SOAP fault code: "wsse:FailedCheck".
|
static QName |
WSSecurityConstants.SOAP_FAULT_INVALID_SECURITY
WS-Security SOAP fault code: "wsse:InvalidSecurity".
|
static QName |
WSSecurityConstants.SOAP_FAULT_INVALID_SECURITY_TOKEN
WS-Security SOAP fault code: "wsse:InvalidSecurityToken".
|
static QName |
WSSecurityConstants.SOAP_FAULT_MESSAGE_EXPIRED
WS-Security SOAP fault code: "wsu:MessageExpired".
|
static QName |
WSSecurityConstants.SOAP_FAULT_SECURITY_TOKEN_UNAVAILABLE
WS-Security SOAP fault code: "wsse:SecurityTokenUnavailable".
|
static QName |
WSSecurityConstants.SOAP_FAULT_UNSUPPORTED_ALGORITHM
WS-Security SOAP fault code: "wsse:UnsupportedAlgorithm".
|
static QName |
WSSecurityConstants.SOAP_FAULT_UNSUPPORTED_SECURITY_TOKEN
WS-Security SOAP fault code: SOAP"wsse:UnsupportedSecurityToken".
|
static QName |
UsernameToken.TYPE_NAME
QName of the XSI type.
|
static QName |
TransformationParameters.TYPE_NAME
QName of the XSI type.
|
static QName |
SignatureConfirmation.TYPE_NAME
QName of the XSI type.
|
static QName |
SecurityTokenReference.TYPE_NAME
QName of the XSI type.
|
static QName |
Security.TYPE_NAME
QName of the XSI type.
|
static QName |
Reference.TYPE_NAME
QName of the XSI type.
|
static QName |
KeyIdentifier.TYPE_NAME
QName of the XSI type.
|
static QName |
Iteration.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptedHeader.TYPE_NAME
QName of the XSI type.
|
static QName |
EncodedString.TYPE_NAME
QName of the XSI type.
|
static QName |
Embedded.TYPE_NAME
QName of the XSI type.
|
static QName |
BinarySecurityToken.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedURI.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedString.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributedDateTime.TYPE_NAME
QName of the XSI type.
|
static QName |
UsageBearing.WSSE_USAGE_ATTR_NAME
The wsse:@Usage qualified attribute name.
|
static QName |
TokenTypeBearing.WSSE11_TOKEN_TYPE_ATTR_NAME
The
@wsse11:TokenType qualified attribute name. |
static QName |
IdBearing.WSU_ID_ATTR_NAME
the
wsu:Id qualified attribute name. |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
UsernameTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
TransformationParametersImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
TimestampImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
SecurityTokenReferenceImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
SecurityImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EmbeddedImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
ValidateTarget.ELEMENT_NAME
Default element name.
|
static QName |
UseKey.ELEMENT_NAME
Default element name.
|
static QName |
TokenType.ELEMENT_NAME
Default element name.
|
static QName |
Status.ELEMENT_NAME
Default element name.
|
static QName |
SignatureAlgorithm.ELEMENT_NAME
Default element name.
|
static QName |
SignWith.ELEMENT_NAME
Default element name.
|
static QName |
SignChallengeResponse.ELEMENT_NAME
Default element name.
|
static QName |
SignChallenge.ELEMENT_NAME
Default element name.
|
static QName |
RequestedUnattachedReference.ELEMENT_NAME
Default element name
|
static QName |
RequestedTokenCancelled.ELEMENT_NAME
Default element name.
|
static QName |
RequestedSecurityToken.ELEMENT_NAME
Default element name.
|
static QName |
RequestedProofToken.ELEMENT_NAME
Default element name.
|
static QName |
RequestedAttachedReference.ELEMENT_NAME
Default element name.
|
static QName |
RequestType.ELEMENT_NAME
Default element name.
|
static QName |
RequestSecurityTokenResponseCollection.ELEMENT_NAME
Default element name.
|
static QName |
RequestSecurityTokenResponse.ELEMENT_NAME
Default element name.
|
static QName |
RequestSecurityTokenCollection.ELEMENT_NAME
Default element name.
|
static QName |
RequestSecurityToken.ELEMENT_NAME
Default element name.
|
static QName |
RequestKET.ELEMENT_NAME
Default element name.
|
static QName |
Renewing.ELEMENT_NAME
Default element name.
|
static QName |
RenewTarget.ELEMENT_NAME
Default element name.
|
static QName |
Reason.ELEMENT_NAME
Default element name.
|
static QName |
ProofEncryption.ELEMENT_NAME
Default element name.
|
static QName |
Primary.ELEMENT_NAME
Default element name.
|
static QName |
Participants.ELEMENT_NAME
Default element name.
|
static QName |
Participant.ELEMENT_NAME
Default element name.
|
static QName |
OnBehalfOf.ELEMENT_NAME
Default element name.
|
static QName |
Lifetime.ELEMENT_NAME
Default element name.
|
static QName |
KeyWrapAlgorithm.ELEMENT_NAME
Default element name.
|
static QName |
KeyType.ELEMENT_NAME
Default element name.
|
static QName |
KeySize.ELEMENT_NAME
Default element name.
|
static QName |
KeyExchangeToken.ELEMENT_NAME
Default element name.
|
static QName |
Issuer.ELEMENT_NAME
Default element name.
|
static QName |
IssuedTokens.ELEMENT_NAME
Default element name.
|
static QName |
Forwardable.ELEMENT_NAME
Default element name.
|
static QName |
Entropy.ELEMENT_NAME
Default element name.
|
static QName |
EncryptionAlgorithm.ELEMENT_NAME
Default element name.
|
static QName |
Encryption.ELEMENT_NAME
Default element name.
|
static QName |
EncryptWith.ELEMENT_NAME
Default element name.
|
static QName |
DelegateTo.ELEMENT_NAME
Default element name.
|
static QName |
Delegatable.ELEMENT_NAME
Default element name.
|
static QName |
ComputedKeyAlgorithm.ELEMENT_NAME
Default element name.
|
static QName |
ComputedKey.ELEMENT_NAME
Default element name.
|
static QName |
CombinedHash.ELEMENT_NAME
Default element name.
|
static QName |
Code.ELEMENT_NAME
Default element name.
|
static QName |
Claims.ELEMENT_NAME
Default element name.
|
static QName |
Challenge.ELEMENT_NAME
Default element name.
|
static QName |
CanonicalizationAlgorithm.ELEMENT_NAME
Default element name.
|
static QName |
CancelTarget.ELEMENT_NAME
Default element name.
|
static QName |
BinarySecret.ELEMENT_NAME
Default element name.
|
static QName |
BinaryExchange.ELEMENT_NAME
Default element name.
|
static QName |
Authenticator.ELEMENT_NAME
Default element name.
|
static QName |
AuthenticationType.ELEMENT_NAME
Default element name.
|
static QName |
AllowPostdating.ELEMENT_NAME
Default element name.
|
static QName |
WSTrustConstants.SOAP_FAULT_AUTHENTICATION_BAD_ELEMENTS
WS-Trust SOAP fault code: "wst:AuthenticationBadElements".
|
static QName |
WSTrustConstants.SOAP_FAULT_BAD_REQUEST
WS-Trust SOAP fault code: "wst:BadRequest".
|
static QName |
WSTrustConstants.SOAP_FAULT_EXPIRED_DATA
WS-Trust SOAP fault code: "wst:ExpiredData".
|
static QName |
WSTrustConstants.SOAP_FAULT_FAILED_AUTHENTICATION
WS-Trust SOAP fault code: "wst:FailedAuthentication".
|
static QName |
WSTrustConstants.SOAP_FAULT_INVALID_REQUEST
WS-Trust SOAP fault code: "wst:InvalidRequest".
|
static QName |
WSTrustConstants.SOAP_FAULT_INVALID_SCOPE
WS-Trust SOAP fault code: "wst:InvalidScope".
|
static QName |
WSTrustConstants.SOAP_FAULT_INVALID_SECURITY_TOKEN
WS-Trust SOAP fault code: "wst:InvalidSecurityToken".
|
static QName |
WSTrustConstants.SOAP_FAULT_INVALID_TIME_RANGE
WS-Trust SOAP fault code: "wst:InvalidTimeRange".
|
static QName |
WSTrustConstants.SOAP_FAULT_RENEW_NEEDED
WS-Trust SOAP fault code: "wst:RenewNeeded".
|
static QName |
WSTrustConstants.SOAP_FAULT_REQUEST_FAILED
WS-Trust SOAP fault code: "wst:RequestFailed".
|
static QName |
WSTrustConstants.SOAP_FAULT_UNABLE_TO_RENEW
WS-Trust SOAP fault code: "wst:UnableToRenew".
|
static QName |
ValidateTarget.TYPE_NAME
QName of the XSI type.
|
static QName |
UseKey.TYPE_NAME
QName of the XSI type.
|
static QName |
SignChallengeType.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedTokenCancelled.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedSecurityToken.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedReferenceType.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestedProofToken.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestType.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestSecurityTokenResponseCollection.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestSecurityTokenResponse.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestSecurityTokenCollection.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestSecurityToken.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestKET.TYPE_NAME
QName of the XSI type.
|
static QName |
Renewing.TYPE_NAME
QName of the XSI type.
|
static QName |
RenewTarget.TYPE_NAME
QName of the XSI type.
|
static QName |
ProofEncryption.TYPE_NAME
QName of the XSI type.
|
static QName |
Participants.TYPE_NAME
QName of the XSI type.
|
static QName |
ParticipantType.TYPE_NAME
QName of the XSI type.
|
static QName |
OnBehalfOf.TYPE_NAME
QName of the XSI type.
|
static QName |
Lifetime.TYPE_NAME
QName of the XSI type.
|
static QName |
KeyType.TYPE_NAME
QName of the XSI type.
|
static QName |
KeyExchangeToken.TYPE_NAME
QName of the XSI type.
|
static QName |
Entropy.TYPE_NAME
QName of the XSI type.
|
static QName |
Encryption.TYPE_NAME
QName of the XSI type.
|
static QName |
DelegateTo.TYPE_NAME
QName of the XSI type.
|
static QName |
ComputedKey.TYPE_NAME
QName of the XSI type.
|
static QName |
Code.TYPE_NAME
QName of the XSI type.
|
static QName |
Claims.TYPE_NAME
QName of the XSI type.
|
static QName |
CancelTarget.TYPE_NAME
QName of the XSI type.
|
static QName |
BinarySecret.TYPE_NAME
QName of the XSI type.
|
static QName |
BinaryExchange.TYPE_NAME
QName of the XSI type.
|
static QName |
Authenticator.TYPE_NAME
QName of the XSI type.
|
static QName |
AllowPostdating.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
SignChallengeTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
RequestSecurityTokenResponseImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
RequestSecurityTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ParticipantsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
KeyExchangeTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EntropyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ClaimsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AuthenticatorImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
SubjectType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusMessageType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusDetailType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
StatusCodeType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ResultType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ResponseType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ResourceType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ResourceContentType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RequestType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
MissingAttributeDetailType.DEFAULT_ELEMENT_NAME
QName of the element MissingAttributeDetail.
|
static QName |
EnvironmentType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DecisionType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AttributeValueType.DEFAULT_ELEMENT_NAME
Default element name XACML20.
|
static QName |
AttributeType.DEFAULT_ELEMENT_NAME
Default element name XACML20.
|
static QName |
ActionType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
MissingAttributeDetailType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectType.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusType.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusDetailType.TYPE_NAME
QName of the XSI type.
|
static QName |
StatusCodeType.TYPE_NAME
QName of the XSI type XACML20.
|
static QName |
ResultType.TYPE_NAME
QName of the XSI type.
|
static QName |
ResponseType.TYPE_NAME
QName of the XSI type.
|
static QName |
ResourceType.TYPE_NAME
QName of the XSI type.
|
static QName |
ResourceContentType.TYPE_NAME
QName of the XSI type.
|
static QName |
RequestType.TYPE_NAME
QName of the XSI type.
|
static QName |
EnvironmentType.TYPE_NAME
QName of the XSI type.
|
static QName |
DecisionType.TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeValueType.TYPE_NAME
QName of the XSI type XACML20.
|
static QName |
AttributeType.TYPE_NAME
QName of the XSI type XACML20.
|
static QName |
ActionType.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
StatusDetailTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ResourceContentTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
AttributeDesignatorType.ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ActionAttributeDesignator.
|
static QName |
VariableDefinitionType.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
TargetType.DEFAULT_ELEMENT_NAME
QName of the element Target.
|
static QName |
SubjectsType.DEFAULT_ELEMENT_NAME
QName of the element Subjects.
|
static QName |
SubjectType.DEFAULT_ELEMENT_NAME
QName of the element Subject.
|
static QName |
SubjectMatchType.DEFAULT_ELEMENT_NAME
QName of the element SubjectMatch.
|
static QName |
RuleType.DEFAULT_ELEMENT_NAME
QName of the element Rule.
|
static QName |
RuleCombinerParametersType.DEFAULT_ELEMENT_NAME
QName of the element RuleCombinerParameters.
|
static QName |
ResourcesType.DEFAULT_ELEMENT_NAME
QName of the element Resources.
|
static QName |
ResourceType.DEFAULT_ELEMENT_NAME
QName of the element Resource.
|
static QName |
ResourceMatchType.DEFAULT_ELEMENT_NAME
QName of the element ResourceMatch.
|
static QName |
PolicyType.DEFAULT_ELEMENT_NAME
QName of the element Policy.
|
static QName |
PolicySetType.DEFAULT_ELEMENT_NAME
QName of the element PolicySet.
|
static QName |
PolicySetCombinerParametersType.DEFAULT_ELEMENT_NAME
QName of the element PolicySetCombineParameters.
|
static QName |
PolicyCombinerParametersType.DEFAULT_ELEMENT_NAME
QName of the element PolicyCombinerParameters.
|
static QName |
FunctionType.DEFAULT_ELEMENT_NAME
QName of the element Function.
|
static QName |
EnvironmentsType.DEFAULT_ELEMENT_NAME
QName of the element Environments.
|
static QName |
EnvironmentType.DEFAULT_ELEMENT_NAME
QName of the element Environment.
|
static QName |
DescriptionType.DEFAULT_ELEMENT_NAME
QName of the element Description.
|
static QName |
ConditionType.DEFAULT_ELEMENT_NAME
QName of the element Condition.
|
static QName |
CombinerParametersType.DEFAULT_ELEMENT_NAME
QName of the element CombinerParameters.
|
static QName |
CombinerParameterType.DEFAULT_ELEMENT_NAME
QName of the element CombinerParameters.
|
static QName |
AttributeValueType.DEFAULT_ELEMENT_NAME
QName of the element AttributeValue.
|
static QName |
AttributeSelectorType.DEFAULT_ELEMENT_NAME
QName of the element AttributeSelector.
|
static QName |
AttributeAssignmentType.DEFAULT_ELEMENT_NAME
QName of the element AttributeAssignment.
|
static QName |
ApplyType.DEFAULT_ELEMENT_NAME
QName of the element Apply.
|
static QName |
ActionsType.DEFAULT_ELEMENT_NAME
QName of the element Actions.
|
static QName |
ActionType.DEFAULT_ELEMENT_NAME
QName of the element Action.
|
static QName |
ActionMatchType.DEFAULT_ELEMENT_NAME
QName of the element ActionMatch.
|
static QName |
VariableReferenceType.DEFAULT_ELEMENT_NAME_XACML20
Default element name.
|
static QName |
ExpressionType.DEFAULT_ELEMENT_NAME_XACML20
Default element name.
|
static QName |
SubjectAttributeDesignatorType.DEFAULT_ELEMENT_QNAME
QName of the element Obligation.
|
static QName |
ObligationsType.DEFAULT_ELEMENT_QNAME
QName of the element Obligations.
|
static QName |
ObligationType.DEFAULT_ELEMENT_QNAME
QName of the element Obligation.
|
static QName |
EnvironmentMatchType.DEFAULT_ELEMENT_QNAME
QName of the element EnvironmentMatch.
|
static QName |
XPathVersion.DEFAULTS_ELEMENT_NAME
QName of the element element.
|
static QName |
AttributeDesignatorType.ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element EnvironmentAttribtueDesignator.
|
static QName |
DefaultsType.POLICY_DEFAULTS_ELEMENT_NAME
QName of the element PolicyDefaults.
|
static QName |
IdReferenceType.POLICY_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicyIdReference.
|
static QName |
DefaultsType.POLICY_SET_DEFAULTS_ELEMENT_NAME
QName of the element PolicySetDefaults.
|
static QName |
IdReferenceType.POLICY_SET_ID_REFERENCE_ELEMENT_NAME
QName of the element PolicySetIdReference.
|
static QName |
AttributeDesignatorType.RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ResourceAttributeDesignator.
|
static QName |
TargetType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectsType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectMatchType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
SubjectAttributeDesignatorType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
RuleType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
RuleCombinerParametersType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ResourcesType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ResourceType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ResourceMatchType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
PolicyType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
PolicySetType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
PolicySetCombinerParametersType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
PolicyCombinerParametersType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ObligationsType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ObligationType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
IdReferenceType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
FunctionType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ExpressionType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
EnvironmentsType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
EnvironmentType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
EnvironmentMatchType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
DefaultsType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ConditionType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
CombinerParametersType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
CombinerParameterType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeValueType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeSelectorType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeDesignatorType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeAssignmentType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ApplyType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ActionsType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ActionType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
ActionMatchType.SCHEMA_TYPE_NAME
QName of the XSI type.
|
static QName |
AttributeDesignatorType.SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element SubjectAttributeDesignator.
|
static QName |
VariableDefinitionType.TYPE_NAME
QName of the XSI type.
|
static QName |
VariableReferenceType.TYPE_NAME_XACML20
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Field and Description |
---|---|
static QName |
XACMLPolicyStatementType.DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
XACMLPolicyQueryType.DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
XACMLAuthzDecisionStatementType.DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
XACMLAuthzDecisionQueryType.DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
ReferencedPoliciesType.DEFAULT_ELEMENT_NAME_XACML10
Default element name for XACML 1.0.
|
static QName |
XACMLPolicyStatementType.DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
XACMLPolicyQueryType.DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
XACMLAuthzDecisionStatementType.DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
XACMLAuthzDecisionQueryType.DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
ReferencedPoliciesType.DEFAULT_ELEMENT_NAME_XACML11
Default element name for XACML 1.1.
|
static QName |
XACMLPolicyStatementType.DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
XACMLPolicyQueryType.DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
XACMLAuthzDecisionStatementType.DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
XACMLAuthzDecisionQueryType.DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
ReferencedPoliciesType.DEFAULT_ELEMENT_NAME_XACML20
Default element name for XACML 2.0.
|
static QName |
XACMLPolicyStatementType.DEFAULT_ELEMENT_NAME_XACML30
Default element name for XACML 3.0.
|
static QName |
XACMLPolicyQueryType.DEFAULT_ELEMENT_NAME_XACML30
Default element nam for XACML 3.0.
|
static QName |
XACMLAuthzDecisionStatementType.DEFAULT_ELEMENT_NAME_XACML30
Default element name for XACML 3.0.
|
static QName |
XACMLAuthzDecisionQueryType.DEFAULT_ELEMENT_NAME_XACML30
Default element name for XACML 3.0.
|
static QName |
ReferencedPoliciesType.DEFAULT_ELEMENT_NAME_XACML30
Default element name for XACML 3.0.
|
static QName |
SAMLProfileConstants.SAML_DATATYPE_ATTRIB
QName of the DataType attribute that must be on SAML attributes that meet the XACML attribute profile spec.
|
static QName |
XACMLPolicyStatementType.TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
XACMLPolicyQueryType.TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
XACMLAuthzDecisionStatementType.TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
XACMLAuthzDecisionQueryType.TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
ReferencedPoliciesType.TYPE_NAME_XACML10
QName of the XSI type.XACML1.0.
|
static QName |
XACMLPolicyStatementType.TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
XACMLPolicyQueryType.TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
XACMLAuthzDecisionStatementType.TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
XACMLAuthzDecisionQueryType.TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
ReferencedPoliciesType.TYPE_NAME_XACML11
QName of the XSI type.XACML1.1.
|
static QName |
XACMLPolicyStatementType.TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
XACMLPolicyQueryType.TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
XACMLAuthzDecisionStatementType.TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
XACMLAuthzDecisionQueryType.TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
ReferencedPoliciesType.TYPE_NAME_XACML20
QName of the XSI type.XACML2.0.
|
static QName |
XACMLPolicyStatementType.TYPE_NAME_XACML30
QName of the XSI type.XACML3.0.
|
static QName |
XACMLPolicyQueryType.TYPE_NAME_XACML30
QName of the XSI type.XACML3.0.
|
static QName |
XACMLAuthzDecisionStatementType.TYPE_NAME_XACML30
QName of the XSI type.XACML3.0 .
|
static QName |
XACMLAuthzDecisionQueryType.TYPE_NAME_XACML30
QName of the XSI type.XACML3.0.
|
static QName |
ReferencedPoliciesType.TYPE_NAME_XACML30
QName of the XSI type.XACML3.0 .
|
Modifier and Type | Field and Description |
---|---|
static QName |
BaseBearing.XML_BASE_ATTR_NAME
The
xml:base qualified attribute name. |
static QName |
IdBearing.XML_ID_ATTR_NAME
The
xml:id qualified attribute name. |
static QName |
LangBearing.XML_LANG_ATTR_NAME
The
xml:lang qualified attribute name. |
static QName |
SpaceBearing.XML_SPACE_ATTR_NAME
The
xml:space qualified attribute name. |
Modifier and Type | Method and Description |
---|---|
static QName |
Configuration.getDefaultProviderQName()
Gets the QName for the object provider that will be used for XMLObjects that do not have a registered object
provider.
|
QName |
XMLObject.getElementQName()
Gets the QName for this element.
|
QName |
AbstractXMLObject.getElementQName()
Gets the QName for this element.
|
QName |
XMLObject.getSchemaType()
Gets the XML schema type of this element.
|
QName |
AbstractXMLObject.getSchemaType()
Gets the XML schema type of this element.
|
protected QName |
AbstractXMLObject.prepareAttributeValueForAssignment(String attributeID,
QName oldValue,
QName newValue)
A helper function for derived classes.
|
protected QName |
AbstractXMLObject.prepareElementContentForAssignment(QName oldValue,
QName newValue)
A helper function for derived classes.
|
protected QName |
AbstractXMLObject.prepareForAssignment(QName oldValue,
QName newValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,XMLObjectBuilder> |
XMLObjectBuilderFactory.getBuilders()
Gets an immutable list of all the builders currently registered.
|
Modifier and Type | Method and Description |
---|---|
XMLObjectType |
XMLObjectBuilder.buildObject(QName objectName)
Creates an XMLObject with a given fully qualified name.
|
XMLObjectType |
AbstractXMLObjectBuilder.buildObject(QName objectName)
Creates an XMLObject with a given fully qualified name.
|
XMLObjectType |
XMLObjectBuilder.buildObject(QName objectName,
QName schemaType)
Creates an XMLObject with a given fully qualified name and schema type.
|
XMLObjectType |
AbstractXMLObjectBuilder.buildObject(QName objectName,
QName schemaType)
Creates an XMLObject with a given fully qualified name and schema type.
|
XMLObjectType |
XMLObjectBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix,
QName schemaType)
Creates an XMLObject with a given fully qualified name.
|
XMLObjectType |
AbstractXMLObjectBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix,
QName schemaType)
Creates an XMLObject with a given fully qualified name.
|
void |
NamespaceManager.deregisterAttributeName(QName attributeName)
Deregister a namespace-qualified attribute name.
|
XMLObjectBuilder |
XMLObjectBuilderFactory.deregisterBuilder(QName builderKey)
Deregisters a builder.
|
static void |
Configuration.deregisterIDAttribute(QName attributeName)
Deregister an attribute as having a type of ID.
|
static void |
Configuration.deregisterObjectProvider(QName key)
Removes the builder, marshaller, and unmarshaller registered to the given key.
|
static String |
NamespaceManager.generateAttributeID(QName name)
From an QName representing a qualified attribute name, generate an attribute ID
suitable for use in
NamespaceManager.registerAttributeValue(String, QName)
and NamespaceManager.deregisterAttributeValue(String) . |
XMLObjectBuilder |
XMLObjectBuilderFactory.getBuilder(QName key)
Retrieves an
XMLObjectBuilder using the key it was registered with. |
static Element |
Configuration.getObjectProviderConfiguration(QName qualifedName)
Deprecated.
this method is deprecated with no replacement
|
List<XMLObject> |
ElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AbstractElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
static boolean |
Configuration.isIDAttribute(QName attributeName)
Determine whether a given attribute is registered as having an ID type.
|
protected void |
AbstractXMLObject.manageQualifiedAttributeNamespace(QName attributeName,
boolean hasValue)
A helper function for derived classes.
|
protected QName |
AbstractXMLObject.prepareAttributeValueForAssignment(String attributeID,
QName oldValue,
QName newValue)
A helper function for derived classes.
|
protected QName |
AbstractXMLObject.prepareElementContentForAssignment(QName oldValue,
QName newValue)
A helper function for derived classes.
|
protected QName |
AbstractXMLObject.prepareForAssignment(QName oldValue,
QName newValue)
Deprecated.
|
void |
NamespaceManager.registerAttributeName(QName attributeName)
Register a namespace-qualified attribute name.
|
void |
NamespaceManager.registerAttributeValue(String attributeID,
QName attributeValue)
Register a QName attribute value.
|
void |
XMLObjectBuilderFactory.registerBuilder(QName builderKey,
XMLObjectBuilder builder)
Registers a new builder for the given name.
|
void |
NamespaceManager.registerContentValue(QName content)
Register a QName element content value.
|
void |
NamespaceManager.registerElementName(QName name)
Register the owning XMLObject's element name.
|
void |
NamespaceManager.registerElementType(QName type)
Register the owning XMLObject's element type, if explicitly declared via an xsi:type.
|
static void |
Configuration.registerIDAttribute(QName attributeName)
Register an attribute as having a type of ID.
|
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration.
|
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller,
Element configuration)
Deprecated.
this method is deprecated with no replacement
|
protected void |
AbstractXMLObject.setElementQName(QName elementQName)
Sets the element QName.
|
protected void |
AbstractXMLObject.setSchemaType(QName type)
Sets a given QName as the schema type for the Element represented by this XMLObject.
|
Modifier and Type | Field and Description |
---|---|
static QName |
Transforms.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Seed.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
ReferenceList.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
RecipientKeyInfo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Q.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Public.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
PgenCounter.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
P.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
OriginatorKeyInfo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
OAEPparams.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
KeySize.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
KeyReference.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
KANonce.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Generator.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptionProperty.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptionProperties.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptionMethod.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptedKey.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
EncryptedData.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DataReference.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DHKeyValue.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
CipherValue.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
CipherReference.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
CipherData.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
CarriedKeyName.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
AgreementMethod.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Transforms.TYPE_NAME
QName of the XSI type.
|
static QName |
ReferenceType.TYPE_NAME
QName of the XSI type.
|
static QName |
KeySize.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptionProperty.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptionProperties.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptionMethod.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptedType.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptedKey.TYPE_NAME
QName of the XSI type.
|
static QName |
EncryptedData.TYPE_NAME
QName of the XSI type.
|
static QName |
DHKeyValue.TYPE_NAME
QName of the XSI type.
|
static QName |
CipherReference.TYPE_NAME
QName of the XSI type.
|
static QName |
CipherData.TYPE_NAME
QName of the XSI type.
|
static QName |
AgreementMethod.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EncryptionPropertyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EncryptionMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AgreementMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,Marshaller> |
MarshallerFactory.getMarshallers()
Gets an immutable listing of all the Marshallers currently registered.
|
Map<QName,Unmarshaller> |
UnmarshallerFactory.getUnmarshallers()
Gets an immutable listing of all the Unarshallers currently registered.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
MarshallerFactory.deregisterMarshaller(QName key)
Deregisters the marshaller for the given element.
|
Unmarshaller |
UnmarshallerFactory.deregisterUnmarshaller(QName key)
Deregisters the unmarshaller for the given element.
|
Marshaller |
MarshallerFactory.getMarshaller(QName key)
Gets the Marshaller for a particular element or null if no marshaller is registered for an element.
|
Unmarshaller |
UnmarshallerFactory.getUnmarshaller(QName key)
Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.
|
void |
MarshallerFactory.registerMarshaller(QName key,
Marshaller marshaller)
Registers a Marshaller with this factory.
|
void |
UnmarshallerFactory.registerUnmarshaller(QName key,
Unmarshaller unmarshaller)
Registers an Unmarshaller with this factory.
|
Modifier and Type | Field and Description |
---|---|
static QName |
XSURI.TYPE_NAME
QName of the XSI type.
|
static QName |
XSString.TYPE_NAME
QName of the XSI type.
|
static QName |
XSQName.TYPE_NAME
QName of the XSI type.
|
static QName |
XSInteger.TYPE_NAME
QName of the XSI type.
|
static QName |
XSDateTime.TYPE_NAME
QName of the XSI type.
|
static QName |
XSBoolean.TYPE_NAME
QName of the XSI type.
|
static QName |
XSBase64Binary.TYPE_NAME
QName of the XSI type.
|
static QName |
XSAny.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
QName |
XSQName.getValue()
Gets the QName content of the element.
|
Modifier and Type | Method and Description |
---|---|
void |
XSQName.setValue(QName newValue)
Sets the QName content of the element.
|
Modifier and Type | Method and Description |
---|---|
QName |
XSQNameImpl.getValue()
Gets the QName content of the element.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
XSAnyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
void |
XSQNameImpl.setValue(QName newValue)
Sets the QName content of the element.
|
Modifier and Type | Field and Description |
---|---|
static QName |
Y.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
XPath.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
X509SubjectName.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509SerialNumber.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509SKI.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509IssuerSerial.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509IssuerName.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509Data.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509Certificate.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509CRL.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Transforms.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Transform.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Signature.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Seed.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SPKISexp.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
SPKIData.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
RetrievalMethod.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
RSAKeyValue.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
Q.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
PgenCounter.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
PGPKeyPacket.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
PGPKeyID.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
PGPData.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
P.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Modulus.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
MgmtData.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
KeyValue.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
KeyName.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
KeyInfo.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
J.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
G.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
Exponent.DEFAULT_ELEMENT_NAME
Default element name
|
static QName |
DigestMethod.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
DSAKeyValue.DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
X509SerialNumber.TYPE_NAME
QName of the XSI type.
|
static QName |
X509IssuerSerial.TYPE_NAME
QName of the XSI type.
|
static QName |
X509Data.TYPE_NAME
QName of the XSI type.
|
static QName |
Transforms.TYPE_NAME
QName of the XSI type
|
static QName |
Transform.TYPE_NAME
QName of the XSI type
|
static QName |
Signature.TYPE_NAME
QName of the XSI type.
|
static QName |
SPKIData.TYPE_NAME
QName of the XSI type
|
static QName |
RetrievalMethod.TYPE_NAME
QName of the XSI type
|
static QName |
RSAKeyValue.TYPE_NAME
QName of the XSI type.
|
static QName |
PGPData.TYPE_NAME
QName of the XSI type
|
static QName |
KeyValue.TYPE_NAME
QName of the XSI type
|
static QName |
KeyInfoType.TYPE_NAME
QName of the XSI type.
|
static QName |
DigestMethod.TYPE_NAME
QName of the XSI type.
|
static QName |
DSAKeyValue.TYPE_NAME
QName of the XSI type.
|
static QName |
CryptoBinary.TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
X509Data.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
List<XMLObject> |
Transform.getXMLObjects(QName typeOrName)
Get the list of XMLObject children that match a particular QName
|
List<XMLObject> |
SPKIData.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element
QName matches the specified QName
|
List<XMLObject> |
KeyInfoType.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
PGPDataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
DigestMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
X509DataImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
List<XMLObject> |
TransformImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children that match a particular QName
|
List<XMLObject> |
SPKIDataImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element
QName matches the specified QName
|
List<XMLObject> |
KeyInfoTypeImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected static Set<QName> |
X509DataSchemaValidator.getValidDSChildNames()
Get the QNames corresponding to the valid children
defined in the XML Signature namespace.
|
protected static Set<QName> |
PGPDataSchemaValidator.getValidDSChildNames()
Get the QNames corresponding to the valid children
defined in the XML Signature namespace.
|
protected static Set<QName> |
KeyInfoTypeSchemaValidator.getValidDSChildNames()
Get the QNames corresponding to the valid KeyInfo children
defined in the XML Signature namespace.
|
Modifier and Type | Field and Description |
---|---|
static QName |
XMLConstants.XSI_NIL_ATTRIB_NAME
XML Schema instance
xsi:type attribute QName. |
static QName |
XMLConstants.XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instance
xsi:type attribute QName. |
static QName |
XMLConstants.XSI_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instance
xsi:type attribute QName. |
static QName |
XMLConstants.XSI_TYPE_ATTRIB_NAME
XML Schema instance
xsi:type attribute QName. |
Modifier and Type | Method and Description |
---|---|
static QName |
XMLHelper.constructQName(String qname,
Element owningElement)
Constructs a QName from a string (attribute element content) value.
|
static QName |
XMLHelper.constructQName(String namespaceURI,
String localName,
String prefix)
Constructs a QName.
|
static QName |
XMLHelper.constructQName(String qname,
XMLObject owningObject)
Constructs a QName from a string (attribute or element content) value.
|
static QName |
XMLHelper.getAttributeValueAsQName(Attr attribute)
Constructs a QName from an attributes value.
|
static QName |
XMLHelper.getElementContentAsQName(Element element)
Constructs a QName from an element's adjacent Text child nodes.
|
static QName |
XMLHelper.getNodeQName(Node domNode)
Gets the QName for the given DOM node.
|
static QName |
XMLHelper.getXSIType(Element e)
Gets the XSI type for a given element if it has one.
|
QName |
AttributeMap.put(QName attributeName,
QName value)
Set an attribute value as a QName.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<QName,String>> |
AttributeMap.entrySet()
Returns the set of entries.
|
static Map<QName,List<Element>> |
XMLHelper.getChildElements(Element root)
Gets the child elements of the given element in a single iteration.
|
Set<QName> |
AttributeMap.keySet()
Returns the set of keys.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexedXMLObjectChildrenList.checkAndCreateIndex(QName index)
Check for the existence of an index for the specified QName and create it
if it doesn't exist.
|
static Attr |
XMLHelper.constructAttribute(Document owningDocument,
QName attributeName)
Constructs an attribute owned by the given document with the given name.
|
static Element |
XMLHelper.constructElement(Document document,
QName elementName)
Constructs an element, rooted in the given document, with the given name.
|
void |
AttributeMap.deregisterID(QName attributeName)
Deregister an attribute as having a type of ID.
|
void |
AttributeMap.deregisterQNameAttribute(QName attributeName)
Deregister an attribute as having a type of QName.
|
List<ElementType> |
IndexedXMLObjectChildrenList.get(QName typeOrName)
Retrieves all the SAMLObjects that have given schema type or element name.
|
protected void |
IndexedXMLObjectChildrenList.indexElement(QName index,
ElementType element)
Indexes the given SAMLobject by the given index.
|
boolean |
AttributeMap.isIDAttribute(QName attributeName)
Check whether a given attribute is locally registered as having an ID type within
this AttributeMap instance.
|
boolean |
AttributeMap.isQNameAttribute(QName attributeName)
Check whether a given attribute is known to have a QName type.
|
static void |
XMLHelper.marshallAttribute(QName attributeName,
List<String> attributeValues,
Element domElement,
boolean isIDAttribute)
Marshall an attribute name and value to a DOM Element.
|
static void |
XMLHelper.marshallAttribute(QName attributeName,
String attributeValue,
Element domElement,
boolean isIDAttribute)
Marshall an attribute name and value to a DOM Element.
|
QName |
AttributeMap.put(QName attributeName,
QName value)
Set an attribute value as a QName.
|
String |
AttributeMap.put(QName attributeName,
String value) |
static String |
XMLHelper.qnameToContentString(QName qname)
Converts a QName into a string that can be used for attribute values or element content.
|
void |
AttributeMap.registerID(QName attributeName)
Register an attribute as having a type of ID.
|
void |
AttributeMap.registerQNameAttribute(QName attributeName)
Register an attribute as having a type of QName.
|
protected void |
IndexedXMLObjectChildrenList.removeElementFromIndex(QName index,
ElementType element)
Removes an object from the given index id.
|
List<? extends ElementType> |
IndexedXMLObjectChildrenList.subList(QName index)
Returns a view of the list that only contains elements stored under the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeMap.putAll(Map<? extends QName,? extends String> t) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorSuite.deregisterValidator(QName xmlObjectTarget,
Validator validator)
Removes a validator from this suite.
|
List<Validator> |
ValidatorSuite.getValidators(QName xmlObjectTarget)
Gets an immutable list of validators for a given XMLObject target.
|
void |
ValidatorSuite.registerValidator(QName xmlObjectTarget,
Validator validator)
Registers a new validator in the suite.
|
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 | Method and Description |
---|---|
QName |
OpenIDVersion2TokenProvider.getSupportedQName() |
QName |
OpenIDTokenProvider.getSupportedQName() |
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 © 2018 JBoss by Red Hat. All rights reserved.