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

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

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

Methods in org.jboss.security.xacml.core that return ResultType
 ResultType JBossResponseContext.getResult()
           
 

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

Fields in org.jboss.security.xacml.core.model.context with type parameters of type ResultType
protected  List<ResultType> ResponseType.result
           
 

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

Methods in org.jboss.security.xacml.core.model.context that return types with arguments of type ResultType
 javax.xml.bind.JAXBElement<ResultType> ObjectFactory.createResult(ResultType value)
          Create an instance of JAXBElement<ResultType>}
 List<ResultType> ResponseType.getResult()
          Gets the value of the result property.
 

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

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

Methods in org.jboss.security.xacml.interfaces that return ResultType
 ResultType ResponseContext.getResult()
          Get the result
 



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