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

Packages that use WSDLBoundPortType
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.wsdl   
com.sun.xml.ws.wsdl.parser   
 

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

Methods in com.sun.xml.ws.api.message with parameters of type WSDLBoundPortType
 WSDLBoundOperation Message.getOperation(WSDLBoundPortType boundPortType)
          Returns the operation of which this message is an instance of.
 

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

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundPortType
 WSDLBoundPortType WSDLPort.getBinding()
          Gets WSDLBoundPortType associated with the WSDLPort.
 WSDLBoundPortType WSDLModel.getBinding(QName name)
          Gets WSDLBoundPortType that models wsdl:binding
 WSDLBoundPortType WSDLModel.getBinding(QName serviceName, QName portName)
          Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names.
 WSDLBoundPortType WSDLBoundOperation.getBoundPortType()
          Gives the owner WSDLBoundPortType
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundPortType
 Map<QName,WSDLBoundPortType> WSDLModel.getBindings()
          Gives a Map of wsdl:binding QName and WSDLBoundPortType
 

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

Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLBoundPortType
 void WSDLParserExtension.bindingAttributes(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 

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

Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundPortType
 class WSDLBoundPortTypeImpl
          Implementation of WSDLBoundPortType
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundPortType
 WSDLBoundPortType WSDLBoundOperationImpl.getBoundPortType()
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLBoundPortType
 Map<QName,WSDLBoundPortType> WSDLModelImpl.getBindings()
           
 

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

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLBoundPortType
 void WSDLParserExtensionFacade.bindingAttributes(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 void DelegatingParserExtension.bindingAttributes(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.bindingElements(WSDLBoundPortType binding, javax.xml.stream.XMLStreamReader reader)