@Path("/xpath")
@ApplicationScoped
public class SaxonXPathResource
extends Object
-
Field Summary
Fields
(package private) org.apache.camel.ProducerTemplate
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
template
@Inject
org.apache.camel.ProducerTemplate template
-
Constructor Details
-
SaxonXPathResource
public SaxonXPathResource()
-
Method Details
-
factory
@Path("/factory")
@GET
@Consumes("text/plain")
@Produces("text/plain")
public String factory(String xml)
-
objectModel
@Path("/objectModel")
@GET
@Consumes("text/plain")
@Produces("text/plain")
public String objectModel(String xml)
-
saxon
@Path("/saxon")
@GET
@Consumes("text/plain")
@Produces("text/plain")
public String saxon(String xml)
-
function
@Path("/function")
@GET
@Consumes("text/plain")
@Produces("text/plain")
public String function(String xml)