|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Factory | |
---|---|
org.codehaus.xfire.service.invoker | |
org.codehaus.xfire.util.factory | This package provides interfaces and classes for factory and pool functionality. |
Uses of Factory in org.codehaus.xfire.service.invoker |
---|
Classes in org.codehaus.xfire.service.invoker that implement Factory | |
---|---|
class |
LocalFactory
The XFire implementation of Factory interface. |
Methods in org.codehaus.xfire.service.invoker that return Factory | |
---|---|
Factory |
ScopePolicy.applyScope(Factory f,
MessageContext ctxt)
Apply scope policy to a Factory object so that the instance created by the Factory object can be cached properly. |
Factory |
RequestScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Factory |
SessionScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Factory |
ApplicationScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Methods in org.codehaus.xfire.service.invoker with parameters of type Factory | |
---|---|
Factory |
ScopePolicy.applyScope(Factory f,
MessageContext ctxt)
Apply scope policy to a Factory object so that the instance created by the Factory object can be cached properly. |
Factory |
RequestScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Factory |
SessionScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Factory |
ApplicationScopePolicy.applyScope(Factory f,
MessageContext ctxt)
|
Constructors in org.codehaus.xfire.service.invoker with parameters of type Factory | |
---|---|
FactoryInvoker(Factory factory,
ScopePolicy scope)
Create a FactoryInvoker object. |
Uses of Factory in org.codehaus.xfire.util.factory |
---|
Classes in org.codehaus.xfire.util.factory that implement Factory | |
---|---|
class |
PooledFactory
This class decorates a Factory object that uses a Pool strategy to cache the factory result; |
Methods in org.codehaus.xfire.util.factory with parameters of type Factory | |
---|---|
Object |
Pool.getInstance(Factory factory)
Apply the pooling strategy and return an instance from either the pool or the factory. |
Object |
CachingPool.getInstance(Factory factory)
|
Object |
SingletonPool.getInstance(Factory factory)
|
Object |
ThreadSingletonPool.getInstance(Factory factory)
|
Object |
SimplePool.getInstance(Factory factory)
|
Constructors in org.codehaus.xfire.util.factory with parameters of type Factory | |
---|---|
PooledFactory(Factory factory,
Pool pool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |