org.apache.geronimo.jaxws.builder
Class JAXWSTools

java.lang.Object
  extended by org.apache.geronimo.jaxws.builder.JAXWSTools

public class JAXWSTools
extends Object


Constructor Summary
JAXWSTools()
           
 
Method Summary
 File[] getClasspath(Collection<? extends Repository> repositories)
           
 boolean getOverrideContextClassLoader()
           
 boolean invokeWsgen(URL[] jars, OutputStream os, String[] arguments)
           
 boolean invokeWsimport(URL[] jars, OutputStream os, String[] arguments)
           
 void setOverrideContextClassLoader(boolean overrideContextClassLoader)
           
 void setUseAxis2SAAJ()
           
 void setUseSunSAAJ()
           
static String toString(File[] jars)
           
static URL[] toURL(File[] jars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSTools

public JAXWSTools()
Method Detail

setUseSunSAAJ

public void setUseSunSAAJ()

setUseAxis2SAAJ

public void setUseAxis2SAAJ()

setOverrideContextClassLoader

public void setOverrideContextClassLoader(boolean overrideContextClassLoader)

getOverrideContextClassLoader

public boolean getOverrideContextClassLoader()

toURL

public static URL[] toURL(File[] jars)
                   throws MalformedURLException
Throws:
MalformedURLException

toString

public static String toString(File[] jars)

getClasspath

public File[] getClasspath(Collection<? extends Repository> repositories)
                    throws Exception
Throws:
Exception

invokeWsgen

public boolean invokeWsgen(URL[] jars,
                           OutputStream os,
                           String[] arguments)
                    throws Exception
Throws:
Exception

invokeWsimport

public boolean invokeWsimport(URL[] jars,
                              OutputStream os,
                              String[] arguments)
                       throws Exception
Throws:
Exception


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.