org.eclipse.swordfish.registry.domain
Class BindingImpl
java.lang.Object
org.eclipse.swordfish.registry.domain.WSDLElement<javax.wsdl.Binding>
org.eclipse.swordfish.registry.domain.BindingImpl
- All Implemented Interfaces:
- Binding
public class BindingImpl
- extends WSDLElement<javax.wsdl.Binding>
- implements Binding
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.swordfish.registry.domain.Binding |
getWSDL |
BindingImpl
public BindingImpl(javax.wsdl.Binding bindingWsdl4j,
Definition wsdl)
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface Binding
getServices
public java.lang.Iterable<Service> getServices()
- Specified by:
getServices in interface Binding
getPolicies
public java.lang.Iterable<PolicyResource> getPolicies()
- Specified by:
getPolicies in interface Binding
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object