DeserializationContext.java |
/* * JBoss, the OpenSource WebOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package javax.xml.rpc.encoding; /** A deserializer uses this interface to access and maintain context * information during the deserialization. * * @author Scott.Stark@jboss.org * @version $Revision: 1.2 $ */ public interface DeserializationContext { }
DeserializationContext.java |