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   
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.policy.jaxws   
com.sun.xml.ws.wsdl   
com.sun.xml.ws.wsdl.parser   
 

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

Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperation
protected  void W3CWsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
           
protected  void WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
           
protected  boolean W3CWsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo)
           
protected  boolean WsaServerTube.isAnonymousRequired(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)
          Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation() to get it correctly.

This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!).

 WSDLBoundOperation Message.getOperation(WSDLPort port)
          Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation() to get it correctly.
 

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

Methods in com.sun.xml.ws.api.model that return WSDLBoundOperation
 WSDLBoundOperation WSDLOperationMapping.getWSDLBoundOperation()
           
 

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(javax.xml.namespace.QName operationName)
          Gets the WSDLBoundOperation for a given operation name
 WSDLBoundOperation WSDLBoundFault.getBoundOperation()
          Gives the owner WSDLBoundOperation
 WSDLBoundOperation WSDLBoundPortType.getOperation(java.lang.String namespaceUri, java.lang.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
 java.lang.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()
          Deprecated.  
 

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.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLBoundOperation
 void PolicyWSDLParserExtension.bindingOperationAttributes(WSDLBoundOperation boundOperation, javax.xml.stream.XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.bindingOperationElements(WSDLBoundOperation boundOperation, javax.xml.stream.XMLStreamReader reader)
           
 void PolicyWSDLParserExtension.bindingOperationInputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.bindingOperationInputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 void PolicyWSDLParserExtension.bindingOperationOutputAttributes(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.bindingOperationOutputElements(WSDLBoundOperation operation, javax.xml.stream.XMLStreamReader reader)
           
 

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

Methods in com.sun.xml.ws.wsdl with parameters of type WSDLBoundOperation
protected  WSDLOperationMapping WSDLOperationFinder.wsdlOperationMapping(WSDLBoundOperation o)
           
 

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

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLBoundOperation
 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)
           
 



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