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 |
Modifier and Type | Method and Description |
---|---|
EditableWSDLBoundPortType |
EditableWSDLPort.getBinding() |
EditableWSDLBoundPortType |
EditableWSDLModel.getBinding(QName name) |
EditableWSDLBoundPortType |
EditableWSDLModel.getBinding(QName serviceName,
QName portName) |
EditableWSDLBoundPortType |
EditableWSDLBoundOperation.getBoundPortType() |
Modifier and Type | Method and Description |
---|---|
Map<QName,? extends EditableWSDLBoundPortType> |
EditableWSDLModel.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLModel.addBinding(EditableWSDLBoundPortType portType)
Add Binding
|
void |
EditableWSDLModel.finalizeRpcLitBinding(EditableWSDLBoundPortType portType)
Finalize rpc-lit binding
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.bindingAttributes(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundPortTypeImpl
Implementation of
WSDLBoundPortType |
Modifier and Type | Method and Description |
---|---|
EditableWSDLBoundPortType |
WSDLPortImpl.getBinding() |
EditableWSDLBoundPortType |
WSDLModelImpl.getBinding(QName name) |
EditableWSDLBoundPortType |
WSDLModelImpl.getBinding(QName serviceName,
QName portName) |
EditableWSDLBoundPortType |
WSDLBoundOperationImpl.getBoundPortType() |
Modifier and Type | Method and Description |
---|---|
Map<QName,? extends EditableWSDLBoundPortType> |
WSDLModelImpl.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLModelImpl.addBinding(EditableWSDLBoundPortType boundPortType) |
void |
WSDLModelImpl.finalizeRpcLitBinding(EditableWSDLBoundPortType boundPortType) |
Constructor and Description |
---|
WSDLBoundOperationImpl(XMLStreamReader xsr,
EditableWSDLBoundPortType owner,
QName name) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.bindingAttributes(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
W3CAddressingMetadataWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
boolean |
W3CAddressingWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
boolean |
MemberSubmissionAddressingWSDLParserExtension.bindingElements(EditableWSDLBoundPortType binding,
XMLStreamReader reader) |
protected void |
W3CAddressingMetadataWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding) |
protected void |
W3CAddressingWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding)
Patch the default value of wsaw:Anonymous=optional if none is specified
|
protected void |
MemberSubmissionAddressingWSDLParserExtension.patchAnonymousDefault(EditableWSDLBoundPortType binding) |
Copyright © 2015 Oracle Corporation. All rights reserved.