|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.requestrouter.webservice.WebserviceRequestRouterBean
public class WebserviceRequestRouterBean
This class is a web services wrapper to the request router. It extends the SessionBean
rather than the com.bankframe.ejb.ESessionBean as this class must use
WSDL datatypes of which DataPackets are not a valid type. The strings passeed are encoded
as DataPackets using the com.bankframe.ei.channel.code.DPTPCodec
| Constructor Summary | |
|---|---|
WebserviceRequestRouterBean()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbLoad()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
String |
processDataPackets(String request)
This method is called whenever a request needs to be routed to an Eontec Financial Component |
void |
setSessionContext(SessionContext ctx)
This method set the session context. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebserviceRequestRouterBean()
throws RequestRouterException
RequestRouterException| Method Detail |
|---|
public void ejbActivate()
ejbActivate in interface SessionBeanpublic void ejbCreate()
public void ejbLoad()
public void ejbPassivate()
ejbPassivate in interface SessionBeanpublic void ejbRemove()
ejbRemove in interface SessionBean
public String processDataPackets(String request)
throws ProcessingErrorException,
RemoteException
request - the request to be routed to the EJB
ProcessingErrorException - if there is a problem in delivering the DataPacket
RemoteExceptionpublic void setSessionContext(SessionContext ctx)
setSessionContext in interface SessionBeanctx - the new session context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||