|
||||||||||
| 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
public abstract class WSDLBoundPortType
WSDLPortType bound with a specific binding.
| Constructor Summary | |
|---|---|
protected |
WSDLBoundPortType(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract WSDLBoundOperation |
get(javax.xml.namespace.QName operationName)
Gets the WSDLBoundOperation for a given operation name |
abstract java.lang.Iterable<? extends WSDLBoundOperation> |
getBindingOperations()
Gets the WSDLBoundOperations |
abstract WSDLPortType |
getPortType()
Gets the WSDLPortType associated with the wsdl:binding |
| 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 WSDLBoundPortType(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract WSDLBoundOperation get(javax.xml.namespace.QName operationName)
WSDLBoundOperation for a given operation name
operationName - non-null wsdl:operation 'name' attribute value
WSDLBoundOperation is not foundpublic abstract WSDLPortType getPortType()
WSDLPortType associated with the wsdl:binding
public abstract java.lang.Iterable<? extends WSDLBoundOperation> getBindingOperations()
WSDLBoundOperations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||