Uses of Class
com.sun.xml.ws.model.wsdl.WSDLBoundPortTypeImpl

Packages that use WSDLBoundPortTypeImpl
com.sun.xml.ws.model   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.wsdl.parser   
 

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

Methods in com.sun.xml.ws.model with parameters of type WSDLBoundPortTypeImpl
 void AbstractSEIModelImpl.applyParameterBinding(WSDLBoundPortTypeImpl wsdlBinding)
          Deprecated. To be removed once client side new architecture is implemented
 

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundPortTypeImpl
 WSDLBoundPortTypeImpl WSDLPortImpl.getBinding()
           
 WSDLBoundPortTypeImpl WSDLModelImpl.getBinding(QName name)
           
 WSDLBoundPortTypeImpl WSDLModelImpl.getBinding(QName serviceName, QName portName)
           
(package private)  WSDLBoundPortTypeImpl WSDLBoundOperationImpl.getOwner()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundPortTypeImpl
 void WSDLModelImpl.addBinding(WSDLBoundPortTypeImpl boundPortType)
           
(package private)  void WSDLModelImpl.finalizeRpcLitBinding(WSDLBoundPortTypeImpl boundPortType)
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundPortTypeImpl
WSDLBoundOperationImpl(javax.xml.stream.XMLStreamReader xsr, WSDLBoundPortTypeImpl owner, QName name)
           
 

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

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLBoundPortTypeImpl
protected  void W3CAddressingWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)
          Patch the default value of wsaw:Anonymous=optional if none is specified
protected  void W3CAddressingMetadataWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)
           
protected  void MemberSubmissionAddressingWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)