Dave Siracusa [
http://community.jboss.org/people/davesiracusa] replied to the discussion
"httprouter issues with GET/POST WADL Services and Web Routing"
To view the discussion, visit:
http://community.jboss.org/message/552659#552659
--------------------------------------------------------------
*import* org.jboss.soa.esb.actions.AbstractActionPipelineProcessor;
*import* org.jboss.soa.esb.actions.ActionLifecycleException;
*import* org.jboss.soa.esb.actions.ActionProcessingException;
*import* org.jboss.soa.esb.helpers.ConfigTree;
*import* org.jboss.soa.esb.message.Message;
h4. *import* *org.jboss.soa.esb.http.HttpResponse;*
*
*
*import* org.apache.commons.httpclient.HttpStatus;
*import* org.apache.log4j.Logger;
*import* java.io.DataInputStream;
*import* java.io.File;
*import* java.io.StringReader;
*import* java.net.InetAddress;
*import* java.net.URL;
*import* java.net.URLConnection;
*import* javax.ws.rs.core.MediaType;
*import* javax.xml.transform.Source;
*import* org.jboss.soa.esb.http.HttpRequest;
*import* org.w3c.dom.*;
*import* net.sf.saxon.s9api.*;
*import* com.sun.jersey.api.client.ClientResponse;
*import* com.yellowbook.soa.esb.actions.proxy.IConfigChangeEvent;
*import* com.yellowbook.soa.esb.util.file.Resource;
*import* com.yellowbook.soa.esb.util.jersey.JerseyClientSingleton;
*import* com.yellowbook.soa.esb.util.reflection.ReflectionHelper;
*import* com.yellowbook.soa.esb.util.xml.XMLHelper;
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/552659#552659]
Start a new discussion in JBoss ESB Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]