Uses of Class
org.jboss.security.xacml.core.model.context.RequestType

Packages that use RequestType
org.jboss.security.xacml.core   
org.jboss.security.xacml.core.model.context   
org.jboss.security.xacml.interfaces   
 

Uses of RequestType in org.jboss.security.xacml.core
 

Methods in org.jboss.security.xacml.core with parameters of type RequestType
 void JBossRequestContext.setRequest(RequestType requestType)
           
 

Uses of RequestType in org.jboss.security.xacml.core.model.context
 

Methods in org.jboss.security.xacml.core.model.context that return RequestType
 RequestType ObjectFactory.createRequestType()
          Create an instance of RequestType
 

Methods in org.jboss.security.xacml.core.model.context that return types with arguments of type RequestType
 javax.xml.bind.JAXBElement<RequestType> ObjectFactory.createRequest(RequestType value)
          Create an instance of JAXBElement<RequestType>}
 

Methods in org.jboss.security.xacml.core.model.context with parameters of type RequestType
 javax.xml.bind.JAXBElement<RequestType> ObjectFactory.createRequest(RequestType value)
          Create an instance of JAXBElement<RequestType>}
 

Uses of RequestType in org.jboss.security.xacml.interfaces
 

Methods in org.jboss.security.xacml.interfaces with parameters of type RequestType
 void RequestContext.setRequest(RequestType requestType)
          Place the Request instance on the context
 



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