|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.tools.cxf.utils.policy.PolicyRegistrator
public class PolicyRegistrator
This class knows how to registers CXF PolicyInterceptorProvider in a
Client. Which are needed by CXF 2.6.0 when custom policy are defined
in the service definition.
Usually you'll notice them cause they have different name spaces.
| Constructor Summary | |
|---|---|
PolicyRegistrator()
|
|
| Method Summary | |
|---|---|
void |
addAllPolicyProviders(List<org.apache.cxf.ws.policy.PolicyInterceptorProvider> policyProvidersList)
Add all a PolicyInterceptorProvider to the internal structure for
future registration in a given client |
void |
addPolicyProvider(org.apache.cxf.ws.policy.PolicyInterceptorProvider policyPorvider)
Add a PolicyInterceptorProvider to the internal structure for
future registration in a given client |
void |
clearPolicyProviders()
Clear all PolicyInterceptorProvider from the internal structure |
List<org.apache.cxf.ws.policy.PolicyInterceptorProvider> |
getPolicyProviders()
|
org.apache.cxf.endpoint.Client |
registerPolicyProviders(org.apache.cxf.endpoint.Client client)
Register all the PolicyInterceptorProvider in the Client
provided |
org.apache.cxf.endpoint.Client |
registerPolicyProviders(Object servicePort)
Register all the PolicyInterceptorProvider in the servicePort
provided |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyRegistrator()
| Method Detail |
|---|
public void addPolicyProvider(org.apache.cxf.ws.policy.PolicyInterceptorProvider policyPorvider)
PolicyInterceptorProvider to the internal structure for
future registration in a given client
policyPorvider - public void addAllPolicyProviders(List<org.apache.cxf.ws.policy.PolicyInterceptorProvider> policyProvidersList)
PolicyInterceptorProvider to the internal structure for
future registration in a given client
policyProvidersList - public List<org.apache.cxf.ws.policy.PolicyInterceptorProvider> getPolicyProviders()
public void clearPolicyProviders()
PolicyInterceptorProvider from the internal structure
public org.apache.cxf.endpoint.Client registerPolicyProviders(Object servicePort)
PolicyInterceptorProvider in the servicePort
provided
servicePort -
PolicyInterceptorProvider registered
in itpublic org.apache.cxf.endpoint.Client registerPolicyProviders(org.apache.cxf.endpoint.Client client)
PolicyInterceptorProvider in the Client
provided
client -
PolicyInterceptorProvider registered
in it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||