com.bankframe.services.requestrouter.webservice
Interface WebserviceRequestRouter

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface WebserviceRequestRouter
extends javax.ejb.EJBObject

This is the Remote interface to the wwbservices requestRouter

Author:
Engineering

Method Summary
 java.lang.String processDataPackets(java.lang.String request)
          This method processes incoming SOAP requests.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

processDataPackets

public java.lang.String processDataPackets(java.lang.String request)
                                    throws ProcessingErrorException,
                                           java.rmi.RemoteException
This method processes incoming SOAP requests. The request are XML strings that can be decoded to datapackets by the the DPTP codec.

Parameters:
request - the reqeuest xml string
Returns:
the XML response string
Throws:
ProcessingErrorException
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.