public class ApplicationConnectorFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
COPYRIGHT |
| Modifier | Constructor and Description |
|---|---|
private |
ApplicationConnectorFactory()
Private ctor to prevent instatiation, this is a static class.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConnector |
getConnector(RequestProcessor request)
Returns an application connector class appropriate for the request.
|
static final java.lang.String COPYRIGHT
private ApplicationConnectorFactory()
public static ApplicationConnector getConnector(RequestProcessor request) throws UnsupportedRequestException
request - the cXML requestUnsupportedRequestException - if the request is not recognized