All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.xml.rpc.encoding.SerializationContext Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
/*
 * 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.SerializationContext interface is
 *  implemented by the JAX-RPC runtime system in an XML processing 
 *  mechanism specific manner. A serializer uses the 
 *  SerializationContext interface during the serialization to get
 *  the context information related to the XML processing mechanism 
 *  and to manage information specific to serialization.
 *  
 *  @version 1.0
 *  @author  Rahul Sharma
 *  @see javax.xml.rpc.encoding.Serializer
**/

public interface SerializationContext {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy