|
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.Addressing10
public class Addressing10
Implements WS-Addressing 1.0 (May 2006). This version of the specification is used by Microsoft's Windows Communication Foundation (WCF), and supported by Axis 1 and 2.
Field Summary |
---|
Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
Addressing10()
|
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. |
protected QName |
getReferencePropertiesName()
Returns the qualified name of the ReferenceProperties in the endpoint reference. |
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, 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 Addressing10()
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 String getNamespaceUri()
AbstractAddressingVersion
getNamespaceUri
in class AbstractAddressingVersion
protected QName getReferencePropertiesName()
AbstractAddressingVersion
ReferenceProperties
in the endpoint reference. Returns
null
when reference properties are not supported by this version of the spec.
getReferencePropertiesName
in class AbstractAddressingVersion
protected EndpointReference getDefaultReplyTo(EndpointReference from)
AbstractAddressingVersion
getDefaultReplyTo
in class AbstractAddressingVersion
protected final URI getAnonymous()
AbstractAddressingVersion
getAnonymous
in class AbstractAddressingVersion
protected final URI getNone()
AbstractAddressingVersion
null
if the spec does not define it.
getNone
in class AbstractAddressingVersion
protected final QName getMessageAddressingHeaderRequiredFaultSubcode()
AbstractAddressingVersion
getMessageAddressingHeaderRequiredFaultSubcode
in class AbstractAddressingVersion
protected final String getMessageAddressingHeaderRequiredFaultReason()
AbstractAddressingVersion
getMessageAddressingHeaderRequiredFaultReason
in class AbstractAddressingVersion
protected QName getInvalidAddressingHeaderFaultSubcode()
AbstractAddressingVersion
getInvalidAddressingHeaderFaultSubcode
in class AbstractAddressingVersion
protected String getInvalidAddressingHeaderFaultReason()
AbstractAddressingVersion
getInvalidAddressingHeaderFaultReason
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 |