Class HttpListenerUtils
java.lang.Object
org.mule.module.soapkit.internal.util.HttpListenerUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.mule.runtime.api.metadata.MediaTypegetContentTypeWithCharset(Map<String, String> headers, String keyName) static URIgetUriFromFlow(org.mule.runtime.api.component.Component source) Extracts the configured HTTP URI from a flow.
-
Method Details
-
getUriFromFlow
Extracts the configured HTTP URI from a flow. It only works for flows that uses the HTTP extension.- Parameters:
source- where to extract the URI- Returns:
- the URI
-
getContentTypeWithCharset
-