Class Xacml20MessageCreator

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
All Implemented Interfaces:
GroovyObject
Direct Known Subclasses:
ChPpqMessageCreator

public class Xacml20MessageCreator extends Object implements GroovyObject
  • Field Details

    • HL7V3_OBJECT_FACTORY

      protected static final ObjectFactory 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

      protected static final DatatypeFactory XML_OBJECT_FACTORY
  • Constructor Details

    • Xacml20MessageCreator

      public Xacml20MessageCreator(String homeCommunityId)
  • Method Details