Package org.frankframework.soap
Class WsdlGeneratorUtils
java.lang.Object
org.frankframework.soap.WsdlGeneratorUtils
- Author:
- Michiel Meeuwissen, Jaco de Groot
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanProvideWSDL(Adapter adapter) static StringgetEsbSoapParadigm(IXmlValidator xmlValidator) static StringgetFirstNamespaceFromSchemaLocation(IXmlValidator inputValidator) static Collection<IListener<?>> getListeners(Adapter adapter) static XMLStreamWritergetWriter(OutputStream out, boolean indentWsdl)
-
Method Details
-
getListeners
-
getEsbSoapParadigm
-
getFirstNamespaceFromSchemaLocation
-
getWriter
public static XMLStreamWriter getWriter(OutputStream out, boolean indentWsdl) throws XMLStreamException - Throws:
XMLStreamException
-
canProvideWSDL
-