javax.xml.rpc.encoding.DeserializationContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax.xml.rpc-api Show documentation
Show all versions of javax.xml.rpc-api Show documentation
Project GlassFish Enterprise JavaBean API
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.xml.rpc.encoding;
/** The javax.xml.rpc.encoding.DeserializationContext interface
* is implemented by the JAX-RPC runtime system in an XML processing
* mechanism specific manner. A deserializer uses this interface
* to access and maintain context information during the
* deserialization..
*
* @version 1.0
* @author Rahul Sharma
**/
public interface DeserializationContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy