Class Xacml20MessageCreator
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
- All Implemented Interfaces:
GroovyObject
- Direct Known Subclasses:
ChPpqMessageCreator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ObjectFactoryprotected static final org.herasaf.xacml.core.context.impl.ObjectFactoryprotected static final org.herasaf.xacml.core.policy.impl.ObjectFactoryprotected static final DatatypeFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNegativeQueryResponse(Exception exception) createNegativeQueryResponse(Xacml20Status status, String statusMessage) protected static ResponseTypecreateResponse(Xacml20Status status, String statusMessage, AssertionType assertion) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Field Details
-
HL7V3_OBJECT_FACTORY
-
XACML_CONTEXT_OBJECT_FACTORY
protected static final org.herasaf.xacml.core.context.impl.ObjectFactory XACML_CONTEXT_OBJECT_FACTORY -
XACML_POLICY_OBJECT_FACTORY
protected static final org.herasaf.xacml.core.policy.impl.ObjectFactory XACML_POLICY_OBJECT_FACTORY -
XML_OBJECT_FACTORY
-
-
Constructor Details
-
Xacml20MessageCreator
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
createIssuer
-
createAssertion
-
createResponse
protected static ResponseType createResponse(Xacml20Status status, String statusMessage, AssertionType assertion) -
createNegativeQueryResponse
-
createNegativeQueryResponse
-