|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScopePolicy | |
|---|---|
| org.apache.cxf.jaxws | |
| org.apache.cxf.service.invoker | |
| Uses of ScopePolicy in org.apache.cxf.jaxws |
|---|
| Constructors in org.apache.cxf.jaxws with parameters of type ScopePolicy | |
|---|---|
JAXWSMethodInvoker(Factory factory,
ScopePolicy scope)
|
|
| Uses of ScopePolicy in org.apache.cxf.service.invoker |
|---|
| Classes in org.apache.cxf.service.invoker that implement ScopePolicy | |
|---|---|
class |
ApplicationScopePolicy
This scope policy implements one servant instance per service. |
class |
RequestScopePolicy
This scope policy implements one servant instance per request. |
class |
SessionScopePolicy
This scope policy implements one servant instance per session. |
| Methods in org.apache.cxf.service.invoker that return ScopePolicy | |
|---|---|
static ScopePolicy |
ScopePolicyEditor.getDefaultScope()
To get the default scope policy when no policy is specified. |
static ScopePolicy |
ApplicationScopePolicy.instance()
|
static ScopePolicy |
RequestScopePolicy.instance()
|
static ScopePolicy |
SessionScopePolicy.instance()
|
static ScopePolicy |
ScopePolicyEditor.toScopePolicy(java.lang.String policy)
Convert a policy name to ScopePolicy object. |
| Constructors in org.apache.cxf.service.invoker with parameters of type ScopePolicy | |
|---|---|
FactoryInvoker(Factory factory,
ScopePolicy scope)
Create a FactoryInvoker object. |
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||