org.jboss.security.xacml.factories
Class RequestResponseContextFactory

java.lang.Object
  extended by org.jboss.security.xacml.factories.RequestResponseContextFactory

public class RequestResponseContextFactory
extends Object

Factory to create the Request and ResponseContext objects

Since:
Jul 6, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Constructor Summary
RequestResponseContextFactory()
           
 
Method Summary
static RequestContext createRequestCtx()
          Create a bare RequestContext object
static ResponseContext createResponseContext()
          Create a ResponseContext object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestResponseContextFactory

public RequestResponseContextFactory()
Method Detail

createRequestCtx

public static RequestContext createRequestCtx()
Create a bare RequestContext object

Returns:
a RequestContext object
See Also:
RequestContext.setRequest(org.jboss.security.xacml.core.model.context.RequestType)

createResponseContext

public static ResponseContext createResponseContext()
Create a ResponseContext object

Returns:
a ResponseContext object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.