Uses of Interface
org.apache.cxf.ws.transfer.manager.ResourceManager
-
Packages that use ResourceManager Package Description org.apache.cxf.ws.transfer.manager org.apache.cxf.ws.transfer.resource org.apache.cxf.ws.transfer.resourcefactory.resolver -
-
Uses of ResourceManager in org.apache.cxf.ws.transfer.manager
Classes in org.apache.cxf.ws.transfer.manager that implement ResourceManager Modifier and Type Class Description classMemoryResourceManagerIn memory implementation for ResourceManager interface. -
Uses of ResourceManager in org.apache.cxf.ws.transfer.resource
Fields in org.apache.cxf.ws.transfer.resource declared as ResourceManager Modifier and Type Field Description protected ResourceManagerResourceLocal. managerMethods in org.apache.cxf.ws.transfer.resource that return ResourceManager Modifier and Type Method Description ResourceManagerResourceLocal. getManager()Methods in org.apache.cxf.ws.transfer.resource with parameters of type ResourceManager Modifier and Type Method Description voidResourceLocal. setManager(ResourceManager manager) -
Uses of ResourceManager in org.apache.cxf.ws.transfer.resourcefactory.resolver
Fields in org.apache.cxf.ws.transfer.resourcefactory.resolver declared as ResourceManager Modifier and Type Field Description protected ResourceManagerSimpleResourceResolver. resourceManagerMethods in org.apache.cxf.ws.transfer.resourcefactory.resolver that return ResourceManager Modifier and Type Method Description ResourceManagerResourceReference. getResourceManager()ResourceManagerSimpleResourceResolver. getResourceManager()Methods in org.apache.cxf.ws.transfer.resourcefactory.resolver with parameters of type ResourceManager Modifier and Type Method Description voidResourceReference. setResourceManager(ResourceManager resourceManager)voidSimpleResourceResolver. setResourceManager(ResourceManager resourceManager)Constructors in org.apache.cxf.ws.transfer.resourcefactory.resolver with parameters of type ResourceManager Constructor Description ResourceReference(String resourceURL, ResourceManager resourceManager)SimpleResourceResolver(String resourceURL, ResourceManager resourceManager)
-