use of com.predic8.membrane.core.interceptor.ws_addressing.WsaEndpointRewriterInterceptor in project service-proxy by membrane.
the class WsaEndpointRewriterInterceptorTest method setUp.
@Before
public void setUp() {
rewriter = new WsaEndpointRewriterInterceptor();
exc = new Exchange(null);
}
Aggregations