|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractConnector
org.mule.providers.AbstractServiceEnabledConnector
org.mule.providers.soap.glue.GlueConnector
GlueConnector
instanciates a Glue soap server and allows beans to be
dynamically exposed a swebservices simply by registering with the connector
Field Summary |
Fields inherited from class org.mule.providers.AbstractServiceEnabledConnector |
serviceDescriptor, serviceOverrides |
Fields inherited from class org.mule.providers.AbstractConnector |
DEFAULT_RETRY_COUNT, DEFAULT_RETRY_FREQUENCY, defaultInboundTransformer, defaultOutboundTransformer, defaultResponseTransformer, dispatcherFactory, dispatchers, disposed, exceptionStrategy, initialised, logger, name, receivers, started |
Constructor Summary | |
GlueConnector()
|
Method Summary | |
java.util.Map |
getContext()
|
java.lang.String |
getProtocol()
|
UMOMessageReceiver |
registerListener(UMOComponent component,
UMOEndpoint endpoint)
This creates a UMOMessageReceiver associated with this endpoint and registers it
with the endpoint |
void |
setContext(java.util.Map context)
|
protected void |
stopConnector()
Template method to perform any work when stopping the connectoe |
Methods inherited from class org.mule.providers.AbstractServiceEnabledConnector |
createReceiver, doInitialise, getMessageAdapter, getServiceDescriptor, getServiceOverrides, initFromServiceDescriptor, initialiseFromUrl, setServiceOverrides |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GlueConnector()
Method Detail |
public java.lang.String getProtocol()
getProtocol
in interface UMOConnector
getProtocol
in class AbstractConnector
protected void stopConnector() throws UMOException
stopConnector
in class AbstractConnector
UMOException
- if the method failspublic UMOMessageReceiver registerListener(UMOComponent component, UMOEndpoint endpoint) throws java.lang.Exception
UMOConnector
UMOMessageReceiver
associated with this endpoint and registers it
with the endpoint
registerListener
in interface UMOConnector
registerListener
in class AbstractConnector
java.lang.Exception
public java.util.Map getContext()
public void setContext(java.util.Map context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |