Création d'un client pour tester le service soap
This commit is contained in:
parent
b91076c3e7
commit
b23d9bd46d
3 changed files with 16 additions and 2 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package org.chtijbug.drools.reverseproxy.mappings;
|
||||
|
||||
import com.github.mkopylec.charon.configuration.MappingProperties;
|
||||
import com.github.mkopylec.charon.core.http.ReceivedResponseInterceptor;
|
||||
import com.github.mkopylec.charon.core.http.ResponseData;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
public class CustomReceivedResponseInterceptor implements ReceivedResponseInterceptor {
|
||||
@Override
|
||||
public void intercept(ResponseData responseData, MappingProperties mappingProperties) {
|
||||
System.out.println("response");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue