| 
 | 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.
| Field Summary | |
|---|---|
| static String | REPLYTO_PROPERTY | 
| Method Summary | |
|---|---|
| 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 | 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 | 
| Field Detail | 
|---|
public static final String REPLYTO_PROPERTY
| 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
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||