|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.filter.TeeFilter
public class TeeFilter
Copies the SOAP message into an OutputStream using an optional stylesheet to format the message. The original message is not modified. This is analogous to the "tee" unix command.
| Constructor Summary | |
|---|---|
TeeFilter()
A no-op |
|
TeeFilter(OutputStream out)
Saves a copy of message to Outputstream out |
|
TeeFilter(OutputStream out,
boolean prettyPrint)
Copy and optionally pretty print a message |
|
TeeFilter(OutputStream out,
Source stylesheet)
Copy and optionally format a message |
|
| Method Summary | |
|---|---|
void |
process(SOAPMessage secureMessage)
Invokes the MessageFilter on the SOAPMessage sm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeeFilter(OutputStream out,
Source stylesheet)
throws XWSSecurityException
out - destination OutputStreamstylesheet - XSLT stylesheet for format or if null, then does
not format
XWSSecurityException
public TeeFilter(OutputStream out,
boolean prettyPrint)
throws XWSSecurityException
out - destination OutputStreamprettyPrint - true means to use built-in pretty print stylesheet
XWSSecurityException
public TeeFilter(OutputStream out)
throws XWSSecurityException
out -
XWSSecurityException
public TeeFilter()
throws XWSSecurityException
XWSSecurityException| Method Detail |
|---|
public void process(SOAPMessage secureMessage)
throws XWSSecurityException
secureMessage - SOAPMessage to perform the operation on
XWSSecurityException - if the operation did not
succeed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||