org.mobicents.slee.resource.diameter.rx
Class RxAvpFactoryImpl

java.lang.Object
  extended by org.mobicents.slee.resource.diameter.rx.RxAvpFactoryImpl
All Implemented Interfaces:
RxAvpFactory

public class RxAvpFactoryImpl
extends java.lang.Object
implements RxAvpFactory

Implementation of RxAvpFactory.

Author:
Alexandre Mendonca , Bartosz Baranowski , Richard Good

Field Summary
protected  net.java.slee.resource.diameter.base.DiameterAvpFactory baseAvpFactory
           
 
Constructor Summary
RxAvpFactoryImpl(net.java.slee.resource.diameter.base.DiameterAvpFactory baseAvpFactory)
           
 
Method Summary
 AcceptableServiceInfoAvp createAcceptableServiceInfo()
           
 AccessNetworkChargingIdentifierAvp createAccessNetworkChargingIdentifier()
           
 FlowsAvp createFlows()
           
 MediaComponentDescriptionAvp createMediaComponentDescription()
           
 MediaSubComponentAvp createMediaSubComponent()
           
 SponsoredConnectivityDataAvp createSponsoredConnectivityData()
           
 SupportedFeaturesAvp createSupportedFeatures()
           
 net.java.slee.resource.diameter.base.DiameterAvpFactory getBaseFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseAvpFactory

protected net.java.slee.resource.diameter.base.DiameterAvpFactory baseAvpFactory
Constructor Detail

RxAvpFactoryImpl

public RxAvpFactoryImpl(net.java.slee.resource.diameter.base.DiameterAvpFactory baseAvpFactory)
Method Detail

getBaseFactory

public net.java.slee.resource.diameter.base.DiameterAvpFactory getBaseFactory()
Specified by:
getBaseFactory in interface RxAvpFactory

createAcceptableServiceInfo

public AcceptableServiceInfoAvp createAcceptableServiceInfo()
Specified by:
createAcceptableServiceInfo in interface RxAvpFactory

createAccessNetworkChargingIdentifier

public AccessNetworkChargingIdentifierAvp createAccessNetworkChargingIdentifier()
Specified by:
createAccessNetworkChargingIdentifier in interface RxAvpFactory

createFlows

public FlowsAvp createFlows()
Specified by:
createFlows in interface RxAvpFactory

createMediaComponentDescription

public MediaComponentDescriptionAvp createMediaComponentDescription()
Specified by:
createMediaComponentDescription in interface RxAvpFactory

createMediaSubComponent

public MediaSubComponentAvp createMediaSubComponent()
Specified by:
createMediaSubComponent in interface RxAvpFactory

createSponsoredConnectivityData

public SponsoredConnectivityDataAvp createSponsoredConnectivityData()
Specified by:
createSponsoredConnectivityData in interface RxAvpFactory

createSupportedFeatures

public SupportedFeaturesAvp createSupportedFeatures()
Specified by:
createSupportedFeatures in interface RxAvpFactory


Copyright © 2012. All Rights Reserved.