public static class DecouplingInterceptor.InvokeMethodStep extends java.lang.Object implements IComponentStep<java.lang.Void>
| Modifier and Type | Field and Description | 
|---|---|
| protected ServiceInvocationContext | sic | 
| Constructor and Description | 
|---|
| InvokeMethodStep(ServiceInvocationContext sic)Create an invoke method step. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<java.lang.Void> | execute(IInternalAccess ia)Execute the step. | 
| java.lang.String | toString() | 
protected ServiceInvocationContext sic
public InvokeMethodStep(ServiceInvocationContext sic)
public IFuture<java.lang.Void> execute(IInternalAccess ia)
execute in interface IComponentStep<java.lang.Void>public java.lang.String toString()
toString in class java.lang.Object