Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLMessage |
WSDLOutput.getMessage()
Gives the WSDLMessage corresponding to wsdl:output@message
This method should not be called before the entire WSDLModel is built.
|
WSDLMessage |
WSDLFault.getMessage()
Gives the WSDLMessage corresponding to wsdl:fault@message
This method should not be called before the entire WSDLModel is built.
|
WSDLMessage |
WSDLInput.getMessage()
Gives the WSDLMessage corresponding to wsdl:input@message
This method should not be called before the entire WSDLModel is built.
|
WSDLMessage |
WSDLModel.getMessage(QName name)
Returns the message with the given QName
|
Modifier and Type | Method and Description |
---|---|
Map<QName,? extends WSDLMessage> |
WSDLModel.getMessages()
Gives a
Map of wsdl:message qualified name and com.sun.xml.ws.api.model.wsdl.WSDLMesage |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLMessage |
Modifier and Type | Class and Description |
---|---|
class |
WSDLMessageImpl
Provides abstraction for wsdl:message
|
Copyright © 2015 Oracle Corporation. All rights reserved.