Interface DataRouteProxied
- 
public interface DataRouteProxiedAdditional interface applied toDataRouteSupportingproxies that allows access to the internal component.- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tunwrap(Class<T> clazz)Unwrap the proxy and return the underyling component of the type specified. 
 - 
 
- 
- 
Method Detail
- 
unwrap
<T> T unwrap(Class<T> clazz)
Unwrap the proxy and return the underyling component of the type specified.- Type Parameters:
 T- The generic type of the unwrapped component.- Parameters:
 clazz- The type to unwrap to.- Returns:
 - The unwrapped component.
 
 
 - 
 
 -