The ErrorStorer maps Nodes to errors.It receives a reference
to the ErrorTreeFactory in the Constructor.When
error is called, it asks the
ErrorTreeFactory for the current node, and uses this as the
"key" of a Hashtable, with the error as a value.The error
value is wrapped up nicely in an ParseError object.It
is used in the XML Tutorial to illustrate how to implement
the ErrorListener to provide error storage for later reference.
The ErrorStorer maps Nodes to errors.It receives a reference
to the ErrorTreeFactory in the Constructor.When
error is called, it asks the
ErrorTreeFactory for the current node, and uses this as the
"key" of a Hashtable, with the error as a value.The error
value is wrapped up nicely in an ParseError object.It
is used in the XML Tutorial to illustrate how to implement
the ErrorListener to provide error storage for later reference.
Saves a case Relates the case to the creator/modifier user Call new
activity log service The context must include values for the following
keys: - focus: the case (Instance) - user: the user name (Instance)
Saves a case Relates the case to the creator/modifier user Call new
activity log service The context must include values for the following
keys: - focus: the case (Instance) - user: the user name (Instance)
Saves a WFO Relates the WFO to the creator/modifier user Call new
activity log service The context must include values for the following
keys: - focus: the WFO (Instance) - user: the user name (Instance)
Saves a case
Relates the case to the creator/modifier user
Call new activity log service
The context must include values for the following keys:
- focus: the case (Instance)
- user: the user name (Instance)
Saves a WFO
Relates the WFO to the creator/modifier user
Call new activity log service
The context must include values for the following keys:
- focus: the WFO (Instance)
- user: the user name (Instance)
New implementation of the exec adapted for JAX-WS web service stack
The main difference is that it is no longer needed to encode into base64 text
Byte arrays are encoded using Message Transmission Optimization Mechanism (MTOM)
and XML-Binary Optimized Packaging (XOP).