|
||||||||||
| 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.WSDLDefinitions
public abstract class WSDLDefinitions
Provides a model of a wsdl:definitions element. This will represent
| Constructor Summary | |
|---|---|
protected |
WSDLDefinitions(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract WSDLBoundPortType |
getBinding(javax.xml.namespace.QName name)
Gets WSDLBoundPortType that models wsdl:binding |
abstract WSDLBoundPortType |
getBinding(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName)
Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names. |
abstract java.lang.Iterable<WSDLBoundPortType> |
getBindings()
Gives a Iterator of all WSDLBoundPortType |
abstract WSDLMessage |
getMessage(javax.xml.namespace.QName name)
Gets WSDLMessage that models wsdl:message |
abstract java.lang.Iterable<WSDLMessage> |
getMessages()
Gives a Iterator of all WSDLMessage |
abstract WSDLPortType |
getPortType(javax.xml.namespace.QName name)
Gets WSDLPortType that models wsdl:portType |
abstract java.lang.Iterable<WSDLPortType> |
getPortTypes()
Gives a Iterator of all WSDLPortType |
abstract WSDLSet |
getRoot()
Gives the owning WSDLSet |
abstract WSDLService |
getService(javax.xml.namespace.QName name)
Gets WSDLService that models wsdl:service |
abstract java.lang.Iterable<WSDLService> |
getServices()
Gives a Iterator of all WSDLService |
abstract java.lang.String |
getTargetNamespace()
|
abstract WSDLTypes |
getWSDLTypes()
Gives wsdl:types model. |
| 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 WSDLDefinitions(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract java.lang.String getTargetNamespace()
public abstract WSDLPortType getPortType(javax.xml.namespace.QName name)
WSDLPortType that models wsdl:portType
name - non-null quaified name of wsdl:message, where the localName is the value of wsdl:portType@name and
the namespaceURI is the value of wsdl:definitions@targetNamespace
WSDLPortType or null if no wsdl:portType found.public abstract WSDLBoundPortType getBinding(javax.xml.namespace.QName name)
WSDLBoundPortType that models wsdl:binding
name - non-null quaified name of wsdl:binding, where the localName is the value of wsdl:binding@name and
the namespaceURI is the value of wsdl:definitions@targetNamespace
WSDLBoundPortType or null if no wsdl:binding found
public abstract WSDLBoundPortType getBinding(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName)
WSDLBoundPortType for the given wsdl:service and wsdl:port names.
serviceName - non-null service QNameportName - non-null port QName
WSDLBoundPortType. null if the Binding for the given wsd:service and wsdl:port name are not
found.public abstract WSDLService getService(javax.xml.namespace.QName name)
WSDLService that models wsdl:service
name - non-null quaified name of wsdl:service, where the localName is the value of wsdl:service@name and
the namespaceURI is the value of wsdl:definitions@targetNamespace
WSDLService or null if no wsdl:service found.public abstract WSDLMessage getMessage(javax.xml.namespace.QName name)
WSDLMessage that models wsdl:message
name - non-null quaified name of wsdl:message, where the localName is the value of wsdl:message@name and
the namespaceURI is the value of wsdl:definitions@targetNamespace
WSDLMessage or null if no wsdl:service found.public abstract java.lang.Iterable<WSDLMessage> getMessages()
WSDLMessage
public abstract java.lang.Iterable<WSDLPortType> getPortTypes()
WSDLPortType
public abstract java.lang.Iterable<WSDLBoundPortType> getBindings()
WSDLBoundPortType
public abstract java.lang.Iterable<WSDLService> getServices()
WSDLService
public abstract WSDLTypes getWSDLTypes()
public abstract WSDLSet getRoot()
WSDLSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||