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 |
---|---|
EditableWSDLPort |
EditableWSDLService.get(QName portName) |
EditableWSDLPort |
EditableWSDLService.getFirstPort() |
EditableWSDLPort |
EditableWSDLService.getMatchingPort(QName portTypeName) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends EditableWSDLPort> |
EditableWSDLService.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLService.put(QName portName,
EditableWSDLPort port)
Associate WSDL port with port QName
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.portAttributes(EditableWSDLPort port,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.portElements(EditableWSDLPort port,
XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLPortImpl
Implementation of
WSDLPort |
Modifier and Type | Method and Description |
---|---|
EditableWSDLPort |
WSDLServiceImpl.get(QName portName) |
EditableWSDLPort |
WSDLServiceImpl.getFirstPort() |
EditableWSDLPort |
WSDLServiceImpl.getMatchingPort(QName portTypeName)
gets the first port in this service which matches the portType
|
Modifier and Type | Method and Description |
---|---|
Iterable<EditableWSDLPort> |
WSDLServiceImpl.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLServiceImpl.put(QName portName,
EditableWSDLPort port)
Populates the Map that holds port name as key and
WSDLPort as the value. |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.portAttributes(EditableWSDLPort port,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.portElements(EditableWSDLPort port,
XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
W3CAddressingMetadataWSDLParserExtension.portElements(EditableWSDLPort port,
XMLStreamReader reader) |
boolean |
W3CAddressingWSDLParserExtension.portElements(EditableWSDLPort port,
XMLStreamReader reader) |
boolean |
MemberSubmissionAddressingWSDLParserExtension.portElements(EditableWSDLPort port,
XMLStreamReader reader) |
Copyright © 2015 Oracle Corporation. All rights reserved.