|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for user-defined a function for constructing a web service message based on alert data.
| Field Summary | |
static String |
SOAP_PASSWORD
SOAP password attribute name. |
static String |
SOAP_USER_NAME
SOAP username attribute Name. |
| Method Summary | |
org.apache.axis.Message |
constructMessage(Element alertData,
String wsdlURI,
String soapOperation)
Constructs the web service message based on the specified alert data. |
org.apache.axis.Message |
constructMessage(Element alertData,
String wsdlURI,
String soapOperation,
Map additionalProperties)
Constructs the web service message based on the specified alert data. |
| Methods inherited from interface com.celequest.api.function.IUDFunction |
setLogger |
| Field Detail |
public static final String SOAP_USER_NAME
public static final String SOAP_PASSWORD
| Method Detail |
public org.apache.axis.Message constructMessage(Element alertData,
String wsdlURI,
String soapOperation)
throws Exception
alertData - xml document containing alert data: business rows which caused
the alert to fire and the reportlet rows (if any)wsdlURI - the URI of the web service which will be invoked using the
message returned by this method.soapOperation - the name of the operation which will be invoked in the webservice
Exception - when the message construction fails
public org.apache.axis.Message constructMessage(Element alertData,
String wsdlURI,
String soapOperation,
Map additionalProperties)
throws Exception
alertData - xml document containing alert data: business rows which caused
the alert to fire and the reportlet rows (if any)wsdlURI - the URI of the web service which will be invoked using the
message returned by this method.soapOperation - the name of the operation which will be invoked in the webserviceadditionalProperties - Map to pass in the additional properties to the construct Method(like username, password, etc.)
Exception - when the message construction fails
|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||