org.jdiameter.common.impl.app.cxdx
Class JMultimediaAuthAnswerImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppAnswerEventImpl
          extended by org.jdiameter.common.impl.app.cxdx.JMultimediaAuthAnswerImpl
All Implemented Interfaces:
java.io.Serializable, AppAnswerEvent, AppEvent, JMultimediaAuthAnswer

public class JMultimediaAuthAnswerImpl
extends AppAnswerEventImpl
implements JMultimediaAuthAnswer

Author:
Bartosz Baranowski , Alexandre Mendonca
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Fields inherited from interface org.jdiameter.api.cxdx.events.JMultimediaAuthAnswer
_LONG_NAME, _SHORT_NAME, code
 
Constructor Summary
JMultimediaAuthAnswerImpl(Answer answer)
           
JMultimediaAuthAnswerImpl(Request request)
           
JMultimediaAuthAnswerImpl(Request request, long resultCode)
           
JMultimediaAuthAnswerImpl(Request request, long vendorId, long resultCode)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.common.impl.app.AppAnswerEventImpl
getResultCodeAvp
 
Methods inherited from class org.jdiameter.common.impl.app.AppEventImpl
equals, getCommandCode, getMessage, getOriginHost, getOriginRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdiameter.api.app.AppAnswerEvent
getResultCodeAvp
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Constructor Detail

JMultimediaAuthAnswerImpl

public JMultimediaAuthAnswerImpl(Answer answer)
Parameters:
answer -

JMultimediaAuthAnswerImpl

public JMultimediaAuthAnswerImpl(Request request,
                                 long vendorId,
                                 long resultCode)
Parameters:
request -
vendorId -
resultCode -

JMultimediaAuthAnswerImpl

public JMultimediaAuthAnswerImpl(Request request,
                                 long resultCode)
Parameters:
request -
resultCode -

JMultimediaAuthAnswerImpl

public JMultimediaAuthAnswerImpl(Request request)
Parameters:
request -


Copyright © 2014. All Rights Reserved.