Oracle® XML Java API Reference
10g Release 1 (10.1)

B12024-02

org.apache.soap.transport
Interface EnvelopeEditor

All Known Implementing Classes:
EnvelopeEditorAdapter

public interface EnvelopeEditor

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
SOAPException

editOutgoing

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

Oracle® XML Java API Reference
10g Release 1 (10.1)

B12024-02

Copyright © 2001 The Apache Software Foundation. All rights reserved.