|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.sun.tools.ws.processor.generator | |
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.processor.modeler.annotation | |
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 | |
---|---|
void |
GeneratorBase.visit(Operation operation)
|
Uses of Operation in com.sun.tools.ws.processor.model |
---|
Subclasses of Operation in com.sun.tools.ws.processor.model | |
---|---|
class |
AsyncOperation
|
Methods in com.sun.tools.ws.processor.model that return Operation | |
---|---|
Operation |
AsyncOperation.getNormalOperation()
|
Operation |
Port.getOperationByUniqueName(String name)
|
Methods in com.sun.tools.ws.processor.model that return types with arguments of type Operation | |
---|---|
List<Operation> |
Port.getOperations()
|
Methods in com.sun.tools.ws.processor.model with parameters of type Operation | |
---|---|
void |
Port.addOperation(Operation operation)
|
protected void |
ExtendedModelVisitor.postVisit(Operation operation)
|
protected void |
ExtendedModelVisitor.preVisit(Operation operation)
|
void |
AsyncOperation.setNormalOperation(Operation operation)
|
void |
ModelVisitor.visit(Operation operation)
|
Method parameters in com.sun.tools.ws.processor.model with type arguments of type Operation | |
---|---|
void |
Port.setOperations(List<Operation> l)
|
Constructors in com.sun.tools.ws.processor.model with parameters of type Operation | |
---|---|
AsyncOperation(Operation operation,
Entity entity)
|
|
Operation(Operation operation,
Entity entity)
|
Uses of Operation in com.sun.tools.ws.processor.modeler.annotation |
---|
Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type Operation | |
---|---|
void |
WebServiceAP.addOperation(Operation operation)
|
Uses of Operation in com.sun.tools.ws.processor.modeler.wsdl |
---|
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as Operation | |
---|---|
Operation |
WSDLModelerBase.ProcessSOAPOperationInfo.operation
|
Methods in com.sun.tools.ws.processor.modeler.wsdl that return Operation | |
---|---|
protected Operation |
WSDLModeler.processLiteralSOAPOperation(WSDLModeler.StyleAndUse styleAndUse)
|
protected Operation |
WSDLModeler.processSOAPOperation()
|
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Operation | |
---|---|
protected void |
WSDLModeler.createJavaMethodForOperation(Port port,
Operation operation,
JavaInterface intf)
|
protected String |
WSDLModeler.getAsyncOperationName(Operation operation)
|
protected String |
WSDLModeler.getJavaNameForOperation(Operation operation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |