Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation

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 WSDLOutput.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLInput.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLFault.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLBoundOperation.getOperation()
          Gets the wsdl:portType/wsdl:operation model - WSDLOperation, associated with this binding operation.
 

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 WSDLOutputImpl.getOperation()
           
 WSDLOperation WSDLInputImpl.getOperation()
           
 WSDLOperation WSDLFaultImpl.getOperation()
           
 

Uses of WSDLOperation in com.sun.xml.ws.wsdl.parser
 

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLOperation
protected static String W3CAddressingWSDLParserExtension.buildAction(String name, WSDLOperation o, boolean isFault)
           
 void WSDLParserExtensionFacade.portTypeOperationAttributes(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void DelegatingParserExtension.portTypeOperationAttributes(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.portTypeOperationElements(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.portTypeOperationElements(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.portTypeOperationElements(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.portTypeOperationFault(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.portTypeOperationFault(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.portTypeOperationFault(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.portTypeOperationFault(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.portTypeOperationFault(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.portTypeOperationInput(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.portTypeOperationInput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.portTypeOperationInput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.portTypeOperationInput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.portTypeOperationInput(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.portTypeOperationOutput(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.portTypeOperationOutput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.portTypeOperationOutput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.portTypeOperationOutput(WSDLOperation o, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.portTypeOperationOutput(WSDLOperation op, javax.xml.stream.XMLStreamReader reader)