Packageorg.swizframework.utils.services
Classpublic class ChannelSetHelper
InheritanceChannelSetHelper Inheritance mx.messaging.ChannelSet
Implements IInitializing

Default MXML Propertychannels



Public Properties
 PropertyDefined By
  channelId : String
ChannelSetHelper
  contextRoot : String
ChannelSetHelper
  endPointName : String
ChannelSetHelper
  parameterName : String
ChannelSetHelper
  parameterSource : Object
ChannelSetHelper
  protocol : String
ChannelSetHelper
  serverName : String
ChannelSetHelper
  serverPort : int
ChannelSetHelper
Public Methods
 MethodDefined By
  
ChannelSetHelper(channelIds:Array = null, clusteredWithURLLoadBalancing:Boolean = false)
ChannelSetHelper
  
ChannelSetHelper
Property Detail
channelIdproperty
public var channelId:String

contextRootproperty 
public var contextRoot:String

endPointNameproperty 
public var endPointName:String

parameterNameproperty 
public var parameterName:String

parameterSourceproperty 
public var parameterSource:Object

protocolproperty 
public var protocol:String

serverNameproperty 
public var serverName:String

serverPortproperty 
public var serverPort:int

Constructor Detail
ChannelSetHelper()Constructor
public function ChannelSetHelper(channelIds:Array = null, clusteredWithURLLoadBalancing:Boolean = false)



Parameters
channelIds:Array (default = null)
 
clusteredWithURLLoadBalancing:Boolean (default = false)
Method Detail
afterPropertiesSet()method
public function afterPropertiesSet():void