@Before
 public void setUp() throws Exception {
   exchange = new DefaultExchange(component.getCamelContext());
 }
 @BeforeClass
 public static void setUpClass() throws Exception {
   component = createComponent();
   binding = new GAuthUpgradeBinding();
   endpoint = component.createEndpoint("gauth:upgrade");
 }