public class XSLTTransformer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSSTUB_XSL_LOCATION |
static String |
WSDL10TO20_XSL_LOCATION |
static String |
WSDL2SIG_XSL_LOCATION |
| Constructor and Description |
|---|
XSLTTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateStub(Source xmlIn,
Result result,
Map paramMap) |
static DOMSource |
getSigStream(InputStream wsdlInStream,
Map paramMap) |
static InputStream |
getWSDL2(InputStream wsdl1InStream,
Map paramMap) |
static void |
transform(Source xmlIn,
Source xslIn,
Result result,
Map paramMap,
URIResolver uriResolver) |
public static final String WSDL2SIG_XSL_LOCATION
public static final String JSSTUB_XSL_LOCATION
public static final String WSDL10TO20_XSL_LOCATION
public static DOMSource getSigStream(InputStream wsdlInStream, Map paramMap) throws TransformerFactoryConfigurationError, TransformerException, ParserConfigurationException
public static void generateStub(Source xmlIn, Result result, Map paramMap) throws TransformerException
TransformerExceptionpublic static InputStream getWSDL2(InputStream wsdl1InStream, Map paramMap) throws TransformerException, ParserConfigurationException
public static void transform(Source xmlIn, Source xslIn, Result result, Map paramMap, URIResolver uriResolver) throws TransformerException
TransformerExceptionCopyright © 2015 WSO2 Inc. All rights reserved.