public class HttpContextMapper extends BaseRegexContextMapper<HttpBindingData>
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_RESPONSE_STATUS
The HTTP responce code.
|
| Constructor and Description |
|---|
HttpContextMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapFrom(HttpBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
mapTo(Context context,
HttpBindingData target)
Maps a context's properties into a target object.
|
getIncludeRegexes, matches, matches, matches, setExcludeNamespaces, setExcludes, setIncludeNamespaces, setIncludes, setRegexPropagationListgetModel, setModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModel, setModelpublic static final String HTTP_RESPONSE_STATUS
public void mapFrom(HttpBindingData source, Context context) throws Exception
mapFrom in interface ContextMapper<HttpBindingData>mapFrom in class BaseRegexContextMapper<HttpBindingData>source - the object to map fromcontext - the context to map toException - if there was a problempublic void mapTo(Context context, HttpBindingData target) throws Exception
mapTo in interface ContextMapper<HttpBindingData>mapTo in class BaseRegexContextMapper<HttpBindingData>context - the context to map fromtarget - the target to map toException - if there was a problemCopyright © 2013–2018 JBoss by Red Hat. All rights reserved.