|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Field Summary | |
---|---|
static java.lang.String |
copyright_notice
Comment for copyright notice |
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 |
Method Summary | |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
invoke(org.apache.axis2.context.MessageContext msgCtx)
|
Field Detail |
---|
static final java.lang.String copyright_notice
static final java.lang.String SCCSID
static final java.lang.String NORESPONSE_PROPERTY
AbstractContext.setProperty(String property, Object value)
,
Constant Field ValuesMethod Detail |
---|
org.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |