Uses of Interface
org.apache.ws.policy.util.PolicyReader

Packages that use PolicyReader
org.apache.ws.policy.util   
 

Uses of PolicyReader in org.apache.ws.policy.util
 

Classes in org.apache.ws.policy.util that implement PolicyReader
 class DOMPolicyReader
          DOMPolicyReader implements PolicyReader and provides different methods to create a policy object.
 class OMPolicyReader
          OMPolicyReader implements PolicyReader interface and provides different methods to create a policy object It ueses AxisOM as its underlying mechanism to process XML.
 

Methods in org.apache.ws.policy.util that return PolicyReader
static PolicyReader PolicyFactory.getPolicyReader(int type)
          Creates a specified type of PolicyReader object DOM_POLICY_READER : Uses DOM as its underlying mechanism to process XML.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.