public abstract class RestConfiguration extends Object implements org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
RestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getBindings()
Implementations can override this method to add different bindings parameters to the configuration.
|
Charset |
getCharset() |
String |
getDefaultExpressionOutputMediaType() |
org.mule.runtime.api.el.ExpressionLanguage |
getExpressionLanguage() |
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService |
getExpressionLanguageMetadataService() |
HttpResponseInterceptorDescriptor |
getResponseInterceptorDescriptor() |
Integer |
getResponseTimeout() |
TimeUnit |
getResponseTimeoutUnit() |
StreamingType |
getStreamingType() |
void |
initialise() |
public void initialise()
initialise in interface org.mule.runtime.api.lifecycle.Initialisablepublic Charset getCharset()
public Integer getResponseTimeout()
public TimeUnit getResponseTimeoutUnit()
public StreamingType getStreamingType()
public org.mule.runtime.api.metadata.ExpressionLanguageMetadataService getExpressionLanguageMetadataService()
public org.mule.runtime.api.el.ExpressionLanguage getExpressionLanguage()
public Map<String,Object> getBindings()
public HttpResponseInterceptorDescriptor getResponseInterceptorDescriptor()
public String getDefaultExpressionOutputMediaType()
Copyright © 2023. All rights reserved.