com.francetelecom.admindm.api
Interface RPCDecoder

All Known Implementing Classes:
FaultDecoder, InformResponseDecoder

public interface RPCDecoder

The Interface RPCDecoder.


Method Summary
 RPCMethod decode(org.kxml2.kdom.Element element)
          Decode.
 

Method Detail

decode

RPCMethod decode(org.kxml2.kdom.Element element)
                 throws Fault,
                        org.xmlpull.v1.XmlPullParserException
Decode.

Parameters:
element - the element
Returns:
the rPC method
Throws:
Fault - the decoder exception
org.xmlpull.v1.XmlPullParserException - the xml pull parser exception


Copyright © 2011 FranceTelecom. All Rights Reserved.