org.jboss.blacktie.jatmibroker.xatmi
Interface Service

All Known Implementing Classes:
BlackTieService, MDBBlacktieService

public interface Service

All XATMI services must implement the tpservice method.


Method Summary
 Response tpservice(TPSVCINFO svcinfo)
          This is a method that should be implemented by classes to provide the service behavior
 

Method Detail

tpservice

Response tpservice(TPSVCINFO svcinfo)
                   throws ConnectionException,
                          org.jboss.blacktie.jatmibroker.core.conf.ConfigurationException
This is a method that should be implemented by classes to provide the service behavior

Parameters:
svcinfo - The inbound parameters
Returns:
A response to the client
Throws:
ConnectionException - If the service routine did not handle the request correctly
org.jboss.blacktie.jatmibroker.core.conf.ConfigurationException - If the configuration cannot be read correctly


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.