name - a field in class
com.genesyslab.ail.ws.dn.SwitchInfo
The switch name.
name - a field in class
com.genesyslab.ail.ws.interaction.mail.Participant
The name of the participant. According to the type of the participant, the name is a user name for an Agent type or the name
of the queue for a Queue type.
The notification type. The differents kind of notification are: - JAVA: for java RMI notification. The method called is notifyEvents(String
subscriberId, Event[] events) of NotifyService. - SOAP_HTTP: for SOAP over HTTP notification. The method called is notifyEvents(String
subscriberId, Event[] events). - SOAP_HTTP_WRAPPED: for SOAP over HTTP notification with events wrapped into a String. The
method called is notifyWrappedEvents(String subscriberId, String events). In this case, the events parameter contains the
XML flow of the events.