Search in sources :

Example 1 with TestingWrappedEventSinkImpl

use of org.apache.cxf.ws.eventing.integration.eventsink.TestingWrappedEventSinkImpl in project cxf by apache.

the class SimpleEventingIntegrationTest method createWrappedEventSink.

protected Server createWrappedEventSink(String address) {
    JaxWsServerFactoryBean factory = new JaxWsServerFactoryBean();
    factory.setBus(bus);
    factory.setServiceBean(new TestingWrappedEventSinkImpl());
    factory.setAddress(address);
    return factory.create();
}
Also used : TestingWrappedEventSinkImpl(org.apache.cxf.ws.eventing.integration.eventsink.TestingWrappedEventSinkImpl) JaxWsServerFactoryBean(org.apache.cxf.jaxws.JaxWsServerFactoryBean)

Aggregations

JaxWsServerFactoryBean (org.apache.cxf.jaxws.JaxWsServerFactoryBean)1 TestingWrappedEventSinkImpl (org.apache.cxf.ws.eventing.integration.eventsink.TestingWrappedEventSinkImpl)1