xmlBlaster 2.2.0 API

org.xmlBlaster.protocol.xmlrpc
Class XmlRpcCustomProxy

java.lang.Object
  extended by org.xmlBlaster.protocol.xmlrpc.XmlRpcCustomProxy

public class XmlRpcCustomProxy
extends java.lang.Object

This class can be extended by the Customer, allowing to respond to invocations coming from a non-standard client. Just implement the methods required by the non-standard client and invoke the associated xmlBlasterImpl and authenticateImpl methods.

Author:
michele@laghi.eu

Field Summary
protected  AuthenticateImpl authenticateImpl
           
protected  XmlBlasterImpl xmlBlasterImpl
           
 
Constructor Summary
XmlRpcCustomProxy()
           
 
Method Summary
 void init(XmlBlasterImpl xmlBlasterImpl, AuthenticateImpl authenticateImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlBlasterImpl

protected XmlBlasterImpl xmlBlasterImpl

authenticateImpl

protected AuthenticateImpl authenticateImpl
Constructor Detail

XmlRpcCustomProxy

public XmlRpcCustomProxy()
Method Detail

init

public void init(XmlBlasterImpl xmlBlasterImpl,
                 AuthenticateImpl authenticateImpl)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.