org.apache.cxf.jaxws.support
Class ContextPropertiesMapping

java.lang.Object
  extended by org.apache.cxf.jaxws.support.ContextPropertiesMapping

public final class ContextPropertiesMapping
extends java.lang.Object


Method Summary
static javax.xml.ws.handler.MessageContext createWebServiceContext(Exchange exchange)
           
static void mapCxf2Jaxws(Exchange exchange, WrappedMessageContext ctx, boolean requestor)
           
static void mapRequestfromJaxws2Cxf(java.util.Map<java.lang.String,java.lang.Object> context)
           
static void mapResponsefromCxf2Jaxws(java.util.Map<java.lang.String,java.lang.Object> context)
           
static void updateWebServiceContext(Exchange exchange, javax.xml.ws.handler.MessageContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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