Class LocatorType

java.lang.Object
org.apache.axis2.dataretrieval.LocatorType

public class LocatorType extends Object
Defines Data Locator types as described below: DEFAULT_AXIS - Default Axis2 data locator GLOBAL_LEVEL - Global level data locator i.e.,plug-in data locator registered using element in axis2.xml. GLOBAL_DIALECT - Global level dialect specfic data locator i.e.,plug-in data locator registered using element in axis2.xml. SERVICE_LEVEL - Service level data locator i.e. plug-in data locator registered using element in services.xml. SERVICE_DIALECT - Service level dialect specific data locator i.e. plug-in data locator registered using element in services.xml.
  • Field Details

    • DEFAULT_AXIS

      public static final LocatorType DEFAULT_AXIS
    • GLOBAL_LEVEL

      public static final LocatorType GLOBAL_LEVEL
    • GLOBAL_DIALECT

      public static final LocatorType GLOBAL_DIALECT
    • SERVICE_LEVEL

      public static final LocatorType SERVICE_LEVEL
    • SERVICE_DIALECT

      public static final LocatorType SERVICE_DIALECT
  • Constructor Details

    • LocatorType

      protected LocatorType(int intype)
  • Method Details

    • getType

      public int getType()