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.policy.jaxws   
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(java.lang.String operationName)
          Gets the WSDLOperation for a given operation name
 WSDLOperation WSDLFault.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLBoundOperation.getOperation()
          Gets the wsdl:portType/wsdl:operation model - WSDLOperation, associated with this binding operation.
 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
 java.lang.Iterable<? extends WSDLOperation> WSDLPortType.getOperations()
          Gets Iterable<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 WSDLInputImpl.getOperation()
           
 WSDLOperation WSDLOutputImpl.getOperation()
           
 WSDLOperation WSDLFaultImpl.getOperation()
           
 

Uses of WSDLOperation in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLOperation
 void PolicyWSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.portTypeOperationElements(WSDLOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 

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 java.lang.String W3CAddressingWSDLParserExtension.buildAction(java.lang.String name, WSDLOperation o, boolean isFault)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.