Uses of Class
com.sun.tools.ws.processor.model.Response
-
Packages that use Response Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model com.sun.tools.ws.processor.modeler.wsdl -
-
Uses of Response in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Response Modifier and Type Method Description voidGeneratorBase. visit(Response response) -
Uses of Response in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Response Modifier and Type Method Description ResponseOperation. getResponse()Methods in com.sun.tools.ws.processor.model with parameters of type Response Modifier and Type Method Description protected voidExtendedModelVisitor. postVisit(Response response)protected voidExtendedModelVisitor. preVisit(Response response)voidOperation. setResponse(Response r)voidModelVisitor. visit(Response response) -
Uses of Response in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Response Modifier and Type Method Description protected voidWSDLModeler. handleLiteralSOAPFault(Response response, Set duplicateNames)protected voidWSDLModeler. handleLiteralSOAPHeaders(Request request, Response response, Iterator headerParts, Set duplicateNames, List<String> definitiveParameterList, boolean processRequest)
-