All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.as2.AS2ServerManagerEndpointConfiguration Maven / Gradle / Ivy

/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 * Generated on: Mon May 06 00:37:43 PDT 2019
 */
package org.apache.camel.component.as2;

import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel EndpointConfiguration for org.apache.camel.component.as2.api.AS2ServerManager
 */
@UriParams
public final class AS2ServerManagerEndpointConfiguration extends AS2Configuration {

    @UriParam
    private String requestUriPattern;

    public String getRequestUriPattern() {
        return requestUriPattern;
    }

    public void setRequestUriPattern(String requestUriPattern) {
        this.requestUriPattern = requestUriPattern;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy