UserX509Credential credential = new UserX509Credential(proxy,
trustedCertificates);
this.workflowClient = WorkflowEngineManager.getWorkflowClient(XBayaConstants.DEFAULT_GPEL_ENGINE_URL,
credential);
this.gpelComponentRegistry = new GPELRegistry(null, WorkflowClient.WorkflowType.TEMPLATE, 100);
this.componentRegistry = new LocalComponentRegistry(
XBayaPathConstants.WSDL_DIRECTORY);
}