it.eng.spago.jbi
Class SpagoComponent

java.lang.Object
  extended by it.eng.spago.jbi.SpagoComponent

public class SpagoComponent
extends java.lang.Object


Constructor Summary
SpagoComponent()
           
 
Method Summary
 javax.management.ObjectName getExtensionMBeanName()
           
 ComponentLifeCycle getLifeCycle()
           
 org.w3c.dom.Document getServiceDescription(ServiceEndpoint arg0)
           
 javax.jbi.component.ServiceUnitManager getServiceUnitManager()
           
 void init(ComponentContext compCtx)
           
 boolean isExchangeWithConsumerOkay(ServiceEndpoint arg0, MessageExchange arg1)
           
 boolean isExchangeWithProviderOkay(ServiceEndpoint arg0, MessageExchange arg1)
           
 ServiceEndpoint resolveEndpointReference(org.w3c.dom.DocumentFragment arg0)
           
 void shutDown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpagoComponent

public SpagoComponent()
Method Detail

getLifeCycle

public ComponentLifeCycle getLifeCycle()

getServiceUnitManager

public javax.jbi.component.ServiceUnitManager getServiceUnitManager()

getServiceDescription

public org.w3c.dom.Document getServiceDescription(ServiceEndpoint arg0)

isExchangeWithConsumerOkay

public boolean isExchangeWithConsumerOkay(ServiceEndpoint arg0,
                                          MessageExchange arg1)

isExchangeWithProviderOkay

public boolean isExchangeWithProviderOkay(ServiceEndpoint arg0,
                                          MessageExchange arg1)

resolveEndpointReference

public ServiceEndpoint resolveEndpointReference(org.w3c.dom.DocumentFragment arg0)

getExtensionMBeanName

public javax.management.ObjectName getExtensionMBeanName()

init

public void init(ComponentContext compCtx)
          throws JBIException
Throws:
JBIException

shutDown

public void shutDown()
              throws JBIException
Throws:
JBIException

start

public void start()
           throws JBIException
Throws:
JBIException

stop

public void stop()
          throws JBIException
Throws:
JBIException