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: 2.0.0.Final
Show newest version
package javax.xml.rpc.encoding;

/** This 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.
 * 
 * @see Serializer
 * 
 * @author [email protected]
 */
public interface SerializationContext
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy