org.eclipse.swordfish.registry.domain
Class WSDLElement<T extends javax.wsdl.WSDLElement>

java.lang.Object
  extended by org.eclipse.swordfish.registry.domain.WSDLElement<T>
Direct Known Subclasses:
BindingImpl, PortTypeImpl, ServiceImpl

public class WSDLElement<T extends javax.wsdl.WSDLElement>
extends java.lang.Object


Constructor Summary
WSDLElement(T wrapped, Definition wsdl)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Definition getWSDL()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLElement

public WSDLElement(T wrapped,
                   Definition wsdl)
Method Detail

getWSDL

public Definition getWSDL()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object