Apache CXF API

org.apache.cxf.ws.policy
Class PolicyRegistryImpl

java.lang.Object
  extended by org.apache.cxf.ws.policy.PolicyRegistryImpl
All Implemented Interfaces:
org.apache.neethi.PolicyRegistry

public class PolicyRegistryImpl
extends Object
implements org.apache.neethi.PolicyRegistry


Constructor Summary
PolicyRegistryImpl()
           
 
Method Summary
 org.apache.neethi.Policy lookup(String key)
           
 void register(String key, org.apache.neethi.Policy policy)
           
 void remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyRegistryImpl

public PolicyRegistryImpl()
Method Detail

lookup

public org.apache.neethi.Policy lookup(String key)
Specified by:
lookup in interface org.apache.neethi.PolicyRegistry

register

public void register(String key,
                     org.apache.neethi.Policy policy)
Specified by:
register in interface org.apache.neethi.PolicyRegistry

remove

public void remove(String key)
Specified by:
remove in interface org.apache.neethi.PolicyRegistry

Apache CXF API

Apache CXF