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 |
Modifier and Type | Method and Description |
---|---|
EditableWSDLPortType |
EditableWSDLBoundPortType.getPortType() |
EditableWSDLPortType |
EditableWSDLModel.getPortType(QName name) |
Modifier and Type | Method and Description |
---|---|
Map<QName,? extends EditableWSDLPortType> |
EditableWSDLModel.getPortTypes() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLModel.addPortType(EditableWSDLPortType pt)
Add port type
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.portTypeAttributes(EditableWSDLPortType portType,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeElements(EditableWSDLPortType portType,
XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLPortTypeImpl
Provides implementation of
WSDLPortType |
Modifier and Type | Method and Description |
---|---|
EditableWSDLPortType |
WSDLBoundPortTypeImpl.getPortType() |
EditableWSDLPortType |
WSDLModelImpl.getPortType(QName name) |
Modifier and Type | Method and Description |
---|---|
Map<QName,EditableWSDLPortType> |
WSDLModelImpl.getPortTypes() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLModelImpl.addPortType(EditableWSDLPortType pt) |
Constructor and Description |
---|
WSDLOperationImpl(XMLStreamReader xsr,
EditableWSDLPortType owner,
QName name) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.portTypeAttributes(EditableWSDLPortType portType,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.portTypeElements(EditableWSDLPortType portType,
XMLStreamReader reader) |
Copyright © 2015 Oracle Corporation. All rights reserved.