com.softwareag.entirex.xml.rt
Interface XMLRPCServerInterface


public interface XMLRPCServerInterface

Definition of interface for Java-API of XML RPC Server


Method Summary
 byte[] invoke(byte[] request, java.util.Properties properties)
          Method must be implemented by application using Java-API of XML/SOAP RPC Server.
 

Method Detail

invoke

byte[] invoke(byte[] request,
              java.util.Properties properties)
              throws java.lang.Exception
Method must be implemented by application using Java-API of XML/SOAP RPC Server.

Parameters:
request - XML/SOAP request document
properties - Information of request and response document
Returns:
An byte array with with response document
Throws:
java.lang.Exception