Class SpringWebserviceEndpointUriFactory
java.lang.Object
org.apache.camel.support.component.EndpointUriFactorySupport
org.apache.camel.component.spring.ws.SpringWebserviceEndpointUriFactory
- All Implemented Interfaces:
 org.apache.camel.CamelContextAware,org.apache.camel.spi.EndpointUriFactory,org.apache.camel.spi.HasCamelContext
@Generated("org.apache.camel.maven.packaging.GenerateEndpointUriFactoryMojo")
public class SpringWebserviceEndpointUriFactory
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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class org.apache.camel.support.component.EndpointUriFactorySupport
buildPathParameter, buildQueryParameters, getCamelContext, setCamelContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.EndpointUriFactory
buildUriMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext 
- 
Constructor Details
- 
SpringWebserviceEndpointUriFactory
public SpringWebserviceEndpointUriFactory() 
 - 
 - 
Method Details
- 
isEnabled
- Specified by:
 isEnabledin interfaceorg.apache.camel.spi.EndpointUriFactory
 - 
buildUri
public String buildUri(String scheme, Map<String, Object> properties, boolean encode) throws URISyntaxException- Specified by:
 buildUriin interfaceorg.apache.camel.spi.EndpointUriFactory- Throws:
 URISyntaxException
 - 
propertyNames
- Specified by:
 propertyNamesin interfaceorg.apache.camel.spi.EndpointUriFactory
 - 
secretPropertyNames
- Specified by:
 secretPropertyNamesin interfaceorg.apache.camel.spi.EndpointUriFactory
 - 
multiValuePrefixes
- Specified by:
 multiValuePrefixesin interfaceorg.apache.camel.spi.EndpointUriFactory
 - 
isLenientProperties
public boolean isLenientProperties()- Specified by:
 isLenientPropertiesin interfaceorg.apache.camel.spi.EndpointUriFactory
 
 -