org.petalslink.abslayer.service.impl.wsdl11
Class BindingImpl

java.lang.Object
  extended by org.petalslink.abslayer.service.impl.wsdl11.BindingImpl
All Implemented Interfaces:
Binding

public class BindingImpl
extends java.lang.Object
implements Binding


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.petalslink.abslayer.service.api.Binding
Binding.BindingStyle
 
Method Summary
 Description getDescription()
           
 Interface getInterface()
           
 com.ebmwebsourcing.easybox.api.XmlObject getModel()
           
 BindingOperation getOperationByName(java.lang.String name)
           
 BindingOperation[] getOperations()
           
 javax.xml.namespace.QName getQName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInterface

public Interface getInterface()
Specified by:
getInterface in interface Binding

getOperationByName

public BindingOperation getOperationByName(java.lang.String name)
Specified by:
getOperationByName in interface Binding

getDescription

public Description getDescription()
Specified by:
getDescription in interface Binding

getQName

public javax.xml.namespace.QName getQName()
Specified by:
getQName in interface Binding

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getModel

public com.ebmwebsourcing.easybox.api.XmlObject getModel()
Specified by:
getModel in interface Binding

getOperations

public BindingOperation[] getOperations()
Specified by:
getOperations in interface Binding


Copyright © 2011 Petals Link. All Rights Reserved.