Apache CXF API

Uses of Class
org.apache.cxf.message.MessageImpl

Packages that use MessageImpl
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_osgi   
 

Uses of MessageImpl in org.apache.cxf.transport.http_jetty
 

Methods in org.apache.cxf.transport.http_jetty that return MessageImpl
protected  MessageImpl JettyHTTPDestination.retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)
           
 

Uses of MessageImpl in org.apache.cxf.transport.http_osgi
 

Methods in org.apache.cxf.transport.http_osgi that return MessageImpl
protected  MessageImpl OsgiServlet.createInMessage()
           
 

Methods in org.apache.cxf.transport.http_osgi with parameters of type MessageImpl
protected  void OsgiDestination.doMessage(MessageImpl inMessage)
           
 


Apache CXF API

Apache CXF