|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.service.invoker.RequestScopePolicy
public class RequestScopePolicy
This scope policy implements one servant instance per request.
Constructor Summary | |
---|---|
RequestScopePolicy()
|
Method Summary | |
---|---|
Factory |
applyScope(Factory f,
Exchange ex)
Apply scope policy to a Factory object so that the instance created by the Factory object can be cached properly. |
static ScopePolicy |
instance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestScopePolicy()
Method Detail |
---|
public Factory applyScope(Factory f, Exchange ex)
ScopePolicy
applyScope
in interface ScopePolicy
f
- the Factory object.ex
- The message exchange which the scope is applied to.
public static ScopePolicy instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |