|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLInput
Abstraction of wsdl:portType/wsdl:operation/wsdl:input
Method Summary | |
---|---|
String |
getAction()
Gives the Action Message Addressing Property value for this 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. |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible |
---|
addExtension, getExtension, getExtensions, getExtensions |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
---|
getLocation |
Method Detail |
---|
String getName()
WSDLMessage getMessage()
String getAction()
this
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |