public class ProfileRequestConnector extends ApplicationConnector
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CLASSNAME |
(package private) static java.lang.String |
COPYRIGHT |
private static org.apache.log4j.Logger |
logger |
requestProcessor
Modifier | Constructor and Description |
---|---|
protected |
ProfileRequestConnector(RequestProcessor requestProcessor) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
processWithConnector()
Throws an exception; not used.
|
org.dom4j.Document |
processWithoutConnector()
Returns a response based on the configuration and requset parmaeters.
|
connectorNotAllowed, connectorRequired, process, runConnector
static final java.lang.String COPYRIGHT
private static final java.lang.String CLASSNAME
private static org.apache.log4j.Logger logger
protected ProfileRequestConnector(RequestProcessor requestProcessor)
requestProcessor
- the incoming requestpublic org.dom4j.Document processWithConnector() throws B2bException
processWithConnector
in class ApplicationConnector
B2bException
public org.dom4j.Document processWithoutConnector() throws B2bException
processWithoutConnector
in class ApplicationConnector
B2bException