com.resilientedge.jockey.webservicebridge
Class EnvelopeEditorAdapter

java.lang.Object
  |
  +--com.resilientedge.jockey.webservicebridge.EnvelopeEditorAdapter
All Implemented Interfaces:
org.apache.soap.transport.EnvelopeEditor

public class EnvelopeEditorAdapter
extends java.lang.Object
implements org.apache.soap.transport.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 org.apache.soap.SOAPException
Specified by:
editIncoming in interface org.apache.soap.transport.EnvelopeEditor

editOutgoing

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

passThrough

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


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.