public class ProviderInfo<T> extends AbstractResourceInfo
CONSTRUCTOR_PROXY_MAP, resourceClass, root, serviceClass
Constructor and Description |
---|
ProviderInfo(T provider,
Bus bus,
boolean custom) |
ProviderInfo(T provider,
Bus bus,
boolean checkContexts,
boolean custom) |
ProviderInfo(T provider,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus,
boolean custom) |
ProviderInfo(T provider,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus,
boolean checkContexts,
boolean custom) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getProvider() |
int |
hashCode() |
boolean |
isBusGlobal() |
boolean |
isCustom() |
boolean |
isSingleton() |
void |
setBusGlobal(boolean busGlobal) |
clearAllMaps, clearThreadLocalProxies, contextsAvailable, getBus, getConstructorProxies, getContextFieldProxy, getContextFields, getContextMethods, getContextSetterProxy, getResourceClass, getServiceClass, isRoot, setResourceClass
public ProviderInfo(T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, boolean custom)
public ProviderInfo(T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, boolean checkContexts, boolean custom)
public boolean isSingleton()
isSingleton
in class AbstractResourceInfo
public T getProvider()
public boolean isCustom()
public boolean isBusGlobal()
public void setBusGlobal(boolean busGlobal)
Apache CXF