DynamicURI uri = null;
ForwardService service = (ForwardService) ServiceUtil.getServiceByName(ForwardService.SERVICE_NAME);
if (this.name != null && this.target != null)
{
uri = service.forward(data, this.name, this.target);
}
else if (this.getName() != null)
{
uri = service.forward(data, this.name);
}