Uses of Interface
com.francetelecom.admindm.api.RPCMethod

Packages that use RPCMethod
com.francetelecom.admindm   
com.francetelecom.admindm.api   
com.francetelecom.admindm.inform Package com.francetelecom.admindm.inform It contains:
the Inform Object his encoder: transform Inform Object to XML the InformResponse Object his decoder: transform XML to an InformResponse A ScheduleInform Object who is in charge to create a new session periodically. 
com.francetelecom.admindm.model   
com.francetelecom.admindm.soap   
 

Uses of RPCMethod in com.francetelecom.admindm
 

Methods in com.francetelecom.admindm with parameters of type RPCMethod
 RPCEncoder RPCMethodMng.findRPCMethodEncoder(RPCMethod method)
          Find rpc method encoder.
 

Uses of RPCMethod in com.francetelecom.admindm.api
 

Methods in com.francetelecom.admindm.api that return RPCMethod
 RPCMethod RPCDecoder.decode(org.kxml2.kdom.Element element)
          Decode.
 RPCMethod Session.getLastRPCMethod()
          Gets the last rpc method.
 

Methods in com.francetelecom.admindm.api with parameters of type RPCMethod
 void Session.doASoapResponse(RPCMethod method)
          Do a soap response.
 org.kxml2.kdom.Element RPCEncoder.encode(RPCMethod method)
          Encode.
 RPCEncoder RPCMethodMngService.findRPCMethodEncoder(RPCMethod method)
          Find rpc method encoder.
 

Uses of RPCMethod in com.francetelecom.admindm.inform
 

Classes in com.francetelecom.admindm.inform that implement RPCMethod
 class Inform
          The Class Inform.
 class InformResponse
          The Class InformResponse.
 

Methods in com.francetelecom.admindm.inform that return RPCMethod
 RPCMethod InformResponseDecoder.decode(org.kxml2.kdom.Element element)
          Decode.
 

Methods in com.francetelecom.admindm.inform with parameters of type RPCMethod
 org.kxml2.kdom.Element InformEncoder.encode(RPCMethod method)
          encode the RPCMethod.
 

Uses of RPCMethod in com.francetelecom.admindm.model
 

Methods in com.francetelecom.admindm.model with parameters of type RPCMethod
 void IParameterData.addOutgoingRequest(RPCMethod rpcMethod)
          Adds the outgoing request and ask for creating a new session.
 void ParameterData.addOutgoingRequest(RPCMethod rpcMethod)
          Adds the outgoing request.
 void IParameterData.removeOutgoingRequest(RPCMethod rpcMethod)
          Remove the outgoing request and ask for creating a new session.
 void ParameterData.removeOutgoingRequest(RPCMethod rpcMethod)
          Removes the outgoing request.
 

Uses of RPCMethod in com.francetelecom.admindm.soap
 

Classes in com.francetelecom.admindm.soap that implement RPCMethod
 class Fault
          The Class Fault.
 class SetParamValuesFault
          The Class SetParamValuesFault.
 

Methods in com.francetelecom.admindm.soap that return RPCMethod
 RPCMethod FaultDecoder.decode(org.kxml2.kdom.Element element)
          Decode.
 

Methods in com.francetelecom.admindm.soap with parameters of type RPCMethod
 org.kxml2.kdom.Element FaultEncoder.encode(RPCMethod method)
          Encode.
 org.kxml2.kdom.Element SetParamValuesFaultEncoder.encode(RPCMethod method)
          Encode.
 



Copyright © 2011 FranceTelecom. All Rights Reserved.