Java Web Services in a Nutshell

   
SerializationContext javax.xml.rpc.encoding

JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4

public interface SerializationContext { }

SerializationContext is a marker interface containing no methods , that indicates an object that can be used to store state the serialization process requires. Although this interface is used internally by the JAX-RPC reference implementation, the JAX-RPC 1.0 specification does not include any public API that refers to it.


   

Категории