org.mule.module.jca
Interface MuleConnection
- All Known Implementing Classes:
- DefaultMuleConnection
public interface MuleConnection
MuleConnection
defines the client connection methods for the JCA
CCI contract
dispatch
void dispatch(java.lang.String url,
java.lang.Object payload,
java.util.Map messageProperties)
throws MuleException
- Throws:
MuleException
request
MuleMessage request(java.lang.String url,
long timeout)
throws MuleException
- Throws:
MuleException
getManagedConnection
MuleManagedConnection getManagedConnection()
close
void close()
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
associateConnection
void associateConnection(MuleManagedConnection newMc)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
send
MuleMessage send(java.lang.String url,
java.lang.Object payload,
java.util.Map messageProperties)
throws MuleException
- Throws:
MuleException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.