public class JAXWSRIWSDLGenerator extends Object implements SchemaSupplier, WSDLSupplier
Constructor and Description |
---|
JAXWSRIWSDLGenerator(AxisService axisService) |
JAXWSRIWSDLGenerator(AxisService axisService,
AxisConfiguration axisConfig) |
Modifier and Type | Method and Description |
---|---|
static String |
expandDirs(String dirPaths)
Expand a directory path or list of directory paths (File.pathSeparator
delimited) into a list of file paths of all the jar files in those
directories.
|
void |
generateWsdl(String className,
String bindingType)
This method will drive the call to WsGen to generate a WSDL file for
applications deployed without WSDL.
|
void |
generateWsdl(String className,
String bindingType,
JAXWSCatalogManager catalogManager)
This method will drive the call to WsGen to generate a WSDL file for
applications deployed without WSDL.
|
static JAXWSCatalogManager |
getCatalogManager(AxisService service)
Get the CatalogManager associated with an AxisService
|
String |
getDefaultClasspath(String webBase)
Get the default classpath from various thingies in the message context
|
org.apache.ws.commons.schema.XmlSchema |
getSchema(AxisService service,
String xsd) |
javax.wsdl.Definition |
getWSDL(AxisService service) |
static boolean |
isJar(InputStream is)
Check if this inputstream is a jar/zip
|
public JAXWSRIWSDLGenerator(AxisService axisService)
public JAXWSRIWSDLGenerator(AxisService axisService, AxisConfiguration axisConfig)
public void generateWsdl(String className, String bindingType) throws WebServiceException
WebServiceException
public void generateWsdl(String className, String bindingType, JAXWSCatalogManager catalogManager) throws WebServiceException
WebServiceException
public javax.wsdl.Definition getWSDL(AxisService service) throws AxisFault
getWSDL
in interface WSDLSupplier
AxisFault
public org.apache.ws.commons.schema.XmlSchema getSchema(AxisService service, String xsd) throws AxisFault
getSchema
in interface SchemaSupplier
AxisFault
public static String expandDirs(String dirPaths)
dirPaths
- The string containing the directory path or list of
directory paths.public static boolean isJar(InputStream is)
is
- public static JAXWSCatalogManager getCatalogManager(AxisService service)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.