org.apache.axis2.util
Class PolicyLocator

java.lang.Object
  extended by org.apache.axis2.util.PolicyLocator
All Implemented Interfaces:
org.apache.neethi.PolicyRegistry

public class PolicyLocator
extends java.lang.Object
implements org.apache.neethi.PolicyRegistry


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

Constructor Detail

PolicyLocator

public PolicyLocator(AxisService service)
Method Detail

lookup

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

register

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

remove

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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.