| Package | Description |
|---|---|
| org.gatein.wsrp.api.extensions |
| Modifier and Type | Method and Description |
|---|---|
List<UnmarshalledExtension> |
ProducerExtensionAccessor.getRequestExtensionsFor(Class targetClass)
Retrieves the list of unmarshalled extensions currently associated with instances of the specified target
consumer
request class.
|
List<UnmarshalledExtension> |
ConsumerExtensionAccessor.getResponseExtensionsFrom(Class responseClass)
Retrieves extensions that were sent by the producer for instances of the specified response class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerExtensionAccessor.addRequestExtension(Class fromClass,
UnmarshalledExtension extension)
Adds the specified unmarshalled extension to the list of extensions associated with instances the specified WSRP
request class before the request is processed by the producer's portlet container.
|
void |
ConsumerExtensionAccessor.addResponseExtension(Class responseClass,
UnmarshalledExtension extension)
Adds the specified unmarshalled extension to be linked to the specified WSRP response class.
|
Copyright © 2006-2014 GateIn. All Rights Reserved.