Class WsdlGeneratorUtils
java.lang.Object
org.frankframework.soap.WsdlGeneratorUtils
- Author:
- Michiel Meeuwissen, Jaco de Groot
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanProvideWSDL(Adapter adapter) static @Nullable StringgetEsbSoapParadigm(IXmlValidator xmlValidator) static @Nullable 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
-