org.infoglue.deliver.controllers.kernel.impl.simple
Class AvailableServiceBindingDeliveryController
java.lang.Object
|
+--org.infoglue.deliver.controllers.kernel.impl.simple.BaseDeliveryController
|
+--org.infoglue.deliver.controllers.kernel.impl.simple.AvailableServiceBindingDeliveryController
- public class AvailableServiceBindingDeliveryController
- extends BaseDeliveryController
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAvailableServiceBindingDeliveryController
public static AvailableServiceBindingDeliveryController getAvailableServiceBindingDeliveryController()
- Factory method
getAvailableServiceBindingVO
public AvailableServiceBindingVO getAvailableServiceBindingVO(java.lang.String availableServiceBindingName,
org.exolab.castor.jdo.Database db)
throws SystemException,
java.lang.Exception
- This method returns the available service binding with a specific name.
SystemException
java.lang.Exception
getAvailableServiceBinding
public AvailableServiceBinding getAvailableServiceBinding(java.lang.String availableServiceBindingName,
org.exolab.castor.jdo.Database db)
throws SystemException,
java.lang.Exception
- This method returns the available service binding with a specific name.
SystemException
java.lang.Exception