|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.protocol.xml.XMLUnwrapperTransformer
public class XMLUnwrapperTransformer
The XMLUnwrapperTransformer
does the inverse transformation of
the XMLWrapperTransformer
. It awaits a XBUSXML document
containing a CDATA section. The content of this CDATA section is given back
as a String
.
Constructor Summary | |
---|---|
XMLUnwrapperTransformer()
|
Method Summary | |
---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The transform method unwraps a String from
the given Object . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLUnwrapperTransformer()
Method Detail |
---|
public java.lang.Object transform(java.lang.Object inObject, XBUSSystem source, XBUSSystem destination, Message destinationMessage)
transform
method unwraps a String
from
the given Object
.
transform
in interface Transformer
inObject
- either the request or response. It must be an
org.w3c.Document
containing a
XBUSXMLMessage
.source
- not useddestination
- not useddestinationMessage
- not used
String
unwrapped from the CDATA section of the
given document.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |