public class ConfigProvisionInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
ConfigProvisionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
getMarshaller()
Getter for the field
marshaller. |
RunningServiceContextProvider |
getRunningServiceContextProvider() |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
Overridden method invocation.
|
void |
setCustomProvisionListener(ConfigurationProvider configurationProvider)
setCustomProvisionListener.
|
void |
setMarshaller(Marshaller marshaller)
Setter for the field
marshaller. |
void |
setRunningServiceContextProvider(RunningServiceContextProvider runningServiceContextProvider) |
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwable@Inject public void setCustomProvisionListener(ConfigurationProvider configurationProvider)
setCustomProvisionListener.
configurationProvider - a ConfigurationProvider
object.public Marshaller getMarshaller()
Getter for the field marshaller.
Marshaller object.@Inject public void setMarshaller(Marshaller marshaller)
Setter for the field marshaller.
marshaller - a Marshaller object.public RunningServiceContextProvider getRunningServiceContextProvider()
@Inject public void setRunningServiceContextProvider(RunningServiceContextProvider runningServiceContextProvider)
Copyright © 2022. All rights reserved.