|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
A Serialzer is responsible for taking a java Object and writing a xml instance of some Schema Type.
Method Summary | |
---|---|
void |
serialize(Object obj,
XMLName name,
XMLOutputStream writer,
SerializationContext context)
Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element. |
Methods inherited from interface javax.xml.rpc.encoding.Serializer |
---|
getMechanismType |
Methods inherited from interface javax.xml.rpc.encoding.SerializerFactory |
---|
getSerializerAs, getSupportedMechanismTypes |
Method Detail |
---|
void serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context) throws SerializationException
SerializationException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |