|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.xml.transform.TransformerObjectSupport
org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
org.springframework.ws.soap.addressing.version.Addressing200408
public class Addressing200408
Implements the August 2004 edition of the WS-Addressing specification. This version of the specification is used by Microsoft's Web Services Enhancements (WSE) 3.0, and supported by Axis 1 and 2, and XFire.
Field Summary |
---|
Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
Addressing200408()
|
Method Summary | |
---|---|
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 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. |
String |
toString()
|
Methods inherited from class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion |
---|
addEndpointReference, addInvalidAddressingHeaderFault, addMessageAddressingHeaderRequiredFault, addReferenceNodes, getActionName, getAddressName, getFaultToName, getFromName, getMessageAddressingProperties, getMessageIdName, getNamespacePrefix, getReferenceParametersName, getReferencePropertiesName, getRelatesToName, getRelationshipTypeName, getReplyToName, getToName, hasAnonymousAddress, hasNoneAddress, understands |
Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport |
---|
createTransformer, getTransformerFactory, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Addressing200408()
Method Detail |
---|
public void addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
AddressingVersion
MessageAddressingProperties
.
addAddressingHeaders
in interface AddressingVersion
addAddressingHeaders
in class AbstractAddressingVersion
message
- the message to add the headers tomap
- the message addressing propertiesprotected final URI getAnonymous()
AbstractAddressingVersion
getAnonymous
in class AbstractAddressingVersion
protected final String getInvalidAddressingHeaderFaultReason()
AbstractAddressingVersion
getInvalidAddressingHeaderFaultReason
in class AbstractAddressingVersion
protected final QName getInvalidAddressingHeaderFaultSubcode()
AbstractAddressingVersion
getInvalidAddressingHeaderFaultSubcode
in class AbstractAddressingVersion
protected final String getMessageAddressingHeaderRequiredFaultReason()
AbstractAddressingVersion
getMessageAddressingHeaderRequiredFaultReason
in class AbstractAddressingVersion
protected final QName getMessageAddressingHeaderRequiredFaultSubcode()
AbstractAddressingVersion
getMessageAddressingHeaderRequiredFaultSubcode
in class AbstractAddressingVersion
protected final String getNamespaceUri()
AbstractAddressingVersion
getNamespaceUri
in class AbstractAddressingVersion
protected final EndpointReference getDefaultReplyTo(EndpointReference from)
AbstractAddressingVersion
getDefaultReplyTo
in class AbstractAddressingVersion
protected final URI getNone()
AbstractAddressingVersion
null
if the spec does not define it.
getNone
in class AbstractAddressingVersion
public String toString()
toString
in class Object
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |