Package | Description |
---|---|
com.sun.tools.ws.processor.generator | |
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.processor.modeler.wsdl |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorBase.visit(Operation operation) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncOperation |
Modifier and Type | Method and Description |
---|---|
Operation |
AsyncOperation.getNormalOperation() |
Operation |
Port.getOperationByUniqueName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Operation> |
Port.getOperations() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Port.setOperations(List<Operation> l) |
Constructor and Description |
---|
AsyncOperation(Operation operation,
Entity entity) |
Operation(Operation operation,
Entity entity) |
Modifier and Type | Field and Description |
---|---|
Operation |
WSDLModelerBase.ProcessSOAPOperationInfo.operation |
Modifier and Type | Method and Description |
---|---|
protected Operation |
WSDLModeler.processLiteralSOAPOperation(WSDLModeler.StyleAndUse styleAndUse) |
protected Operation |
WSDLModeler.processSOAPOperation() |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLModeler.createJavaMethodForOperation(Port port,
Operation operation,
JavaInterface intf) |
protected String |
WSDLModeler.getAsyncOperationName(Operation operation) |
protected String |
WSDLModeler.getJavaNameForOperation(Operation operation) |
Copyright © 2017 Oracle Corporation. All rights reserved.