Uses of Interface
org.apache.abdera.model.Service

Packages that use Service
org.apache.abdera   
org.apache.abdera.ext.features   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.server.impl   
 

Uses of Service in org.apache.abdera
 

Methods in org.apache.abdera that return Service
 Service Abdera.newService()
          Create a new Service instance.
 

Uses of Service in org.apache.abdera.ext.features
 

Methods in org.apache.abdera.ext.features with parameters of type Service
static Collection[] FeaturesHelper.select(Service service, Selector... selectors)
          Select a Collection from the service document
static Collection[] FeaturesHelper.select(Service service, Selector selector)
          Select a Collection from the service document
 

Uses of Service in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Service
 Service Factory.newService()
          Create a new Service element.
 Service Factory.newService(Base parent)
          Create a new Service element as a child of the given Base.
 

Uses of Service in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Service
 Service Service.addWorkspace(Workspace workspace)
          Add an individual workspace
 

Uses of Service in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Service
 class FOMService
           
 

Methods in org.apache.abdera.parser.stax that return Service
 Service FOMService.addWorkspace(Workspace workspace)
           
 Service FOMFactory.newService()
           
 Service FOMFactory.newService(Base parent)
           
 Service FOMFactory.newService(QName qname, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 

Uses of Service in org.apache.abdera.protocol.server.impl
 

Methods in org.apache.abdera.protocol.server.impl that return Service
protected  Service AbstractProvider.getServiceElement(RequestContext request)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.