public interface WSDLInput extends WSDLObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gives the Action Message Addressing Property value for
WSDLInput message. |
WSDLMessage |
getMessage()
Gives the WSDLMessage corresponding to wsdl:input@message
This method should not be called before the entire WSDLModel is built.
|
String |
getName()
Gives the wsdl:portType/wsdl:operation/wsdl:input@name
|
WSDLOperation |
getOperation()
Gives the owning
WSDLOperation |
QName |
getQName()
Gives qualified name of the wsdl:input 'name' attribute value.
|
boolean |
isDefaultAction()
Checks if the Action value is implicitly derived using the rules defined in WS-Addressing.
|
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
String getName()
WSDLMessage getMessage()
String getAction()
WSDLInput
message.
This method provides the correct value irrespective of
whether the Action is explicitly specified in the WSDL or
implicitly derived using the rules defined in WS-Addressing.@NotNull WSDLOperation getOperation()
WSDLOperation
@NotNull QName getQName()
WSDLOperation.getName()
otherwise
wsdl:operation@name+"Request", which is local name of WSDLOperation.getName()
+ "Request"
The namespace uri is determined from the enclosing wsdl:operation.boolean isDefaultAction()
Copyright © 2015 Oracle Corporation. All rights reserved.