|
||||||||||
| 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
org.jvnet.wom.impl.WSDLBoundOperationImpl
public class WSDLBoundOperationImpl
| Constructor Summary | |
|---|---|
WSDLBoundOperationImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
|
|
| Method Summary | ||
|---|---|---|
void |
addBoundFault(WSDLBoundFaultImpl fault)
|
|
java.lang.String |
getDocumentation()
Gives the Comment on a WSDL component. |
|
java.lang.Iterable<? extends WSDLBoundFault> |
getFaults()
Gets all the WSDLFault bound to this operation. |
|
java.util.Map<java.lang.String,WSDLPartImpl> |
getInParts()
|
|
WSDLBoundInput |
getInput()
Gets the wsdl:input of this operation |
|
WSDLOperation |
getOperation()
Gets the wsdl:portType/wsdl:operation model - WSDLOperation,
associated with this binding operation. |
|
java.util.Map<java.lang.String,WSDLPartImpl> |
getOutParts()
|
|
WSDLBoundOutput |
getOutput()
Gets the wsdl:output of this operation. |
|
javax.xml.namespace.QName |
getReqPayloadName()
|
|
java.lang.String |
getSOAPAction()
Gives soapbinding:operation@soapAction value. |
|
void |
setBoundInput(WSDLBoundInput input)
|
|
void |
setBoundOutput(WSDLBoundOutput output)
|
|
void |
setDocumentation(java.lang.String doc)
|
|
void |
setOwner(WSDLBoundPortTypeImpl owner)
|
|
void |
setSoapAction(java.lang.String soapAction)
|
|
|
visit(WSDLVisitor<V,P> visitor,
P param)
WSDL visitor |
|
| Methods inherited from class org.jvnet.wom.api.WSDLEntity |
|---|
addExtension, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLBoundOperationImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
| Method Detail |
|---|
public java.lang.String getSOAPAction()
WSDLBoundOperation
getSOAPAction in class WSDLBoundOperationpublic void setSoapAction(java.lang.String soapAction)
public void addBoundFault(WSDLBoundFaultImpl fault)
public void setOwner(WSDLBoundPortTypeImpl owner)
public WSDLOperation getOperation()
WSDLBoundOperationWSDLOperation,
associated with this binding operation.
getOperation in class WSDLBoundOperationWSDLOperationpublic void setBoundInput(WSDLBoundInput input)
public void setBoundOutput(WSDLBoundOutput output)
public WSDLBoundInput getInput()
WSDLBoundOperation
getInput in class WSDLBoundOperationWSDLBoundInputpublic WSDLBoundOutput getOutput()
WSDLBoundOperation
getOutput in class WSDLBoundOperationpublic final java.util.Map<java.lang.String,WSDLPartImpl> getInParts()
public final java.util.Map<java.lang.String,WSDLPartImpl> getOutParts()
public final java.lang.Iterable<? extends WSDLBoundFault> getFaults()
WSDLBoundOperationWSDLFault bound to this operation.
getFaults in class WSDLBoundOperationpublic javax.xml.namespace.QName getReqPayloadName()
public void setDocumentation(java.lang.String doc)
public java.lang.String getDocumentation()
WSDLEntity
getDocumentation in class WSDLEntity
public <V,P> V visit(WSDLVisitor<V,P> visitor,
P param)
WSDLEntity
visit in class WSDLEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||