|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.instrumentmiddleware.cima.extension.handler.impl.AbstractSingleBodyHandler
public abstract class AbstractSingleBodyHandler
An implementation of the IParcelBodyHandler interface. This abstract class can handle a particular body type only if the body's type interface or implementation is equal to the handled type given as constructor argument.
| Field Summary | |
|---|---|
protected java.lang.String |
handledType
The body type this handler can handle |
| Constructor Summary | |
|---|---|
AbstractSingleBodyHandler(java.lang.String handledType)
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(org.instrumentmiddleware.cima.parcel.BodyType body)
Returns true if this handler can handle the given body type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.instrumentmiddleware.cima.extension.handler.IParcelBodyHandler |
|---|
processBody |
| Field Detail |
|---|
protected java.lang.String handledType
| Constructor Detail |
|---|
public AbstractSingleBodyHandler(java.lang.String handledType)
| Method Detail |
|---|
public boolean canHandle(org.instrumentmiddleware.cima.parcel.BodyType body)
IParcelBodyHandler
canHandle in interface IParcelBodyHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||