org.petalslink.abslayer.service.api
Interface Binding

All Known Implementing Classes:
BindingImpl

public interface Binding


Nested Class Summary
static class 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()
           
 

Method Detail

getInterface

Interface getInterface()

getOperationByName

BindingOperation getOperationByName(java.lang.String name)

getOperations

BindingOperation[] getOperations()

getDescription

Description getDescription()

getQName

javax.xml.namespace.QName getQName()

getModel

com.ebmwebsourcing.easybox.api.XmlObject getModel()


Copyright © 2011 Petals Link. All Rights Reserved.