org.apache.axis2.wsdl.codegen.extension
Class PolicyEvaluator

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.extension.PolicyEvaluator
All Implemented Interfaces:
CodeGenExtension

public class PolicyEvaluator
extends java.lang.Object
implements CodeGenExtension


Constructor Summary
PolicyEvaluator()
           
 
Method Summary
 void engage()
           
 void init(CodeGenConfiguration configuration)
          Go through the WSDL and extract the WS-Policy elements and map it into a Axis Module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyEvaluator

public PolicyEvaluator()
Method Detail

init

public void init(CodeGenConfiguration configuration)
Go through the WSDL and extract the WS-Policy elements and map it into a Axis Module.

Specified by:
init in interface CodeGenExtension

engage

public void engage()
Specified by:
engage in interface CodeGenExtension