|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDLOperation | |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.wsdl.parser | Extension point for WSDL parsing. |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.wsdl.parser |
Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl |
---|
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperation | |
---|---|
WSDLOperation |
WSDLPortType.get(String operationName)
Gets the WSDLOperation for a given operation name |
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 |
WSDLOperation |
WSDLOutput.getOperation()
Gives the owning WSDLOperation |
Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation | |
---|---|
Iterable<? extends WSDLOperation> |
WSDLPortType.getOperations()
Gets Iterable <{$link WSDLOperation}> |
Uses of WSDLOperation in com.sun.xml.ws.api.wsdl.parser |
---|
Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLOperation | |
---|---|
void |
WSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.portTypeOperationElements(WSDLOperation operation,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.portTypeOperationFault(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.portTypeOperationInput(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.portTypeOperationOutput(WSDLOperation op,
javax.xml.stream.XMLStreamReader reader)
|
Uses of WSDLOperation in com.sun.xml.ws.model.wsdl |
---|
Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation | |
---|---|
class |
WSDLOperationImpl
Implementaiton of WSDLOperation |
Methods in com.sun.xml.ws.model.wsdl that return WSDLOperation | |
---|---|
WSDLOperation |
WSDLFaultImpl.getOperation()
|
WSDLOperation |
WSDLInputImpl.getOperation()
|
WSDLOperation |
WSDLOutputImpl.getOperation()
|
Uses of WSDLOperation in com.sun.xml.ws.wsdl.parser |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |