Package org.apache.axis2.dataretrieval
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 usingelement 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 Summary
Fields Modifier and Type Field Description static LocatorType
DEFAULT_AXIS
static LocatorType
GLOBAL_DIALECT
static LocatorType
GLOBAL_LEVEL
static LocatorType
SERVICE_DIALECT
static LocatorType
SERVICE_LEVEL
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocatorType(int intype)
-
-
-
Field Detail
-
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
-
-