org.apache.geronimo.ews.ws4j2ee.context
Class ContextValidator

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.context.ContextValidator

public class ContextValidator
extends java.lang.Object

Before the code genaration this class is used to analyis the parse inforemation and make sure that the data populated in the different *Context* are consistent. This class will populate the most of the infomation in the MiscInfo.

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
ContextValidator(J2EEWebServiceContext context)
           
 
Method Summary
 void validateWithOutWSDL(org.apache.axis.wsdl.fromJava.Emitter emitter)
          Just as in the server side this code find the WSDL Service and WSDLport and populate them in the MiscInfo
 void validateWithWSDL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextValidator

public ContextValidator(J2EEWebServiceContext context)
                 throws GenerationFault
Method Detail

validateWithOutWSDL

public void validateWithOutWSDL(org.apache.axis.wsdl.fromJava.Emitter emitter)
                         throws GenerationFault

Just as in the server side this code find the WSDL Service and WSDLport and populate them in the MiscInfo

Parameters:
emitter -
Throws:
GenerationFault

validateWithWSDL

public void validateWithWSDL()


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