Package org.apache.camel.component.sjms2
Class Sjms2EndpointUriFactory
java.lang.Object
org.apache.camel.support.component.EndpointUriFactorySupport
org.apache.camel.component.sjms2.Sjms2EndpointUriFactory
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.apache.camel.spi.EndpointUriFactory
,org.apache.camel.spi.HasCamelContext
public class Sjms2EndpointUriFactory
extends org.apache.camel.support.component.EndpointUriFactorySupport
implements org.apache.camel.spi.EndpointUriFactory
Generated by camel build tools - do NOT edit this file!
-
Field Summary
Fields inherited from class org.apache.camel.support.component.EndpointUriFactorySupport
camelContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class org.apache.camel.support.component.EndpointUriFactorySupport
buildPathParameter, buildQueryParameters, getCamelContext, setCamelContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.CamelContextAware
setCamelContext
Methods inherited from interface org.apache.camel.spi.EndpointUriFactory
buildUri
Methods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
-
Constructor Details
-
Sjms2EndpointUriFactory
public Sjms2EndpointUriFactory()
-
-
Method Details
-
isEnabled
- Specified by:
isEnabled
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
buildUri
public String buildUri(String scheme, Map<String, Object> properties, boolean encode) throws URISyntaxException- Specified by:
buildUri
in interfaceorg.apache.camel.spi.EndpointUriFactory
- Throws:
URISyntaxException
-
propertyNames
- Specified by:
propertyNames
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
secretPropertyNames
- Specified by:
secretPropertyNames
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
multiValuePrefixes
- Specified by:
multiValuePrefixes
in interfaceorg.apache.camel.spi.EndpointUriFactory
-
isLenientProperties
public boolean isLenientProperties()- Specified by:
isLenientProperties
in interfaceorg.apache.camel.spi.EndpointUriFactory
-