org.apache.cxf.jaxws.support
Class ContextPropertiesMapping
java.lang.Object
org.apache.cxf.jaxws.support.ContextPropertiesMapping
public final class ContextPropertiesMapping
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapRequestfromJaxws2Cxf
public static void mapRequestfromJaxws2Cxf(java.util.Map<java.lang.String,java.lang.Object> context)
mapResponsefromCxf2Jaxws
public static void mapResponsefromCxf2Jaxws(java.util.Map<java.lang.String,java.lang.Object> context)
createWebServiceContext
public static javax.xml.ws.handler.MessageContext createWebServiceContext(Exchange exchange)
mapCxf2Jaxws
public static void mapCxf2Jaxws(Exchange exchange,
WrappedMessageContext ctx,
boolean requestor)
updateWebServiceContext
public static void updateWebServiceContext(Exchange exchange,
javax.xml.ws.handler.MessageContext ctx)
Apache CXF