Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLOperation |
WSDLPortType.get(String operationName)
Gets the
WSDLOperation for a given operation name |
WSDLOperation |
WSDLOutput.getOperation()
Gives the owning
WSDLOperation |
WSDLOperation |
WSDLBoundOperation.getOperation()
Gets the wsdl:portType/wsdl:operation model -
WSDLOperation ,
associated with this binding operation. |
WSDLOperation |
WSDLFault.getOperation()
Gives the owning
WSDLOperation |
WSDLOperation |
WSDLInput.getOperation()
Gives the owning
WSDLOperation |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLOperation> |
WSDLPortType.getOperations()
Gets
Iterable <WSDLOperation > |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLOperation |
Modifier and Type | Class and Description |
---|---|
class |
WSDLOperationImpl
Implementaiton of
WSDLOperation |
Copyright © 2015 Oracle Corporation. All rights reserved.