You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by SOLDEVILA Fabien <fa...@amue.fr> on 2007/05/23 18:11:39 UTC

Urgent : serialize only certain fields of bean

Hello,
 
I have a number of beans I want to serialize to a soap message. I use the standard beanserializer and that works great, but now I have several fields in different beans that I don't want to serialize.
Example : Class A {
	private String a;
	private String b;
	private String c;
	private String d;
	//getters and setters
}
In the output soap message I only want so see the values for a and c.

Thanks you for your help.

Fabien Soldevila
 

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org