| com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
All known Subclasses: com.sun.xml.ws.model.wsdl.WSDLBoundOperationImpl,
WSDLBoundOperation | public interface WSDLBoundOperation extends WSDLObject,WSDLExtensible(Code) | | Abstracts wsdl:binding/wsdl:operation. It can be used to determine the parts and their binding.
author: Vivek Pandey |
Inner Class : enum ANONYMOUS | |
getAnonymous | ANONYMOUS getAnonymous()(Code) | | Gets the soapbinding:binding/operation/wsaw:Anonymous. A default value of OPTIONAL is returned.
Anonymous value of the operation |
getName | QName getName()(Code) | | Short-cut for
getOperation().getName() |
getPart | WSDLPart getPart(String partName, Mode mode)(Code) | | Gets
WSDLPart for the given wsdl:input or wsdl:output part
null if no part is found |
getReqPayloadName | QName getReqPayloadName()(Code) | | Gets the payload QName of the request message.
It's possible for an operation to define no body part, in which case
this method returns null.
|
getSOAPAction | String getSOAPAction()(Code) | | Gives soapbinding:operation@soapAction value. soapbinding:operation@soapAction is optional attribute.
If not present an empty String is returned as per BP 1.1 R2745.
|
|
|