com.bankframe.services.requestrouter.webservice
Interface WebserviceRequestRouter
- All Superinterfaces:
- EJBObject, Remote
public interface WebserviceRequestRouter
- extends EJBObject
This is the Remote interface to the wwbservices requestRouter
processDataPackets
String processDataPackets(String request)
throws ProcessingErrorException,
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
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.