Uses of Class
com.sun.tools.ws.processor.model.Operation
-
Packages that use Operation Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model com.sun.tools.ws.processor.modeler.wsdl -
-
Uses of Operation in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Operation Modifier and Type Method Description voidGeneratorBase. visit(Operation operation) -
Uses of Operation in com.sun.tools.ws.processor.model
Subclasses of Operation in com.sun.tools.ws.processor.model Modifier and Type Class Description classAsyncOperationMethods in com.sun.tools.ws.processor.model that return Operation Modifier and Type Method Description OperationAsyncOperation. getNormalOperation()OperationPort. getOperationByUniqueName(String name)Methods in com.sun.tools.ws.processor.model that return types with arguments of type Operation Modifier and Type Method Description List<Operation>Port. getOperations()Methods in com.sun.tools.ws.processor.model with parameters of type Operation Modifier and Type Method Description voidPort. addOperation(Operation operation)protected voidExtendedModelVisitor. postVisit(Operation operation)protected voidExtendedModelVisitor. preVisit(Operation operation)voidAsyncOperation. setNormalOperation(Operation operation)voidModelVisitor. visit(Operation operation)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Operation Modifier and Type Method Description voidPort. setOperations(List<Operation> l)Constructors in com.sun.tools.ws.processor.model with parameters of type Operation Constructor Description AsyncOperation(Operation operation, Entity entity)Operation(Operation operation, Entity entity) -
Uses of Operation in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as Operation Modifier and Type Field Description OperationWSDLModelerBase.ProcessSOAPOperationInfo. operationMethods in com.sun.tools.ws.processor.modeler.wsdl that return Operation Modifier and Type Method Description protected OperationWSDLModeler. processLiteralSOAPOperation(WSDLModeler.StyleAndUse styleAndUse)protected OperationWSDLModeler. processSOAPOperation()Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Operation Modifier and Type Method Description protected voidWSDLModeler. createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf)protected StringWSDLModeler. getAsyncOperationName(Operation operation)protected StringWSDLModeler. getJavaNameForOperation(Operation operation)
-