public class HttpHandlerRegistrationInfo extends Object
Constructor and Description |
---|
HttpHandlerRegistrationInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodRestrict() |
URI |
getUri() |
Boolean |
isMatchOnUriPrefix() |
void |
setMatchOnUriPrefix(Boolean matchOnUriPrefix) |
void |
setMethodRestrict(String methodRestrict) |
void |
setUri(URI uri) |
public String getMethodRestrict()
public void setMethodRestrict(String methodRestrict)
public URI getUri()
public void setUri(URI uri)
public Boolean isMatchOnUriPrefix()
public void setMatchOnUriPrefix(Boolean matchOnUriPrefix)
Apache Camel