com.infoengine.soap.wsdl
Class Service
java.lang.Object
com.infoengine.soap.wsdl.ElementContainer
com.infoengine.soap.wsdl.Service
- public class Service
- extends ElementContainer
Fields inherited from class com.infoengine.soap.wsdl.ElementContainer |
_element, definitions, documentation, MIME, MIME_URI, parent, root, SCHEMA, SCHEMA_URI_END, SCHEMA_URI_START, SOAP, SOAP_URI, WSDL, WSDL_URI |
Methods inherited from class com.infoengine.soap.wsdl.ElementContainer |
checkNameSpaces, checkNameSpaces, findImmediateChild, getAttribute, getDocumentation, getElementsByTagName, getMimeNS, getSchemaNS, getSoapNS, getWsdlNS, stripNS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
private Element service
name
private String name
ports
private Vector ports
Service
public Service(Definitions d,
Element e)
getName
public String getName()
getPortCount
public int getPortCount()
getPort
public Port getPort(int index)
getPort
public Port getPort(String name)
getElement
public Element getElement()
- Overrides:
getElement
in class ElementContainer
setElement
public void setElement(Element e)
- Specified by:
setElement
in class ElementContainer