| SOAPMessageAxisImpl.java |
/**
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.axis.message;
// $Id: SOAPMessageAxisImpl.java,v 1.1.2.1 2005/03/02 14:29:31 tdiesler Exp $
/**
* This is a temporary placeholder during refactoring.
* Methods that do not belong to the SOAP package will be pulled up to
* this class and eventually be replaced by the super implementation.
*
* @author thomas.diesler@jboss.org
*/
public class SOAPMessageAxisImpl extends SOAPMessageImpl
{
}
| SOAPMessageAxisImpl.java |