Uses of Enum Class
org.openehealth.ipf.commons.ihe.xacml20.Xacml20Status
Packages that use Xacml20Status
-
Uses of Xacml20Status in org.openehealth.ipf.commons.ihe.xacml20
Methods in org.openehealth.ipf.commons.ihe.xacml20 that return Xacml20StatusModifier and TypeMethodDescriptionXacml20Exception.getStatus()
static Xacml20Status
Returns the enum constant of this class with the specified name.static Xacml20Status[]
Xacml20Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xacml20 with parameters of type Xacml20StatusModifier and TypeMethodDescriptionXacml20MessageCreator.createNegativeQueryResponse
(Xacml20Status status, String statusMessage) protected static ResponseType
Xacml20MessageCreator.createResponse
(Xacml20Status status, String statusMessage, AssertionType assertion) Constructors in org.openehealth.ipf.commons.ihe.xacml20 with parameters of type Xacml20StatusModifierConstructorDescriptionXacml20Exception
(Xacml20Status status) Xacml20Exception
(Xacml20Status status, String message) Xacml20Exception
(Xacml20Status status, String message, Throwable cause) Xacml20Exception
(Xacml20Status status, Throwable cause)