|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jaxb.wsa.OutgoingAddressingHeaders
public abstract class OutgoingAddressingHeaders
A utility for easy manipulation of outgoing addressing data. When an outgoing message should contain addressing data for replying, here is where the relevant parameters can be configured. This class also minimizes application dependencies on specific versions of WSA. The existence of configured and version-specific WSA handlers is necessary for this design to work correctly.
Constructor Summary | |
---|---|
protected |
OutgoingAddressingHeaders()
|
Method Summary | |
---|---|
String |
getAction()
|
String |
getFaultTo()
|
String |
getFaultToTarget()
|
String |
getMessageId()
|
String |
getReplyTo()
|
String |
getReplyToTarget()
|
abstract String |
getTo()
|
abstract void |
insertIntoRequestContext(javax.xml.ws.BindingProvider bp)
Adds the configured data to the context or the given provider. |
void |
setAction(String uri)
Sets the mandatory action URI for the message. |
void |
setFaultTo(String uri)
Sets the value of the faultTo address header. |
void |
setFaultToTarget(String uri)
Inserts a reference property that indicates the local targetURI on this side. |
void |
setMessageId(String id)
Inserts a message ID conform the WS-A specification. |
void |
setReplyTo(String uri)
Sets the value of the replyTo address header. |
void |
setReplyToTarget(String uri)
Inserts a reference property that indicates the local target URI on this side. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected OutgoingAddressingHeaders()
Method Detail |
---|
public void setReplyTo(String uri)
uri
- public void setReplyToTarget(String uri)
uri
- public void setFaultTo(String uri)
uri
- public void setFaultToTarget(String uri)
uri
- public void setMessageId(String id)
id
- public void setAction(String uri)
uri
- public String getFaultTo()
public String getFaultToTarget()
public String getReplyTo()
public String getReplyToTarget()
public String getMessageId()
public String getAction()
public abstract String getTo()
public abstract void insertIntoRequestContext(javax.xml.ws.BindingProvider bp) throws javax.xml.soap.SOAPException
ctx
-
javax.xml.soap.SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |