public abstract class AbstractCallContextInterceptor
extends org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
| Constructor and Description |
|---|
AbstractCallContextInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToCurrentCallContextMap(org.apache.cxf.binding.soap.SoapMessage message,
Map<String,String> callContextMapAdditions)
Adds data to the current call context map.
|
protected Map<String,String> |
getCurrentCallContextMap(org.apache.cxf.binding.soap.SoapMessage message)
Returns the current call context map.
|
protected String |
getCurrentUser(org.apache.cxf.binding.soap.SoapMessage message)
Returns the current user.
|
protected void |
setCallContextMap(org.apache.cxf.binding.soap.SoapMessage message,
Map<String,String> callContextMap)
Sets a new call context map.
|
protected void |
setUser(org.apache.cxf.binding.soap.SoapMessage message,
String user)
Adds just a user to the current call context map.
|
protected void |
setUserAndPassword(org.apache.cxf.binding.soap.SoapMessage message,
String user,
String password)
Adds a user and a password to the current call context map.
|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected Map<String,String> getCurrentCallContextMap(org.apache.cxf.binding.soap.SoapMessage message)
null if there isn't oneprotected void setCallContextMap(org.apache.cxf.binding.soap.SoapMessage message,
Map<String,String> callContextMap)
protected String getCurrentUser(org.apache.cxf.binding.soap.SoapMessage message)
protected void addToCurrentCallContextMap(org.apache.cxf.binding.soap.SoapMessage message,
Map<String,String> callContextMapAdditions)
protected void setUserAndPassword(org.apache.cxf.binding.soap.SoapMessage message,
String user,
String password)
protected void setUser(org.apache.cxf.binding.soap.SoapMessage message,
String user)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.