|
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.components.AsnContext
public class AsnContext
Provides a context for assertion operations.
Constructor Summary | |
---|---|
AsnContext()
Default constructor |
Method Summary | |
---|---|
AsnFactory |
getAssertionFactory()
Gets the assertion factory. |
AsnAuthorizer |
getAuthorizer()
Gets the authorizer. |
MessageBroker |
getMessageBroker()
Gets the resource bundle message broker. |
AsnOperation |
getOperation()
Gets the active operation. |
AsnResponse |
getOperationResponse()
Gets the operation response. |
RequestContext |
getRequestContext()
Gets the underlying request context. |
AsnRequestOptions |
getRequestOptions()
Gets the request options. |
void |
setAssertionFactory(AsnFactory factory)
Sets the assertion factory. |
void |
setAuthorizer(AsnAuthorizer authorizer)
Sets the authorizer. |
void |
setMessageBroker(MessageBroker messageBroker)
Sets the resource bundle message broker. |
void |
setOperation(AsnOperation operation)
Sets the active operation. |
void |
setOperationResponse(AsnResponse response)
Sets the operation response. |
void |
setRequestContext(RequestContext requestContext)
Sets the underlying request context. |
void |
setRequestOptions(AsnRequestOptions requestOptions)
Sets the request options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnContext()
Method Detail |
---|
public AsnFactory getAssertionFactory()
public void setAssertionFactory(AsnFactory factory)
factory
- the assertion factorypublic AsnAuthorizer getAuthorizer()
public void setAuthorizer(AsnAuthorizer authorizer)
authorizer
- the authorizerpublic MessageBroker getMessageBroker()
public void setMessageBroker(MessageBroker messageBroker)
messageBroker
- the message brokerpublic AsnOperation getOperation()
public void setOperation(AsnOperation operation)
operation
- the active operationpublic AsnResponse getOperationResponse()
public void setOperationResponse(AsnResponse response)
response
- the operation responsepublic RequestContext getRequestContext()
public void setRequestContext(RequestContext requestContext)
requestContext
- the request contextpublic AsnRequestOptions getRequestOptions()
public void setRequestOptions(AsnRequestOptions requestOptions)
requestOptions
- the request options
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |