|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jaxb.wsa.OutgoingAddressingHeaders
com.atomikos.icatch.jaxb.wsa.v200408.OutgoingAddressingHeaders
public class OutgoingAddressingHeaders
Implementation according to the 2004/08 spec.
Constructor Summary | |
---|---|
OutgoingAddressingHeaders()
|
Method Summary | |
---|---|
static OutgoingAddressingHeaders |
extractFromEPR(EndpointReferenceType epr)
Extracts an instance from the WSA information in a given EPR. |
static OutgoingAddressingHeaders |
extractFromEPR(javax.xml.soap.SOAPElement eprAsSOAPElement)
Similar to extractFromEPR(EndpointReferenceType) but with the
EPR embedded in a SOAPElement. |
String |
getRelatesTo()
Returns the relatesTo field - if any. |
String |
getTargetURI()
Returns a unique String representation of the remote receiver; typically this could be the to-address URI suffixed with the reference properties. |
String |
getTo()
|
void |
insertIntoRequestContext(javax.xml.ws.BindingProvider bp)
Adds the configured data to the context or the given provider. |
void |
readExternal(ObjectInput in)
|
void |
setRelatesTo(String msgId)
Sets the relatesTo field. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class com.atomikos.icatch.jaxb.wsa.OutgoingAddressingHeaders |
---|
getAction, getFaultTo, getFaultToTarget, getMessageId, getReplyTo, getReplyToTarget, setAction, setFaultTo, setFaultToTarget, setMessageId, setReplyTo, setReplyToTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutgoingAddressingHeaders()
Method Detail |
---|
public String getTo()
getTo
in class OutgoingAddressingHeaders
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void insertIntoRequestContext(javax.xml.ws.BindingProvider bp) throws javax.xml.soap.SOAPException
OutgoingAddressingHeaders
insertIntoRequestContext
in class OutgoingAddressingHeaders
javax.xml.soap.SOAPException
public static OutgoingAddressingHeaders extractFromEPR(EndpointReferenceType epr) throws javax.xml.soap.SOAPException
epr
-
javax.xml.soap.SOAPException
public static OutgoingAddressingHeaders extractFromEPR(javax.xml.soap.SOAPElement eprAsSOAPElement)
extractFromEPR(EndpointReferenceType)
but with the
EPR embedded in a SOAPElement.
public String getTargetURI()
public String getRelatesTo()
public void setRelatesTo(String msgId)
msgId
- The message ID of a previous incoming message
(used as correlation for a reply).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |