Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View prietopa's full-sized avatar

Jose Manuel Prieto prietopa

View GitHub Profile
@prietopa
prietopa / AbstractClientInPersistInterceptor
Last active August 29, 2015 14:12
CXF persist/audit client Request/Response
package net.pp.jm.cxf.interceptor.persist.client;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.Date;
import org.apache.cxf.helpers.IOUtils;
import org.apache.cxf.interceptor.Fault;
@prietopa
prietopa / gist:688698382a958c83eb20
Last active August 29, 2015 14:10
crea una lista de "schemasList" y de "classesToBeBoundList" para la configuracion de Spring
package net.pp.jm.spring.oxm.config.test;
import java.io.File;
import java.io.IOException;
import java.util.Collection;
import org.apache.commons.io.FileUtils;
import org.junit.Test;
public class ListDirectoryTest {