Uses of Class
org.globus.mds.aggregator.types.AggregatorContent

Packages that use AggregatorContent
org.globus.mds.aggregator.impl   
 

Uses of AggregatorContent in org.globus.mds.aggregator.impl
 

Fields in org.globus.mds.aggregator.impl declared as AggregatorContent
private  AggregatorContent AggregatorServiceGroupEntryResource.content
           
 

Methods in org.globus.mds.aggregator.impl that return AggregatorContent
 AggregatorContent AggregatorServiceGroupEntryResource.getContent()
           
 

Methods in org.globus.mds.aggregator.impl with parameters of type AggregatorContent
 void AggregatorServiceGroupEntryResource.setContent(AggregatorContent content)
           
 

Constructors in org.globus.mds.aggregator.impl with parameters of type AggregatorContent
AggregatorServiceGroupEntryResource(AggregatorServiceGroupResource aggrResource, org.apache.axis.message.addressing.EndpointReferenceType memberEPR, org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR, AggregatorContent content)