类 SaxonXPathResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.saxon.it.SaxonXPathResource
-
@Path("/xpath") @ApplicationScoped public class SaxonXPathResource extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) org.apache.camel.ProducerTemplatetemplate
-
构造器概要
构造器 构造器 说明 SaxonXPathResource()
-
-
-
方法详细资料
-
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)
-
-