Class EsbSoapWsdlGeneratorContext
java.lang.Object
org.frankframework.extensions.esb.EsbSoapWsdlGeneratorContext
- All Implemented Interfaces:
WsdlGeneratorExtensionContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddJmsBindingInfo(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) voidaddJmsServiceInfo(XMLStreamWriter w, IJmsListener listener) voidaddJmsServiceInfo(XMLStreamWriter w, JmsListener listener) getTNS()booleanvoidprotected voidprotected voidprotected voidwriteEsbSoapJndiContext(XMLStreamWriter w, JmsListener listener)
-
Field Details
-
ESB_SOAP_JMS_NAMESPACE
- See Also:
-
ESB_SOAP_JNDI_NAMESPACE
- See Also:
-
ESB_SOAP_JNDI_NAMESPACE_PREFIX
- See Also:
-
ESB_SOAP_TNS_BASE_URI
- See Also:
-
-
Constructor Details
-
EsbSoapWsdlGeneratorContext
public EsbSoapWsdlGeneratorContext()
-
-
Method Details
-
warn
-
warn
-
getWarnings
- Specified by:
getWarningsin interfaceWsdlGeneratorExtensionContext
-
getFilename
- Specified by:
getFilenamein interfaceWsdlGeneratorExtensionContext
-
getTNS
- Specified by:
getTNSin interfaceWsdlGeneratorExtensionContext
-
hasSOAPActionName
public boolean hasSOAPActionName()- Specified by:
hasSOAPActionNamein interfaceWsdlGeneratorExtensionContext
-
getSOAPActionName
- Specified by:
getSOAPActionNamein interfaceWsdlGeneratorExtensionContext
-
setExtensionNamespacePrefixes
- Specified by:
setExtensionNamespacePrefixesin interfaceWsdlGeneratorExtensionContext- Throws:
XMLStreamException
-
addExtensionNamespaces
- Specified by:
addExtensionNamespacesin interfaceWsdlGeneratorExtensionContext- Throws:
XMLStreamException
-
addJmsBindingInfo
public void addJmsBindingInfo(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) throws XMLStreamException - Specified by:
addJmsBindingInfoin interfaceWsdlGeneratorExtensionContext- Throws:
XMLStreamException
-
addJmsServiceInfo
- Specified by:
addJmsServiceInfoin interfaceWsdlGeneratorExtensionContext- Throws:
XMLStreamException
-
addJmsServiceInfo
- Throws:
XMLStreamException
-
writeEsbSoapJndiContext
protected void writeEsbSoapJndiContext(XMLStreamWriter w, JmsListener listener) throws XMLStreamException - Throws:
XMLStreamException
-