org.apache.cxf.ws.security.policy
Class WSSecurityPolicyLoader

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader
All Implemented Interfaces:
org.apache.cxf.ws.policy.AssertionBuilderLoader, org.apache.cxf.ws.policy.PolicyInterceptorProviderLoader

public final class WSSecurityPolicyLoader
extends Object
implements org.apache.cxf.ws.policy.PolicyInterceptorProviderLoader, org.apache.cxf.ws.policy.AssertionBuilderLoader


Constructor Summary
WSSecurityPolicyLoader(org.apache.cxf.Bus b)
           
 
Method Summary
 void registerBuilders()
           
 void registerProviders()
           
protected  void shutdownResources(org.apache.cxf.service.model.EndpointInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSecurityPolicyLoader

public WSSecurityPolicyLoader(org.apache.cxf.Bus b)
Method Detail

shutdownResources

protected void shutdownResources(org.apache.cxf.service.model.EndpointInfo info)

registerBuilders

public void registerBuilders()

registerProviders

public void registerProviders()


Apache CXF