Package com.sun.xml.rpc.encoding
Interface SerializerCallback
-
- All Known Implementing Classes:
ReferenceableSerializerImpl
public interface SerializerCallback- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStartTag(Object obj, QName name, XMLWriter writer, SOAPSerializationContext context)
-
-
-
Method Detail
-
onStartTag
void onStartTag(Object obj, QName name, XMLWriter writer, SOAPSerializationContext context) throws SerializationException
- Throws:
SerializationException
-
-