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

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

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(javax.xml.namespace.QName name)
           
 WSDLBoundPortTypeImpl WSDLModelImpl.getBinding(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName)
           
 

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

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundPortTypeImpl
WSDLBoundOperationImpl(javax.xml.stream.XMLStreamReader xsr, WSDLBoundPortTypeImpl owner, javax.xml.namespace.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 MemberSubmissionAddressingWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)
           
protected  void W3CAddressingMetadataWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)
           
protected  void W3CAddressingWSDLParserExtension.patchAnonymousDefault(WSDLBoundPortTypeImpl binding)
          Patch the default value of wsaw:Anonymous=optional if none is specified
 



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