Uses of Class
com.sun.tools.ws.processor.model.Request

Packages that use Request
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
 

Uses of Request in com.sun.tools.ws.processor.generator
 

Methods in com.sun.tools.ws.processor.generator with parameters of type Request
 void GeneratorBase.visit(Request request)
           
 

Uses of Request in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return Request
 Request Operation.getRequest()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type Request
protected  void ExtendedModelVisitor.postVisit(Request request)
           
protected  void ExtendedModelVisitor.preVisit(Request request)
           
 void Operation.setRequest(Request r)
           
 void ModelVisitor.visit(Request request)
           
 

Uses of Request in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Request
protected  void WSDLModeler.handleLiteralSOAPHeaders(Request request, Response response, Iterator headerParts, Set duplicateNames, List<String> definitiveParameterList, boolean processRequest)