org.apache.soap.transport
Class EnvelopeEditorAdapter

java.lang.Object
  |
  +--org.apache.soap.transport.EnvelopeEditorAdapter
All Implemented Interfaces:
EnvelopeEditor

public class EnvelopeEditorAdapter
extends java.lang.Object
implements EnvelopeEditor


Constructor Summary
EnvelopeEditorAdapter()
           
 
Method Summary
 void editIncoming(java.io.Reader in, java.io.Writer out)
           
 void editOutgoing(java.io.Reader in, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeEditorAdapter

public EnvelopeEditorAdapter()
Method Detail

editIncoming

public void editIncoming(java.io.Reader in,
                         java.io.Writer out)
                  throws SOAPException
Specified by:
editIncoming in interface EnvelopeEditor

editOutgoing

public void editOutgoing(java.io.Reader in,
                         java.io.Writer out)
                  throws SOAPException
Specified by:
editOutgoing in interface EnvelopeEditor