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 |
Modifier and Type | Method and Description |
---|---|
EditableWSDLModel |
EditableWSDLBoundPortType.getOwner() |
EditableWSDLModel |
EditableWSDLService.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLPort.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLInput.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLFault.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLBoundOperation.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLOperation.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLOutput.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
void |
EditableWSDLService.freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
Modifier and Type | Method and Description |
---|---|
EditableWSDLModel |
WSDLParserExtensionContext.getWSDLModel()
Gives the
EditableWSDLModel . |
Modifier and Type | Class and Description |
---|---|
class |
WSDLModelImpl
Implementation of
WSDLModel |
Modifier and Type | Method and Description |
---|---|
EditableWSDLModel |
WSDLBoundPortTypeImpl.getOwner() |
EditableWSDLModel |
WSDLServiceImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLOutputImpl.freeze(EditableWSDLModel root) |
void |
WSDLOperationImpl.freeze(EditableWSDLModel root) |
void |
WSDLBoundOperationImpl.freeze(EditableWSDLModel parent) |
void |
WSDLServiceImpl.freeze(EditableWSDLModel root) |
void |
WSDLInputImpl.freeze(EditableWSDLModel parent) |
void |
WSDLPortImpl.freeze(EditableWSDLModel root) |
void |
WSDLFaultImpl.freeze(EditableWSDLModel root) |
Constructor and Description |
---|
WSDLBoundPortTypeImpl(XMLStreamReader xsr,
EditableWSDLModel owner,
QName name,
QName portTypeName) |
WSDLPortTypeImpl(XMLStreamReader xsr,
EditableWSDLModel owner,
QName name) |
WSDLServiceImpl(XMLStreamReader xsr,
EditableWSDLModel parent,
QName name) |
Copyright © 2015 Oracle Corporation. All rights reserved.