Class EsbSoapWsdlGeneratorContext
java.lang.Object
org.frankframework.extensions.esb.EsbSoapWsdlGeneratorContext
- All Implemented Interfaces:
WsdlGeneratorExtensionContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addJmsBindingInfo
(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) void
addJmsServiceInfo
(XMLStreamWriter w, IJmsListener listener) void
addJmsServiceInfo
(XMLStreamWriter w, JmsListener listener) getTNS()
boolean
void
protected void
protected void
protected void
writeEsbSoapJndiContext
(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:
getWarnings
in interfaceWsdlGeneratorExtensionContext
-
getFilename
- Specified by:
getFilename
in interfaceWsdlGeneratorExtensionContext
-
getTNS
- Specified by:
getTNS
in interfaceWsdlGeneratorExtensionContext
-
hasSOAPActionName
public boolean hasSOAPActionName()- Specified by:
hasSOAPActionName
in interfaceWsdlGeneratorExtensionContext
-
getSOAPActionName
- Specified by:
getSOAPActionName
in interfaceWsdlGeneratorExtensionContext
-
setExtensionNamespacePrefixes
- Specified by:
setExtensionNamespacePrefixes
in interfaceWsdlGeneratorExtensionContext
- Throws:
XMLStreamException
-
addExtensionNamespaces
- Specified by:
addExtensionNamespaces
in interfaceWsdlGeneratorExtensionContext
- Throws:
XMLStreamException
-
addJmsBindingInfo
public void addJmsBindingInfo(XMLStreamWriter w, WsdlGenerator wsdlGenerator, PipeLine pipeLine) throws XMLStreamException - Specified by:
addJmsBindingInfo
in interfaceWsdlGeneratorExtensionContext
- Throws:
XMLStreamException
-
addJmsServiceInfo
- Specified by:
addJmsServiceInfo
in interfaceWsdlGeneratorExtensionContext
- Throws:
XMLStreamException
-
addJmsServiceInfo
- Throws:
XMLStreamException
-
writeEsbSoapJndiContext
protected void writeEsbSoapJndiContext(XMLStreamWriter w, JmsListener listener) throws XMLStreamException - Throws:
XMLStreamException
-