org.apache.soap.transport
Interface EnvelopeEditor

All Known Implementing Classes:
EnvelopeEditorAdapter

public interface EnvelopeEditor

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

Method Summary
 void editIncoming(java.io.Reader in, java.io.Writer out)
           
 void editOutgoing(java.io.Reader in, java.io.Writer out)
           
 

Method Detail

editIncoming

public void editIncoming(java.io.Reader in,
                         java.io.Writer out)
                  throws SOAPException
Throws:
SOAPException

editOutgoing

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


Copyright © 2001 Apache XML Project. All Rights Reserved.