1 /** 2 * JBoss, the OpenSource J2EE webOS 3 * 4 * Distributable under LGPL license. 5 * See terms of license at gnu.org. 6 */ 7 package org.jboss.axis.message; 8 9 // $Id: SOAPMessageAxisImpl.java,v 1.1.2.1 2005/03/02 14:29:31 tdiesler Exp $ 10 11 /** 12 * This is a temporary placeholder during refactoring. 13 * Methods that do not belong to the SOAP package will be pulled up to 14 * this class and eventually be replaced by the super implementation. 15 * 16 * @author thomas.diesler@jboss.org 17 */ 18 public class SOAPMessageAxisImpl extends SOAPMessageImpl 19 { 20 } 21