org.mule.ra
Interface MuleConnection
- All Known Implementing Classes:
- DefaultMuleConnection
- public interface MuleConnection
MuleConnection
defines the client connection methods for the JCA
CCI contract
dispatch
public void dispatch(String url,
Object payload,
Map messageProperties)
throws UMOException
- Throws:
UMOException
receive
public UMOMessage receive(String url,
long timeout)
throws UMOException
- Throws:
UMOException
getManagedConnection
public MuleManagedConnection getManagedConnection()
close
public void close()
throws ResourceException
- Throws:
ResourceException
associateConnection
public void associateConnection(MuleManagedConnection newMc)
throws ResourceException
- Throws:
ResourceException
send
public UMOMessage send(String url,
Object payload,
Map messageProperties)
throws UMOException
- Throws:
UMOException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.