org.mule.providers.http
Class HttpClientMessageDispatcher
java.lang.Object
org.mule.providers.AbstractMessageDispatcher
org.mule.providers.http.HttpClientMessageDispatcher
- All Implemented Interfaces:
- Disposable, java.beans.ExceptionListener, UMOMessageDispatcher
- public class HttpClientMessageDispatcher
- extends AbstractMessageDispatcher
HttpClientMessageDispatcher
dispatches Mule events over http.
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientMessageDispatcher
public HttpClientMessageDispatcher(HttpConnector connector)
doDispatch
public void doDispatch(UMOEvent event)
throws java.lang.Exception
- Specified by:
doDispatch
in class AbstractMessageDispatcher
- Throws:
java.lang.Exception
getConnector
public UMOConnector getConnector()
- Specified by:
getConnector
in interface UMOMessageDispatcher
- Overrides:
getConnector
in class AbstractMessageDispatcher
getDelegateSession
public java.lang.Object getDelegateSession()
throws UMOException
- Throws:
UMOException
receive
public UMOMessage receive(UMOEndpointURI endpointUri,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
doSend
public UMOMessage doSend(UMOEvent event)
throws java.lang.Exception
- Specified by:
doSend
in class AbstractMessageDispatcher
- Throws:
java.lang.Exception
getConnection
protected HttpConnection getConnection(java.net.URI uri)
throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
doDispose
public void doDispose()
throws UMOException
- Specified by:
doDispose
in class AbstractMessageDispatcher
- Throws:
UMOException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.