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

Packages that use WSDLBoundOperation
com.sun.xml.ws.addressing   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.model   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.wsdl.parser   
 

Uses of WSDLBoundOperation in com.sun.xml.ws.addressing
 

Methods in com.sun.xml.ws.addressing that return WSDLBoundOperation
protected  WSDLBoundOperation WsaTube.getWSDLBoundOperation(Packet packet)
           
 

Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperation
(package private)  void WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
           
(package private)  String WsaTubeHelper.getFaultAction(WSDLBoundOperation wbo, Packet responsePacket)
           
(package private)  String WsaTubeHelper.getOutputAction(WSDLBoundOperation wbo)
           
 

Uses of WSDLBoundOperation in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message that return WSDLBoundOperation
 WSDLBoundOperation Message.getOperation(WSDLBoundPortType boundPortType)
          Returns the operation of which this message is an instance of.
 WSDLBoundOperation Message.getOperation(WSDLPort port)
          The same as Message.getOperation(WSDLBoundPortType) but takes WSDLPort for convenience.
 

Uses of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperation
 WSDLBoundOperation WSDLBoundPortType.get(QName operationName)
          Gets the WSDLBoundOperation for a given operation name
 WSDLBoundOperation WSDLBoundFault.getBoundOperation()
          Gives the owner WSDLBoundOperation
 WSDLBoundOperation WSDLBoundPortType.getOperation(String namespaceUri, String localName)
          Gets the bound operation in this port for a tag name.
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundOperation
 Iterable<? extends WSDLBoundOperation> WSDLBoundPortType.getBindingOperations()
          Gets the WSDLBoundOperations
 

Uses of WSDLBoundOperation in com.sun.xml.ws.api.wsdl.parser
 

Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLBoundOperation
 void WSDLParserExtension.bindingOperationAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtension.bindingOperationInputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtension.bindingOperationInputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtension.bindingOperationOutputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 

Uses of WSDLBoundOperation in com.sun.xml.ws.model
 

Methods in com.sun.xml.ws.model that return WSDLBoundOperation
 WSDLBoundOperation JavaMethodImpl.getOperation()
          Returns the WSDLBoundOperation Operation associated with this operation.
 

Uses of WSDLBoundOperation in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundOperation
 class WSDLBoundOperationImpl
          Implementation of WSDLBoundOperation
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundOperation
 WSDLBoundOperation WSDLBoundFaultImpl.getBoundOperation()
           
 

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

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLBoundOperation
 void DelegatingParserExtension.bindingOperationAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtensionFacade.bindingOperationAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.bindingOperationElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void DelegatingParserExtension.bindingOperationInputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtensionFacade.bindingOperationInputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.bindingOperationInputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.bindingOperationInputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.bindingOperationInputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void DelegatingParserExtension.bindingOperationOutputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtensionFacade.bindingOperationOutputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.bindingOperationOutputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)