org.apache.cxf.binding.corba.utils
Class ContextUtils
java.lang.Object
org.apache.cxf.binding.corba.utils.ContextUtils
public final class ContextUtils
- extends Object
Holder for utility methods relating to contexts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRequestor
public static boolean isRequestor(Message message)
isOutbound
public static boolean isOutbound(Message message)
- Determine if message is outbound.
- Parameters:
message
- the current Message
- Returns:
- true iff the message direction is outbound
getDataWriter
public static DataWriter<XMLEventWriter> getDataWriter(CorbaMessage message)
getDataReader
public static DataReader<XMLEventReader> getDataReader(CorbaMessage message)
Apache CXF