|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlecho.palomar.ECHOHome
The Home interface (static methods) for ECHO from which one can obtain
the system's ECHOConnectionFactory and ECHO XProcessors.
The name of the system's ECHOConnectionFactory implementing class
is identified by the property
org.xmlecho.palomar.ECHOConnectionFactory.
If this property
is not given, the implementing class will default to
org.xmlecho.palomar.core.ECHOLocalHomeImpl
| Field Summary | |
static java.lang.String |
NAMESPACE
The ECHO namespace is http://namespaces.snapbridge.com/echo |
static java.lang.String |
SESSION_NAMESPACE
The ECHO connection session namespace is http://namespaces.snapbridge.com/echoSession |
| Method Summary | |
static ECHOConnectionFactory |
getConnectionFactory()
obtain the system's ECHOService implementation |
static 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 |
static XProcessor |
getXProcessor(java.lang.String svcName)
obtain the ECHO Processor, configured through properties for the given name from the system's ECHOService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAMESPACE
http://namespaces.snapbridge.com/echo
public static final java.lang.String SESSION_NAMESPACE
http://namespaces.snapbridge.com/echoSession
| Method Detail |
public static final ECHOConnection getECHOConnection(java.lang.String serviceName,
java.lang.String userName,
java.lang.String userCredential)
throws ECHOException
ECHOExceptionpublic static final XProcessor getXProcessor(java.lang.String svcName)
public static final ECHOConnectionFactory getConnectionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||