org.apache.geronimo.ews.ws4j2ee.toWs
Interface Ws4J2eeDeployContext

All Known Implementing Classes:
AntDeployContext, Ws4J2eeDeployContextImpl, Ws4J2eeServerCLOptionParser

public interface Ws4J2eeDeployContext

Author:
hemapani@opensource.lk

Method Summary
 java.lang.String getContanier()
           
 java.lang.String getImplStyle()
           
 int getMode()
           
 Module getModule()
           
 java.lang.String getModuleLocation()
           
 java.lang.String getOutPutLocation()
           
 java.util.Map getProperties()
           
 java.lang.String getWsdlImplFilename()
           
 boolean isCompile()
           
 

Method Detail

getMode

public int getMode()

getWsdlImplFilename

public java.lang.String getWsdlImplFilename()

getModule

public Module getModule()

getModuleLocation

public java.lang.String getModuleLocation()

getContanier

public java.lang.String getContanier()

getImplStyle

public java.lang.String getImplStyle()

getOutPutLocation

public java.lang.String getOutPutLocation()

isCompile

public boolean isCompile()

getProperties

public java.util.Map getProperties()


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