Uses of Interface
com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLBoundPortType

Packages that use EditableWSDLBoundPortType
com.sun.xml.ws.api.model.wsdl.editable   
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.policy.jaxws   
com.sun.xml.ws.wsdl.parser   
 

Uses of EditableWSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable
 

Methods in com.sun.xml.ws.api.model.wsdl.editable that return EditableWSDLBoundPortType
 EditableWSDLBoundPortType EditableWSDLPort.getBinding()
           
 EditableWSDLBoundPortType EditableWSDLModel.getBinding(QName name)
           
 EditableWSDLBoundPortType EditableWSDLModel.getBinding(QName serviceName, QName portName)
           
 EditableWSDLBoundPortType EditableWSDLBoundOperation.getBoundPortType()
           
 

Methods in com.sun.xml.ws.api.model.wsdl.editable that return types with arguments of type EditableWSDLBoundPortType
 Map<QName,? extends EditableWSDLBoundPortType> EditableWSDLModel.getBindings()
           
 

Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EditableWSDLBoundPortType
 void EditableWSDLModel.addBinding(EditableWSDLBoundPortType portType)
          Add Binding
 void EditableWSDLModel.finalizeRpcLitBinding(EditableWSDLBoundPortType portType)
          Finalize rpc-lit binding
 

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

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

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

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

Methods in com.sun.xml.ws.model.wsdl that return EditableWSDLBoundPortType
 EditableWSDLBoundPortType WSDLPortImpl.getBinding()
           
 EditableWSDLBoundPortType WSDLModelImpl.getBinding(QName name)
           
 EditableWSDLBoundPortType WSDLModelImpl.getBinding(QName serviceName, QName portName)
           
 EditableWSDLBoundPortType WSDLBoundOperationImpl.getBoundPortType()
           
 

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

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

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

Uses of EditableWSDLBoundPortType in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type EditableWSDLBoundPortType
 void PolicyWSDLParserExtension.bindingAttributes(EditableWSDLBoundPortType binding, XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding, XMLStreamReader reader)
           
 

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

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.