Package org.apache.axis2.dataretrieval
Class LocatorType
java.lang.Object
org.apache.axis2.dataretrieval.LocatorType
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final LocatorTypestatic final LocatorTypestatic final LocatorTypestatic final LocatorTypestatic final LocatorType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_AXIS
-
GLOBAL_LEVEL
-
GLOBAL_DIALECT
-
SERVICE_LEVEL
-
SERVICE_DIALECT
-
-
Constructor Details
-
LocatorType
protected LocatorType(int intype)
-
-
Method Details
-
getType
public int getType()
-