Package org.frankframework.soap
Interface WsdlGeneratorExtensionContext
public interface WsdlGeneratorExtensionContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addJmsBindingInfo
(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) void
addJmsServiceInfo
(XMLStreamWriter w, JmsListener listener) getTNS()
boolean
void
-
Method Details
-
getWarnings
-
getFilename
String getFilename() -
getTNS
String getTNS() -
hasSOAPActionName
boolean hasSOAPActionName() -
getSOAPActionName
String getSOAPActionName() -
setExtensionNamespacePrefixes
- Throws:
XMLStreamException
-
addExtensionNamespaces
- Throws:
XMLStreamException
-
addJmsBindingInfo
void addJmsBindingInfo(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) throws XMLStreamException - Throws:
XMLStreamException
-
addJmsServiceInfo
- Throws:
XMLStreamException
-