smsmediators
Class SmsOutputMediator

java.lang.Object
  extended byse.ericsson.eto.norarc.javaframe.Mediator
      extended bysmsmediators.SmsOutputMediator
All Implemented Interfaces:
se.ericsson.eto.norarc.javaframe.Addressable, java.io.Serializable

public class SmsOutputMediator
extends se.ericsson.eto.norarc.javaframe.Mediator

Purpose: The SmsOutputMediator receives an object of type Sms and sends it as a "real" SMS. If the Sms from the system is a positioning request (Sms constructor with 1 param[staticId] used) then a positioning request is sent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class se.ericsson.eto.norarc.javaframe.Mediator
address
 
Constructor Summary
SmsOutputMediator(java.lang.String username, java.lang.String password)
           
 
Method Summary
 void forward(se.ericsson.eto.norarc.javaframe.Message sig)
           
 
Methods inherited from class se.ericsson.eto.norarc.javaframe.Mediator
addAddress, getAddress, input, mediatorName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmsOutputMediator

public SmsOutputMediator(java.lang.String username,
                         java.lang.String password)
Parameters:
username - The username to use for sending SMS messages
password - The password to use for sending SMS messages
Method Detail

forward

public void forward(se.ericsson.eto.norarc.javaframe.Message sig)