|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4cics.messageformat.jdbc.JdbcFormatter
public class JdbcFormatter
Constructor Summary | |
---|---|
JdbcFormatter()
|
Method Summary | |
---|---|
void |
mapInputBeanToInputMessage(ServiceContext serviceContext)
nel caso di Jdbc l'output message è un PreparedStatement o un CallableStatement con i parametri settati. |
void |
mapOutputMessageToOutputBean(ServiceContext serviceContext)
nel caso di Jdbc l'output message è la coppia CallableStatement + resultset o valore di ritorno di un update. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcFormatter()
Method Detail |
---|
public void mapInputBeanToInputMessage(ServiceContext serviceContext) throws FormatException
mapInputBeanToInputMessage
in interface MessageFormatter
FormatException
it.imolinfo.jbi4cics.messageformat.MessageFormatter#mapInputBeanToInputMessage(java.lang.Object, it.imolinfo.jbi4cics.service.ServiceContext)
public void mapOutputMessageToOutputBean(ServiceContext serviceContext) throws FormatException
mapOutputMessageToOutputBean
in interface MessageFormatter
FormatException
it.imolinfo.jbi4cics.messageformat.MessageFormatter#mapOutputMessageToOutputBean(java.lang.Object, it.imolinfo.jbi4cics.service.ServiceContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |