Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


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

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

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


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