org.apache.cxf.bus.resource
Class ResourceManagerImpl
java.lang.Object
org.apache.cxf.resource.DefaultResourceManager
org.apache.cxf.bus.resource.ResourceManagerImpl
- All Implemented Interfaces:
- BusExtension, ResourceManager
public class ResourceManagerImpl
- extends DefaultResourceManager
- implements BusExtension
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceManagerImpl
public ResourceManagerImpl()
ResourceManagerImpl
public ResourceManagerImpl(java.util.List<ResourceResolver> r)
ResourceManagerImpl
public ResourceManagerImpl(java.util.Map<java.lang.String,java.lang.Object> properties)
setResolvers
public void setResolvers(java.util.List<ResourceResolver> resolvers)
- Set the list of resolvers for this resource manager.
- Parameters:
resolvers
-
setBus
public void setBus(Bus b)
register
@PostConstruct
public void register()
getRegistrationType
public java.lang.Class<?> getRegistrationType()
- Specified by:
getRegistrationType
in interface BusExtension
Apache CXF