use of org.apache.camel.component.cxf.wssecurity.server.CxfServer in project camel by apache.
the class WSSecurityRouteTest method setupContext.
@BeforeClass
public static void setupContext() throws Exception {
cxfServer = new CxfServer();
applicationContext = createApplicationContext();
}
Aggregations