Uses of Interface
com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLBoundPortType
Packages that use EditableWSDLBoundPortType
Package
Description
Extension point for WSDL parsing.
-
Uses of EditableWSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable that return EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionEditableWSDLModel.getBinding(QName name) EditableWSDLModel.getBinding(QName serviceName, QName portName) EditableWSDLPort.getBinding()EditableWSDLBoundOperation.getBoundPortType()Methods in com.sun.xml.ws.api.model.wsdl.editable that return types with arguments of type EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionMap<QName,? extends EditableWSDLBoundPortType> EditableWSDLModel.getBindings()Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionvoidEditableWSDLModel.addBinding(EditableWSDLBoundPortType portType) Add BindingvoidEditableWSDLModel.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 EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionvoidWSDLParserExtension.bindingAttributes(EditableWSDLBoundPortType binding, XMLStreamReader reader) booleanWSDLParserExtension.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 EditableWSDLBoundPortTypeMethods in com.sun.xml.ws.model.wsdl that return EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionWSDLModelImpl.getBinding(QName name) WSDLModelImpl.getBinding(QName serviceName, QName portName) WSDLPortImpl.getBinding()WSDLBoundOperationImpl.getBoundPortType()Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionMap<QName,? extends EditableWSDLBoundPortType> WSDLModelImpl.getBindings()Methods in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionvoidWSDLModelImpl.addBinding(EditableWSDLBoundPortType boundPortType) voidWSDLModelImpl.finalizeRpcLitBinding(EditableWSDLBoundPortType boundPortType) Constructors in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLBoundPortTypeModifierConstructorDescriptionWSDLBoundOperationImpl(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 EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionvoidPolicyWSDLParserExtension.bindingAttributes(EditableWSDLBoundPortType binding, XMLStreamReader reader) booleanPolicyWSDLParserExtension.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 EditableWSDLBoundPortTypeModifier and TypeMethodDescriptionbooleanMemberSubmissionAddressingWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding, XMLStreamReader reader) booleanW3CAddressingMetadataWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding, XMLStreamReader reader) booleanW3CAddressingWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding, XMLStreamReader reader) protected voidMemberSubmissionAddressingWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding) protected voidW3CAddressingMetadataWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding) protected voidW3CAddressingWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding) Patch the default value of wsaw:Anonymous=optional if none is specified