Apache CXF API

Uses of Class
org.apache.cxf.jaxws.context.WrappedMessageContext

Packages that use WrappedMessageContext
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.handler.logical   
org.apache.cxf.jaxws.handler.soap   
 

Uses of WrappedMessageContext in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws with parameters of type WrappedMessageContext
protected  void AbstractJAXWSMethodInvoker.addHandlerProperties(WrappedMessageContext ctx, Map<String,Object> handlerScopedStuff)
           
protected  Map<String,Object> AbstractJAXWSMethodInvoker.removeHandlerProperties(WrappedMessageContext ctx)
           
 

Uses of WrappedMessageContext in org.apache.cxf.jaxws.handler.logical
 

Subclasses of WrappedMessageContext in org.apache.cxf.jaxws.handler.logical
 class LogicalMessageContextImpl
           
 

Uses of WrappedMessageContext in org.apache.cxf.jaxws.handler.soap
 

Subclasses of WrappedMessageContext in org.apache.cxf.jaxws.handler.soap
 class SOAPMessageContextImpl
           
 


Apache CXF API

Apache CXF