Package org.jboss.jca.test.eis
Interface Handler
public interface Handler
This interface represents a session between a resource adapter
and an Enterprise Information System
Once the
handle method returns the socket where
the communication takes place is closed- Author:
- Jesper Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(InputStream is, OutputStream os) Handle an interaction with a client
-
Method Details
-
handle
Handle an interaction with a client- Parameters:
is- The input streamos- The output stream
-