|
||||||||||
| 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.WSDLBoundPortType
org.jvnet.wom.impl.WSDLBoundPortTypeImpl
public class WSDLBoundPortTypeImpl
| Constructor Summary | |
|---|---|
WSDLBoundPortTypeImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
|
|
| Method Summary | ||
|---|---|---|
void |
addBoundOperation(WSDLBoundOperationImpl op)
|
|
WSDLBoundOperation |
get(javax.xml.namespace.QName operationName)
Gets the WSDLBoundOperation for a given operation name |
|
java.lang.Iterable<WSDLBoundOperationImpl> |
getBindingOperations()
Gets the WSDLBoundOperations |
|
java.lang.String |
getDocumentation()
Gives the Comment on a WSDL component. |
|
WSDLPortType |
getPortType()
Gets the WSDLPortType associated with the wsdl:binding |
|
void |
setDocumentation(java.lang.String doc)
|
|
void |
setPortType(javax.xml.namespace.QName portType)
|
|
|
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 WSDLBoundPortTypeImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
| Method Detail |
|---|
public WSDLBoundOperation get(javax.xml.namespace.QName operationName)
WSDLBoundPortTypeWSDLBoundOperation for a given operation name
get in class WSDLBoundPortTypeoperationName - non-null wsdl:operation 'name' attribute value
WSDLBoundOperation is not foundpublic void addBoundOperation(WSDLBoundOperationImpl op)
public WSDLPortType getPortType()
WSDLBoundPortTypeWSDLPortType associated with the wsdl:binding
getPortType in class WSDLBoundPortTypepublic void setPortType(javax.xml.namespace.QName portType)
public java.lang.Iterable<WSDLBoundOperationImpl> getBindingOperations()
WSDLBoundPortTypeWSDLBoundOperations
getBindingOperations in class WSDLBoundPortTypepublic 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 | |||||||||