java.lang.Object
com.aquima.interactions.communication.impl.validator.NamespaceContext

public final class NamespaceContext extends Object
Internal context class for a namespace.
Since:
9.0
Author:
Nicky van Noorloos
  • Constructor Details

    • NamespaceContext

      protected NamespaceContext(String prefix, String namespace)
  • Method Details

    • getPrefix

      protected String getPrefix()
    • getNamespace

      protected String getNamespace()
    • getSchemas

      protected String[] getSchemas()
    • getSchema

      protected byte[] getSchema(String name)
    • addSchema

      protected void addSchema(String schemaName, byte[] schema)