Uses of Interface
com.google.code.linkedinapi.schema.ServiceProvider

Packages that use ServiceProvider
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of ServiceProvider in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return ServiceProvider
 ServiceProvider ObjectFactory.createServiceProvider()
          Create an instance of ServiceProvider
 ServiceProvider SchemaElementFactory.createServiceProvider()
          Create an instance of ServiceProvider
 ServiceProvider Source.getServiceProvider()
          Gets the value of the serviceProvider property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ServiceProvider
 void Source.setServiceProvider(ServiceProvider value)
          Sets the value of the serviceProvider property.
 

Uses of ServiceProvider in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement ServiceProvider
 class ServiceProviderImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ServiceProvider
 ServiceProvider SourceImpl.getServiceProvider()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type ServiceProvider
 void SourceImpl.setServiceProvider(ServiceProvider value)
           
 

Uses of ServiceProvider in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return ServiceProvider
 ServiceProvider XppElementFactory.createServiceProvider()
           
 ServiceProvider SourceImpl.getServiceProvider()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type ServiceProvider
 void SourceImpl.setServiceProvider(ServiceProvider value)