|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.addressing.WSAContextUtils
public final class WSAContextUtils
Holder for utility methods relating to contexts.
| Method Summary | |
|---|---|
static EndpointReferenceType |
retrieveReplyTo(Conduit conduit,
Message message)
Retrieve ReplyTo EPR from the context. |
static EndpointReferenceType |
retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context. |
static boolean |
retrieveUsingAddressing(Message message)
Retrieve UsingAddressing override flag from the context |
static void |
storeReplyTo(EndpointReferenceType replyTo,
Message message)
Store ReplyTo EPR in the context |
static void |
storeTo(EndpointReferenceType to,
Message message)
Store To EPR in the context |
static void |
storeUsingAddressing(boolean override,
Message message)
Store UsingAddressing override flag in the context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void storeUsingAddressing(boolean override,
Message message)
override - true if UsingAddressing should be overriddenmessage - the current messagepublic static boolean retrieveUsingAddressing(Message message)
message - the current message
public static void storeTo(EndpointReferenceType to,
Message message)
to - the To EPRmessage - the current message
public static EndpointReferenceType retrieveTo(Conduit conduit,
Message message)
conduit - the Conduit if availablemessage - the current message
public static void storeReplyTo(EndpointReferenceType replyTo,
Message message)
replyTo - the ReplyTo EPRmessage - the current message
public static EndpointReferenceType retrieveReplyTo(Conduit conduit,
Message message)
conduit - the Conduit if availablemessage - the current message
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||