org.apache.soap.transport
Class EnvelopeEditorAdapter

java.lang.Object
  extended byorg.apache.soap.transport.EnvelopeEditorAdapter
All Implemented Interfaces:
EnvelopeEditor

public class EnvelopeEditorAdapter
extends java.lang.Object
implements EnvelopeEditor

Author:
Ryo Neyama (neyama@jp.ibm.com)

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)
           
protected  void passThrough(java.io.Reader in, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Throws:
SOAPException

editOutgoing

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

passThrough

protected void passThrough(java.io.Reader in,
                           java.io.Writer out)
                    throws SOAPException
Throws:
SOAPException


Copyright ? 2001 Apache XML Project. All Rights Reserved.