com.infoengine.soap.wsdl
Class Port

java.lang.Object
  extended bycom.infoengine.soap.wsdl.ElementContainer
      extended bycom.infoengine.soap.wsdl.Port

public class Port
extends ElementContainer


Field Summary
private  String address
           
private  Binding binding
           
private  Element bindingElement
           
private  String name
           
private  Vector operations
           
private  Element port
           
 
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
 
Constructor Summary
Port(String name, ElementContainer parent, Element port, String addr, Element bindingElement)
           
 
Method Summary
 String getAddress()
           
 Binding getBinding()
           
 String getName()
           
 Operation getOperation(int index)
           
 Operation getOperation(String name)
           
 int getOperationCount()
           
 void setElement(Element e)
           
 
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
 

Field Detail

bindingElement

private Element bindingElement

port

private Element port

name

private String name

address

private String address

binding

private Binding binding

operations

private Vector operations
Constructor Detail

Port

public Port(String name,
            ElementContainer parent,
            Element port,
            String addr,
            Element bindingElement)
Method Detail

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