Java Web Services in a Nutshell

   
DeserializationContext javax.xml.rpc.encoding

JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4

public interface DeserializationContext { }

DeserializationContext is a marker interface containing no methods that indicates an object that can be used to store state the deserialization 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.


   

Категории