|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.components.util.MarshalerSupport
public class MarshalerSupport
A useful base class for some kind of marshaler to and from JBI NormalizedMessage instances to some kind of underlying transport or protocol.
| Constructor Summary | |
|---|---|
MarshalerSupport()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
asString(java.lang.Object value)
Converts the value to a String |
SourceTransformer |
getTransformer()
|
void |
setTransformer(SourceTransformer transformer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarshalerSupport()
| Method Detail |
|---|
protected java.lang.String asString(java.lang.Object value)
value - the value to be coerced into a string
public SourceTransformer getTransformer()
public void setTransformer(SourceTransformer transformer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||