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