org.apache.soap.transport
Class EnvelopeEditorAdapter

java.lang.Object
  |
  +--org.apache.soap.transport.EnvelopeEditorAdapter

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

editOutgoing

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

passThrough

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


Copyright © 2001 Apache XML Project. All Rights Reserved.