public class org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration extends org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
{
public void <init>()
{
org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration;
specialinvoke v.<org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration: void <init>(org.apache.camel.model.cloud.ServiceCallDefinition)>(null);
return;
}
public void <init>(org.apache.camel.model.cloud.ServiceCallDefinition)
{
org.apache.camel.model.cloud.ServiceCallDefinition v;
org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration;
v := @parameter: org.apache.camel.model.cloud.ServiceCallDefinition;
specialinvoke v.<org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration: void <init>(org.apache.camel.model.cloud.ServiceCallDefinition)>(v);
return;
}
public org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration serviceDiscoveryConfigurations(java.util.List)
{
java.util.List v;
org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.util.List;
virtualinvoke v.<org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration: void setServiceDiscoveryConfigurations(java.util.List)>(v);
return v;
}
public org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration serviceDiscoveryConfiguration(org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration)
{
org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration v;
org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration;
v := @parameter: org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration;
virtualinvoke v.<org.apache.camel.model.cloud.AggregatingServiceCallServiceDiscoveryConfiguration: void addServiceDiscoveryConfigurations(org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration)>(v);
return v;
}
}