org.apache.axis2.dataretrieval
Class LocatorType
java.lang.Object
org.apache.axis2.dataretrieval.LocatorType
public class LocatorType
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LocatorType
protected LocatorType(int intype)
getType
public int getType()
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.