|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jaxb.wsa.IncomingAddressingHeaders
public abstract class IncomingAddressingHeaders
Defines access for incoming addressing data (mainly reference properties), and allows easy conversion into reply address data. This class also minimizes application dependencies on versions of WSA. The existence of configured and version-specific WSA handlers is necessary for this design to work correctly.
Field Summary | |
---|---|
protected String |
messageId
|
protected String |
target
|
Constructor Summary | |
---|---|
protected |
IncomingAddressingHeaders()
|
Method Summary | |
---|---|
abstract OutgoingAddressingHeaders |
createFaultAddress()
Creates a fault address according to the fault/reply parameters in the incoming addressing data. |
abstract OutgoingAddressingHeaders |
createReplyAddress()
Creates a reply address according to the reply parameters in the incoming addressing data. |
String |
getMessageId()
Gets the messageID if any. |
String |
getTarget()
Gets the target URI as contained in the reference properties of the addressing headers. |
protected void |
setMessageId(String msgId)
|
protected void |
setTarget(String target)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String target
protected String messageId
Constructor Detail |
---|
protected IncomingAddressingHeaders()
Method Detail |
---|
protected void setMessageId(String msgId)
protected void setTarget(String target)
public String getTarget()
public String getMessageId()
public abstract OutgoingAddressingHeaders createReplyAddress()
public abstract OutgoingAddressingHeaders createFaultAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |