|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.protocol.xml.XMLParserTransformer
public class XMLParserTransformer
The XMLParserTransformer
parses the given String
into an org.w3c.Document
.
Constructor Summary | |
---|---|
XMLParserTransformer()
|
Method Summary | |
---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The transform method parses the given String
into an org.w3c.Document . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLParserTransformer()
Method Detail |
---|
public java.lang.Object transform(java.lang.Object inObject, XBUSSystem source, XBUSSystem destination, Message destinationMessage) throws XException
transform
method parses the given String
into an org.w3c.Document
.
transform
in interface Transformer
inObject
- either the request or response that shall be parsed into
an org.w3c.Document
. This Object
must be of type String
.source
- not useddestination
- where the message shall be sent todestinationMessage
- the message to send
org.w3c.Document
containing the parsed
inObject
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |