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.model.wsdl.editable   
com.sun.xml.ws.model   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.wsdl   
 

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

Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperation
protected  void WsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
           
protected  void W3CWsaServerTube.checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)
           
protected  boolean WsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo)
           
protected  boolean W3CWsaServerTube.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.model.wsdl.editable
 

Subinterfaces of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl.editable
 interface EditableWSDLBoundOperation
           
 

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
 

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)
           
 



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