Class Xacml20MessageCreator
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
- All Implemented Interfaces:
groovy.lang.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) groovy.lang.MetaClassvoidsetMetaClass(groovy.lang.MetaClass mc) Methods 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
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
createIssuer
-
createAssertion
-
createResponse
protected static ResponseType createResponse(Xacml20Status status, String statusMessage, AssertionType assertion) -
createNegativeQueryResponse
-
createNegativeQueryResponse
-