Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.components
Class AsnContext

java.lang.Object
  extended by com.esri.gpt.server.assertion.components.AsnContext

public class AsnContext
extends Object

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

AsnContext

public AsnContext()
Default constructor

Method Detail

getAssertionFactory

public AsnFactory getAssertionFactory()
Gets the assertion factory.

Returns:
the assertion factory

setAssertionFactory

public void setAssertionFactory(AsnFactory factory)
Sets the assertion factory.

Parameters:
factory - the assertion factory

getAuthorizer

public AsnAuthorizer getAuthorizer()
Gets the authorizer.

Returns:
the authorizer

setAuthorizer

public void setAuthorizer(AsnAuthorizer authorizer)
Sets the authorizer.

Parameters:
authorizer - the authorizer

getMessageBroker

public MessageBroker getMessageBroker()
Gets the resource bundle message broker.

Returns:
the message broker (can be null)

setMessageBroker

public void setMessageBroker(MessageBroker messageBroker)
Sets the resource bundle message broker.

Parameters:
messageBroker - the message broker

getOperation

public AsnOperation getOperation()
Gets the active operation.

Returns:
the active operation

setOperation

public void setOperation(AsnOperation operation)
Sets the active operation.

Parameters:
operation - the active operation

getOperationResponse

public AsnResponse getOperationResponse()
Gets the operation response.

Returns:
the operation response

setOperationResponse

public void setOperationResponse(AsnResponse response)
Sets the operation response.

Parameters:
response - the operation response

getRequestContext

public RequestContext getRequestContext()
Gets the underlying request context.

Returns:
the request context

setRequestContext

public void setRequestContext(RequestContext requestContext)
Sets the underlying request context.

Parameters:
requestContext - the request context

getRequestOptions

public AsnRequestOptions getRequestOptions()
Gets the request options.

Returns:
the request options

setRequestOptions

public void setRequestOptions(AsnRequestOptions requestOptions)
Sets the request options.

Parameters:
requestOptions - the request options

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.