Uses of Interface
com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLBoundPortType
-
Packages that use EditableWSDLBoundPortType Package Description 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 Modifier and Type Method Description EditableWSDLBoundPortTypeEditableWSDLModel. getBinding(QName name)EditableWSDLBoundPortTypeEditableWSDLModel. getBinding(QName serviceName, QName portName)EditableWSDLBoundPortTypeEditableWSDLPort. getBinding()EditableWSDLBoundPortTypeEditableWSDLBoundOperation. getBoundPortType()Methods in com.sun.xml.ws.api.model.wsdl.editable that return types with arguments of type EditableWSDLBoundPortType Modifier and Type Method Description Map<QName,? extends EditableWSDLBoundPortType>EditableWSDLModel. getBindings()Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EditableWSDLBoundPortType Modifier and Type Method Description voidEditableWSDLModel. 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 EditableWSDLBoundPortType Modifier and Type Method Description voidWSDLParserExtension. 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 EditableWSDLBoundPortType Modifier and Type Class Description classWSDLBoundPortTypeImplImplementation ofWSDLBoundPortTypeMethods in com.sun.xml.ws.model.wsdl that return EditableWSDLBoundPortType Modifier and Type Method Description EditableWSDLBoundPortTypeWSDLModelImpl. getBinding(QName name)EditableWSDLBoundPortTypeWSDLModelImpl. getBinding(QName serviceName, QName portName)EditableWSDLBoundPortTypeWSDLPortImpl. getBinding()EditableWSDLBoundPortTypeWSDLBoundOperationImpl. getBoundPortType()Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type EditableWSDLBoundPortType Modifier and Type Method Description Map<QName,? extends EditableWSDLBoundPortType>WSDLModelImpl. getBindings()Methods in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLBoundPortType Modifier and Type Method Description voidWSDLModelImpl. addBinding(EditableWSDLBoundPortType boundPortType)voidWSDLModelImpl. finalizeRpcLitBinding(EditableWSDLBoundPortType boundPortType)Constructors in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLBoundPortType Constructor Description 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 Modifier and Type Method Description voidPolicyWSDLParserExtension. 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 EditableWSDLBoundPortType Modifier and Type Method Description booleanMemberSubmissionAddressingWSDLParserExtension. 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
-