@Deprecated public final class MappedEndpointConfiguration extends DefaultEndpointConfiguration
EndpointConfiguration used by Components
that did not yet define a configuration type.EndpointConfiguration.UriFormatURI_AUTHORITY, URI_FRAGMENT, URI_HOST, URI_PATH, URI_PORT, URI_QUERY, URI_SCHEME, URI_SCHEME_SPECIFIC_PART, URI_USER_INFO| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Deprecated.
|
<T> T |
getParameter(String name)
Deprecated.
Gets the value of a particular parameter.
|
int |
hashCode()
Deprecated.
|
protected void |
parseURI()
Deprecated.
|
<T> void |
setParameter(String name,
T value)
Deprecated.
Sets the value of a particular parameter.
|
String |
toUriString(EndpointConfiguration.UriFormat format)
Deprecated.
Returns the formatted configuration string of an
Endpoint. |
getCamelContext, getURI, setURI, setURIpublic <T> T getParameter(String name)
EndpointConfigurationgetParameter in interface EndpointConfigurationgetParameter in class DefaultEndpointConfigurationname - the parameter namepublic <T> void setParameter(String name, T value)
EndpointConfigurationsetParameter in interface EndpointConfigurationsetParameter in class DefaultEndpointConfigurationname - the parameter namevalue - the parameter valueprotected void parseURI()
parseURI in class DefaultEndpointConfigurationpublic String toUriString(EndpointConfiguration.UriFormat format)
EndpointConfigurationEndpoint.format - the formatApache Camel