public class DefaultProducerExtensionAccessor extends AbstractExtensionAccessor implements ProducerExtensionAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestExtension(Class fromClass,
UnmarshalledExtension extension) |
void |
addResponseExtension(Class wsrpResponseClass,
Object extension) |
List<UnmarshalledExtension> |
getRequestExtensionsFor(Class targetClass) |
List<Extension> |
getResponseExtensionsFor(Class wsrpResponseClass) |
static void |
registerWithAPI() |
addExtension, addUnmarshalledExtension, clear, getExtensions, getUnmarshalledExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearpublic void addRequestExtension(Class fromClass, UnmarshalledExtension extension)
addRequestExtension in interface ProducerExtensionAccessorpublic List<UnmarshalledExtension> getRequestExtensionsFor(Class targetClass)
getRequestExtensionsFor in interface ProducerExtensionAccessorpublic List<Extension> getResponseExtensionsFor(Class wsrpResponseClass)
getResponseExtensionsFor in interface ProducerExtensionAccessorpublic void addResponseExtension(Class wsrpResponseClass, Object extension)
addResponseExtension in interface ProducerExtensionAccessorpublic static void registerWithAPI()
Copyright © 2006-2014 GateIn. All Rights Reserved.