org.apache.geronimo.ews.ws4j2ee.toWs.handlers
Class HandlerGenerator

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.handlers.HandlerGenerator
All Implemented Interfaces:
Generator

public class HandlerGenerator
extends java.lang.Object
implements Generator

Genarate the signature of the handlers as given by the webservices.xml file.

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
HandlerGenerator(J2EEWebServiceContext j2eewscontext)
           
 
Method Summary
 void generate()
          genarate the handlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerGenerator

public HandlerGenerator(J2EEWebServiceContext j2eewscontext)
                 throws GenerationFault
Method Detail

generate

public void generate()
              throws GenerationFault
genarate the handlers

Specified by:
generate in interface Generator
Throws:
GenerationFault


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.