|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.AsnFactory
public class AsnFactory
Instantiates components associated with the execution of assertion operations.
Constructor Summary | |
---|---|
AsnFactory()
Default constructor |
Method Summary | |
---|---|
AsnConfig |
getConfiguration()
Gets the configuration. |
AsnOperationHandler |
makeOperationHandler(AsnContext context)
Makes an operation handler suitable for the active assertion request. |
AsnRequestHandler |
makeRequestHandler(HttpServletRequest request,
RequestContext requestContext)
Makes an assertion request handler. |
static AsnFactory |
newFactory(RequestContext requestContext)
Instantiates a new assertion factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnFactory()
Method Detail |
---|
public AsnConfig getConfiguration()
public AsnOperationHandler makeOperationHandler(AsnContext context) throws Exception
context
- the assertion operation context
Exception
- if an exception occurspublic AsnRequestHandler makeRequestHandler(HttpServletRequest request, RequestContext requestContext)
request
- the HTTP servlet requestrequestContext
- the active request context
public static AsnFactory newFactory(RequestContext requestContext)
requestContext
- the active request context
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |