users@jax-rpc.java.net

Non Serializable elements

From: Savchenko, Vladimir <vladimir.savchenko_at_SAP.COM>
Date: Tue, 06 Aug 2002 12:26:45 +0200

Hi All,

JAX-RPC states that on cetain places, the ServiceEndpointInterface may have elements like javax.xml.transform.Source,
or javax.xml.jaxm.SOAPElement, or java.awt.Image.

If someone intends to write an EJBean (for example for JSR 109), and wants to use this functionality, he should declare his methods, using these types.

But actualy, declaring an interface of a bean with these types is not correct, because they do not implement java.io.Serializable.

Could you tell me what is the solution to such a problem.

regards Vladimir