org.xmlecho.palomar.core
Class ECHOConnectionFactoryImpl

java.lang.Object
  extended byorg.xmlecho.palomar.core.ECHOConnectionFactoryImpl
All Implemented Interfaces:
ECHOConnectionFactory

public class ECHOConnectionFactoryImpl
extends java.lang.Object
implements ECHOConnectionFactory

Simple, Java API to the ECHO Processor.


Constructor Summary
ECHOConnectionFactoryImpl()
           
 
Method Summary
 ECHOContext createContext()
          create an initial context for a request
 ECHOConnection getECHOConnection(java.lang.String serviceName, java.lang.String userName, java.lang.String userCredential)
          gets an ECHOConnection implementation with a connection to the named processor
 XProcessor getXProcessor(java.lang.String svcName)
          obtain an ECHO Processor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECHOConnectionFactoryImpl

public ECHOConnectionFactoryImpl()
Method Detail

getECHOConnection

public ECHOConnection getECHOConnection(java.lang.String serviceName,
                                        java.lang.String userName,
                                        java.lang.String userCredential)
                                 throws ECHOException
gets an ECHOConnection implementation with a connection to the named processor

Specified by:
getECHOConnection in interface ECHOConnectionFactory
Throws:
ECHOException

getXProcessor

public XProcessor getXProcessor(java.lang.String svcName)
obtain an ECHO Processor

Specified by:
getXProcessor in interface ECHOConnectionFactory

createContext

public ECHOContext createContext()
create an initial context for a request