Uses of Class
org.jdiameter.client.api.annotation.RecoderException

Packages that use RecoderException
org.jdiameter.client.api.annotation   
org.jdiameter.client.impl.annotation   
 

Uses of RecoderException in org.jdiameter.client.api.annotation
 

Methods in org.jdiameter.client.api.annotation that throw RecoderException
<T> T
IRecoder.decode(Message message, java.lang.Class<T> yourDomainMessageObject)
          Create specified domain object by message and class of object
 Message IRecoder.encodeToAnswer(java.lang.Object yourDomainMessageObject, Request request, long resultCode)
          Create Answer message from specified annotated domain object
 Message IRecoder.encodeToRequest(java.lang.Object yourDomainMessageObject, Avp... additionalAvp)
          Create Request message from specified annotated domain object
 

Uses of RecoderException in org.jdiameter.client.impl.annotation
 

Methods in org.jdiameter.client.impl.annotation that throw RecoderException
<T> T
Recoder.decode(Message message, java.lang.Class<T> yourDomainMessageObject)
           
 Message Recoder.encode(java.lang.Object yourDomainMessageObject, Request request, long resultCode, Avp... addAvp)
           
 Message Recoder.encodeToAnswer(java.lang.Object yourDomainMessageObject, Request request, long resultCode)
           
 Message Recoder.encodeToRequest(java.lang.Object yourDomainMessageObject, Avp... additionalAvp)
           
 



Copyright © 2014. All Rights Reserved.