|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.synapse.processors.AbstractProcessor
org.apache.synapse.processors.builtin.xslt.XSLTProcessor
This class is the class that transforms messages using XSLT.
Constructor Summary | |
XSLTProcessor()
|
Method Summary | |
boolean |
process(SynapseEnvironment se,
SynapseMessage smc)
This method is used to process a message. |
void |
setIsBody(boolean b)
|
void |
setXSLInputStream(java.io.InputStream is)
|
Methods inherited from class org.apache.synapse.processors.AbstractProcessor |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLTProcessor()
Method Detail |
public boolean process(SynapseEnvironment se, SynapseMessage smc)
Processor
public void setIsBody(boolean b)
b
- If isBody is true then the XSLT is applied to the Body of the SOAP message, otherwise to the whole env
public void setXSLInputStream(java.io.InputStream is)
is
- This sets the correct XSL transform
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |