Class Xacml20MessageCreator
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
- All Implemented Interfaces:
GroovyObject
- Direct Known Subclasses:
ChPpqMessageCreator
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final ObjectFactory
protected static final org.herasaf.xacml.core.context.impl.ObjectFactory
protected static final org.herasaf.xacml.core.policy.impl.ObjectFactory
protected static final DatatypeFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateNegativeQueryResponse
(Exception exception) createNegativeQueryResponse
(Xacml20Status status, String statusMessage) protected static ResponseType
createResponse
(Xacml20Status status, String statusMessage, AssertionType assertion) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
createIssuer
-
createAssertion
-
createResponse
protected static ResponseType createResponse(Xacml20Status status, String statusMessage, AssertionType assertion) -
createNegativeQueryResponse
-
createNegativeQueryResponse
-