|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.sibx.mediation.AbstractMediation
public abstract class AbstractMediation
Convenient abstract class for mediation primitive implementors. This provides
an implementation of the
setMediationServices
and
init
methods of the Mediation
interface.
The init
method simply provides a no-op implementation which
mediation primitive programmers may override to perform initialization.
This class also provides a
getMediationServices
method
to allow access to the mediation services set by the engine.
At a minimum, extenders of this class must implement the
mediate
method of the
Mediation
interface.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
protected |
AbstractMediation()
Explicitly defined protected default constructor. |
Method Summary | |
---|---|
MediationServices |
getMediationServices()
Gets the mediation services for this mediation primitive. |
void |
init()
Basic no-op implementation of init. |
void |
setMediationServices(MediationServices mediationServices)
Sets the mediation services for this mediation primitive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.wsspi.sibx.mediation.Mediation |
---|
mediate |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Constructor Detail |
---|
protected AbstractMediation()
Method Detail |
---|
public final void setMediationServices(MediationServices mediationServices)
setMediationServices
in interface Mediation
mediationServices
- the mediation services objectMediation.setMediationServices(com.ibm.wsspi.sibx.mediation.MediationServices)
public final MediationServices getMediationServices()
public void init() throws MediationConfigurationException
init
in interface Mediation
MediationConfigurationException
- if any configuration problems
occur in the initialization of this mediation primitive.Mediation.init()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |