public interface ApplicationHandler
Interface for provider mode PIPELINE Application Handlers written in Java.
If you wish to write an Application Handler in Java and have it called from a CICS/Axis2 Pipeline then you must:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright comment
|
static java.lang.String |
NORESPONSE_PROPERTY
This property indicates whether or not a response message is to be built.
|
static java.lang.String |
SCCSID
CICS SCCSID String
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
invoke(org.apache.axis2.context.MessageContext msgCtx) |
static final java.lang.String COPYRIGHT
static final java.lang.String SCCSID
static final java.lang.String NORESPONSE_PROPERTY
AbstractContext.setProperty(String property, Object value)
,
Constant Field Valuesorg.apache.axiom.soap.SOAPEnvelope invoke(org.apache.axis2.context.MessageContext msgCtx) throws org.apache.axis2.AxisFault
msgCtx
- The Axis2 MessageContext containing the request message and associated state.org.apache.axis2.AxisFault
- If something goes wrong.