org.infoglue.cms.controllers.delivery.kernel.impl.simple
Class AvailableServiceBindingDeliveryController

java.lang.Object
  |
  +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.BaseDeliveryController
        |
        +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.AvailableServiceBindingDeliveryController

public class AvailableServiceBindingDeliveryController
extends BaseDeliveryController


Method Summary
 org.infoglue.cms.entities.management.AvailableServiceBindingVO getAvailableServiceBinding(java.lang.String availableServiceBindingName)
          This method returns the available service binding with a specific name.
static AvailableServiceBindingDeliveryController getAvailableServiceBindingDeliveryController()
          Factory method
 
Methods inherited from class org.infoglue.cms.controllers.delivery.kernel.impl.simple.BaseDeliveryController
beginTransaction, closeDatabase, commitTransaction, getObjectWithId, rollbackTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAvailableServiceBindingDeliveryController

public static AvailableServiceBindingDeliveryController getAvailableServiceBindingDeliveryController()
Factory method


getAvailableServiceBinding

public org.infoglue.cms.entities.management.AvailableServiceBindingVO getAvailableServiceBinding(java.lang.String availableServiceBindingName)
                                                                                          throws org.infoglue.cms.exception.SystemException,
                                                                                                 java.lang.Exception
This method returns the available service binding with a specific name.

org.infoglue.cms.exception.SystemException
java.lang.Exception


Copyright © 2003 InfoGlue.org All Rights Reserved.