Uses of Interface
org.ow2.jonas.ws.jaxws.IWSRequest

Packages that use IWSRequest
org.ow2.jonas.ws.axis2.jaxws   
org.ow2.jonas.ws.cxf.jaxws   
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.http.servlet   
 

Uses of IWSRequest in org.ow2.jonas.ws.axis2.jaxws
 

Methods in org.ow2.jonas.ws.axis2.jaxws with parameters of type IWSRequest
protected  void Axis2WSEndpoint.doService(IWSRequest request, IWSResponse response, org.apache.axis2.context.MessageContext msgContext)
           
 void Axis2WSEndpoint.invoke(IWSRequest request, IWSResponse response)
           
protected  void Axis2WSEndpoint.processPOSTRequest(IWSRequest request, IWSResponse response, org.apache.axis2.description.AxisService service, org.apache.axis2.context.MessageContext msgContext)
           
protected  void Axis2WSEndpoint.processURLRequest(IWSRequest request, IWSResponse response, org.apache.axis2.description.AxisService service, org.apache.axis2.context.MessageContext msgContext)
           
protected  void Axis2WSEndpoint.setMsgContextProperties(IWSRequest request, IWSResponse response, org.apache.axis2.description.AxisService service, org.apache.axis2.context.MessageContext msgContext)
           
 

Uses of IWSRequest in org.ow2.jonas.ws.cxf.jaxws
 

Methods in org.ow2.jonas.ws.cxf.jaxws with parameters of type IWSRequest
 void CXFWSEndpoint.invoke(IWSRequest request, IWSResponse response)
           
 

Uses of IWSRequest in org.ow2.jonas.ws.jaxws
 

Methods in org.ow2.jonas.ws.jaxws with parameters of type IWSRequest
 void IWebServiceEndpoint.invoke(IWSRequest request, IWSResponse response)
          Invoke this web service endpoint.
 

Uses of IWSRequest in org.ow2.jonas.ws.jaxws.http.servlet
 

Classes in org.ow2.jonas.ws.jaxws.http.servlet that implement IWSRequest
 class ServletRequestAdapter
          Wraps an HttpServletRequest.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.