| Package | Description |
|---|---|
| org.gatein.wsrp.consumer | |
| org.gatein.wsrp.consumer.registry | |
| org.gatein.wsrp.consumer.registry.xml | |
| org.gatein.wsrp.consumer.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
WSRPConsumerImpl
WSRPConsumerImpl is in charge of maintaining the consumer's information with respect to its associated producer.
|
| Modifier and Type | Method and Description |
|---|---|
WSRPConsumer |
ConsumerRegistry.createConsumer(String id,
Integer expirationCacheSeconds,
String wsdlURL)
Creates a consumer with the specified associated producer identifier, caching producer metadata for the specified time in seconds and accessing the related producer via the
specified WSDL location.
|
WSRPConsumer |
AbstractConsumerRegistry.createConsumer(String id,
Integer expirationCacheSeconds,
String wsdlURL) |
WSRPConsumer |
InMemoryConsumerRegistry.createConsumerFrom(ProducerInfo producerInfo,
boolean putInCache) |
WSRPConsumer |
AbstractConsumerRegistry.createConsumerFrom(ProducerInfo producerInfo,
boolean putInCache) |
WSRPConsumer |
ConsumerRegistry.getConsumer(String id)
Retrieves the consumer associated with the specified producer identifier.
|
WSRPConsumer |
ConsumerCache.getConsumer(String id)
Retrieves the consumer identified by the specified identifier, updating its state from persistence if required.
|
WSRPConsumer |
AbstractConsumerRegistry.getConsumer(String id) |
WSRPConsumer |
AbstractConsumerRegistry.InMemoryConsumerCache.getConsumer(String id) |
WSRPConsumer |
ConsumerCache.removeConsumer(String id)
Removes the consumer identified by the specified identifier from this cache.
|
WSRPConsumer |
AbstractConsumerRegistry.InMemoryConsumerCache.removeConsumer(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<WSRPConsumer> |
ConsumerRegistry.getConfiguredConsumers()
Retrieves the list of configured consumers.
|
List<WSRPConsumer> |
AbstractConsumerRegistry.getConfiguredConsumers() |
Collection<WSRPConsumer> |
ConsumerCache.getConsumers()
Retrieves the up-to-date collection of consumers known by this cache.
|
Collection<WSRPConsumer> |
AbstractConsumerRegistry.InMemoryConsumerCache.getConsumers() |
protected List<WSRPConsumer> |
AbstractConsumerRegistry.getConsumers(boolean startConsumers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConsumerRegistry.activateConsumer(WSRPConsumer consumer) |
protected void |
AbstractConsumerRegistry.deactivateConsumer(WSRPConsumer consumer) |
void |
AbstractConsumerRegistry.deregisterWithFederatingPortletInvoker(WSRPConsumer consumer) |
void |
ConsumerCache.putConsumer(String id,
WSRPConsumer consumer)
Puts the specified consumer in cache under the specified identifier.
|
void |
AbstractConsumerRegistry.InMemoryConsumerCache.putConsumer(String id,
WSRPConsumer consumer) |
void |
AbstractConsumerRegistry.registerWithFederatingPortletInvoker(WSRPConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryConsumerRegistry.initConsumers(SortedMap<String,WSRPConsumer> consumers) |
| Constructor and Description |
|---|
AbstractConsumerRegistry.ProducerInfoIterator(Iterator<WSRPConsumer> consumers) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLWSRPConsumerFactory.addChild(SortedMap<String,WSRPConsumer> consumers,
WSRPConsumer consumer,
org.jboss.xb.binding.UnmarshallingContext nav,
String nsURI,
String localName) |
Object |
XMLWSRPConsumerFactory.newChild(WSRPConsumer consumer,
org.jboss.xb.binding.UnmarshallingContext nav,
String nsURI,
String localName,
Attributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLWSRPConsumerFactory.addChild(SortedMap<String,WSRPConsumer> consumers,
WSRPConsumer consumer,
org.jboss.xb.binding.UnmarshallingContext nav,
String nsURI,
String localName) |
Object |
XMLWSRPConsumerFactory.newChild(SortedMap<String,WSRPConsumer> consumers,
org.jboss.xb.binding.UnmarshallingContext nav,
String nsURI,
String localName,
Attributes attrs) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WSRPConsumerSPI |
| Modifier and Type | Method and Description |
|---|---|
WSRPConsumer |
ConsumerRegistrySPI.createConsumerFrom(ProducerInfo producerInfo,
boolean putInCache)
Creates a consumer from the specified ProducerInfo, caching it if so specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerRegistrySPI.deregisterWithFederatingPortletInvoker(WSRPConsumer consumer)
Deregisters the specified WSRPConsumer with the FederatingPortletInvoker.
|
void |
ConsumerRegistrySPI.registerWithFederatingPortletInvoker(WSRPConsumer consumer)
Registers the specified WSRPConsumer with the FederatingPortletInvoker.
|
Copyright © 2006-2014 GateIn. All Rights Reserved.