|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.protocol.xml.XMLSerializerTransformer
public class XMLSerializerTransformer
The XMLSerializerTransformer serializes the given
org.w3c.Document into a String.
| Constructor Summary | |
|---|---|
XMLSerializerTransformer()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The transform method serializes the given
org.w3c.Document into a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSerializerTransformer()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
throws XException
transform method serializes the given
org.w3c.Document into a String.
transform in interface TransformerinObject - either the request or response that shall be wrapped into
a string. This Object must be of type
org.w3c.Document.source - not useddestination - not useddestinationMessage - not used
String containing the serialized
inObject
XException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||