com.infoengine.soap.wsdl
Class Port
java.lang.Object
com.infoengine.soap.wsdl.ElementContainer
com.infoengine.soap.wsdl.Port
- public class Port
- 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, getElement, getElementsByTagName, getMimeNS, getSchemaNS, getSoapNS, getWsdlNS, stripNS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindingElement
private Element bindingElement
port
private Element port
name
private String name
address
private String address
binding
private Binding binding
operations
private Vector operations
Port
public Port(String name,
ElementContainer parent,
Element port,
String addr,
Element bindingElement)
getName
public String getName()
getAddress
public String getAddress()
getBinding
public Binding getBinding()
getOperationCount
public int getOperationCount()
getOperation
public Operation getOperation(int index)
getOperation
public Operation getOperation(String name)
setElement
public void setElement(Element e)
- Specified by:
setElement
in class ElementContainer