|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FluxionService in net.sourceforge.fluxion.beans |
---|
Method parameters in net.sourceforge.fluxion.beans with type arguments of type FluxionService | |
---|---|
void |
ServiceUtilsBean.setFluxionServices(java.util.Set<FluxionService> fluxionServices)
|
Uses of FluxionService in net.sourceforge.fluxion.beans.utils |
---|
Methods in net.sourceforge.fluxion.beans.utils that return FluxionService | |
---|---|
static FluxionService |
ResourceUtils.getService(java.util.Set<FluxionService> services,
java.net.URI publisherUri)
|
Method parameters in net.sourceforge.fluxion.beans.utils with type arguments of type FluxionService | |
---|---|
static FluxionService |
ResourceUtils.getService(java.util.Set<FluxionService> services,
java.net.URI publisherUri)
|
Uses of FluxionService in net.sourceforge.fluxion.datapublisher |
---|
Classes in net.sourceforge.fluxion.datapublisher that implement FluxionService | |
---|---|
class |
BeanFactoryFluxionService
Javadocs go here! |
Uses of FluxionService in net.sourceforge.fluxion.pussycat.manager |
---|
Methods in net.sourceforge.fluxion.pussycat.manager that return types with arguments of type FluxionService | |
---|---|
java.util.Set<FluxionService> |
PussycatSessionManager.getFluxionServices()
|
Method parameters in net.sourceforge.fluxion.pussycat.manager with type arguments of type FluxionService | |
---|---|
void |
PussycatSessionManager.setFluxionServices(java.util.Set<FluxionService> fluxionServices)
|
Uses of FluxionService in net.sourceforge.fluxion.pussycat.renderlets.impl |
---|
Methods in net.sourceforge.fluxion.pussycat.renderlets.impl that return FluxionService | |
---|---|
FluxionService |
AvailablePublishersListRenderlet.lookupObject(java.lang.String objectId)
|
Uses of FluxionService in net.sourceforge.fluxion.pussycat.spring.service.ajaxified |
---|
Method parameters in net.sourceforge.fluxion.pussycat.spring.service.ajaxified with type arguments of type FluxionService | |
---|---|
void |
SessionManagementService.setFluxionServices(java.util.Set<FluxionService> fluxionServices)
|
Uses of FluxionService in net.sourceforge.fluxion.pussycat.util.service |
---|
Methods in net.sourceforge.fluxion.pussycat.util.service that return FluxionService | |
---|---|
static FluxionService |
PussycatServiceUtils.getService(java.util.Set<FluxionService> services,
java.net.URI publisherUri)
|
Method parameters in net.sourceforge.fluxion.pussycat.util.service with type arguments of type FluxionService | |
---|---|
static FluxionService |
PussycatServiceUtils.getService(java.util.Set<FluxionService> services,
java.net.URI publisherUri)
|
Uses of FluxionService in net.sourceforge.fluxion.spring |
---|
Classes in net.sourceforge.fluxion.spring that implement FluxionService | |
---|---|
class |
DelegatingFluxionService
Implementation of FluxionService which simply delegates to a list of DataSource implementations |
class |
QueryTransformingFluxionService
Implementation of FluxionService which delegates to a list of other FluxionServices and transforms queries with an injected QueryTransformer. |
Method parameters in net.sourceforge.fluxion.spring with type arguments of type FluxionService | |
---|---|
void |
QueryTransformingFluxionService.setServices(java.util.List<FluxionService> services)
Inject a list of one or more fluxion services which can be mapped by this transforming service |
Uses of FluxionService in net.sourceforge.fluxion.spring.endpoint |
---|
Methods in net.sourceforge.fluxion.spring.endpoint that return FluxionService | |
---|---|
protected FluxionService |
AbstractFluxionEndpoint.getFluxionService()
Return the previously injected fluxion service |
Methods in net.sourceforge.fluxion.spring.endpoint with parameters of type FluxionService | |
---|---|
void |
AbstractFluxionEndpoint.setFluxionService(FluxionService fluxionService)
Inject a FluxionService to be used by the endpoint after it's dealt with the XML marshalling operations |
Uses of FluxionService in net.sourceforge.fluxion.spring.wsclient |
---|
Classes in net.sourceforge.fluxion.spring.wsclient that implement FluxionService | |
---|---|
class |
SOAPFluxionService
Implementation of FluxionService that proxies through SOAP to a remote FluxionService web service endpoint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |