Uses of Class
com.sun.tools.ws.processor.model.Request
-
Packages that use Request Package Description 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 Modifier and Type Method Description voidGeneratorBase. visit(Request request) -
Uses of Request in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Request Modifier and Type Method Description RequestOperation. getRequest()Methods in com.sun.tools.ws.processor.model with parameters of type Request Modifier and Type Method Description protected voidExtendedModelVisitor. postVisit(Request request)protected voidExtendedModelVisitor. preVisit(Request request)voidOperation. setRequest(Request r)voidModelVisitor. 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 Modifier and Type Method Description protected voidWSDLModeler. handleLiteralSOAPHeaders(Request request, Response response, Iterator headerParts, Set duplicateNames, List<String> definitiveParameterList, boolean processRequest)
-