public class Addressing200408 extends AbstractAddressingVersion
logger| Constructor and Description |
|---|
Addressing200408() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAddressingHeaders(SoapMessage message,
MessageAddressingProperties map)
Adds addressing SOAP headers to the given message, using the given
MessageAddressingProperties. |
protected URI |
getAnonymous()
Returns the anonymous URI.
|
protected EndpointReference |
getDefaultReplyTo(EndpointReference from)
Returns the default ReplyTo EPR.
|
protected URI |
getDefaultTo()
Returns the default To URI.
|
protected String |
getInvalidAddressingHeaderFaultReason()
Returns the reason of the fault that indicates that a header is invalid.
|
protected QName |
getInvalidAddressingHeaderFaultSubcode()
Returns the qualified name of the fault subcode that indicates that a header is invalid.
|
protected String |
getMessageAddressingHeaderRequiredFaultReason()
Returns the reason of the fault that indicates that a header is missing.
|
protected QName |
getMessageAddressingHeaderRequiredFaultSubcode()
Returns the qualified name of the fault subcode that indicates that a header is missing.
|
protected String |
getNamespaceUri()
Returns the WS-Addressing namespace handled by this specification.
|
protected URI |
getNone()
Returns the none URI, or
null if the spec does not define it. |
boolean |
hasRequiredProperties(MessageAddressingProperties map)
Indicates whether the given
MessageAddressingProperties has all required properties. |
String |
toString() |
addEndpointReference, addInvalidAddressingHeaderFault, addMessageAddressingHeaderRequiredFault, addReferenceNodes, getActionName, getAddressName, getFaultToName, getFromName, getMessageAddressingProperties, getMessageIdName, getNamespacePrefix, getReferenceParametersName, getReferencePropertiesName, getRelatesToName, getRelationshipTypeName, getReplyToName, getToName, hasAnonymousAddress, hasNoneAddress, understandscreateTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transformpublic void addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
AddressingVersionMessageAddressingProperties.addAddressingHeaders in interface AddressingVersionaddAddressingHeaders in class AbstractAddressingVersionmessage - the message to add the headers tomap - the message addressing propertiespublic boolean hasRequiredProperties(MessageAddressingProperties map)
AddressingVersionMessageAddressingProperties has all required properties.true if the to and action properties have been set, and - if a reply or fault endpoint has been set
- also checks for the message idprotected final URI getAnonymous()
AbstractAddressingVersiongetAnonymous in class AbstractAddressingVersionprotected final String getInvalidAddressingHeaderFaultReason()
AbstractAddressingVersiongetInvalidAddressingHeaderFaultReason in class AbstractAddressingVersionprotected final QName getInvalidAddressingHeaderFaultSubcode()
AbstractAddressingVersiongetInvalidAddressingHeaderFaultSubcode in class AbstractAddressingVersionprotected final String getMessageAddressingHeaderRequiredFaultReason()
AbstractAddressingVersiongetMessageAddressingHeaderRequiredFaultReason in class AbstractAddressingVersionprotected final QName getMessageAddressingHeaderRequiredFaultSubcode()
AbstractAddressingVersiongetMessageAddressingHeaderRequiredFaultSubcode in class AbstractAddressingVersionprotected final String getNamespaceUri()
AbstractAddressingVersiongetNamespaceUri in class AbstractAddressingVersionprotected URI getDefaultTo()
AbstractAddressingVersiongetDefaultTo in class AbstractAddressingVersionprotected final EndpointReference getDefaultReplyTo(EndpointReference from)
AbstractAddressingVersiongetDefaultReplyTo in class AbstractAddressingVersionprotected final URI getNone()
AbstractAddressingVersionnull if the spec does not define it.getNone in class AbstractAddressingVersionCopyright © 2023 VMware, Inc.. All rights reserved.