| samples.encoding.DataDeser
DataDeser | public class DataDeser extends DeserializerImpl (Code) | | |
Method Summary | |
public SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) This method is invoked when an element start tag is encountered. |
DataDeser | public DataDeser()(Code) | | |
onStartChild | public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException(Code) | | This method is invoked when an element start tag is encountered.
Parameters: namespace - is the namespace of the element Parameters: localName - is the name of the element Parameters: prefix - is the element's prefix Parameters: attributes - are the attributes on the element...used to get the type Parameters: context - is the DeserializationContext |
|
|