|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLBoundOperation
public abstract class WSDLBoundOperation
Abstracts wsdl:binding/wsdl:operation. It can be used to determine the parts and their binding.
| Constructor Summary | |
|---|---|
protected |
WSDLBoundOperation(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract java.lang.Iterable<? extends WSDLBoundFault> |
getFaults()
Gets all the WSDLFault bound to this operation. |
abstract WSDLBoundInput |
getInput()
Gets the wsdl:input of this operation |
abstract WSDLOperation |
getOperation()
Gets the wsdl:portType/wsdl:operation model - WSDLOperation,
associated with this binding operation. |
abstract WSDLBoundOutput |
getOutput()
Gets the wsdl:output of this operation. |
abstract java.lang.String |
getSOAPAction()
Gives soapbinding:operation@soapAction value. |
| Methods inherited from class org.jvnet.wom.api.WSDLEntity |
|---|
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WSDLBoundOperation(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract java.lang.String getSOAPAction()
public abstract WSDLOperation getOperation()
WSDLOperation,
associated with this binding operation.
WSDLOperationpublic abstract WSDLBoundInput getInput()
WSDLBoundInputpublic abstract WSDLBoundOutput getOutput()
public abstract java.lang.Iterable<? extends WSDLBoundFault> getFaults()
WSDLFault bound to this operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||