public class AbstractInterceptorContextImpl extends AbstractPropertiesImpl
m
Constructor and Description |
---|
AbstractInterceptorContextImpl(Class<?> cls,
Type type,
Annotation[] anns,
Message message) |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations() |
Type |
getGenericType() |
Class<?> |
getType() |
protected void |
providerSelectionPropertyChanged() |
void |
setAnnotations(Annotation[] annotations) |
void |
setGenericType(Type genType) |
void |
setType(Class<?> ctype) |
getMessage, getProperty, getPropertyNames, removeProperty, setProperty
public AbstractInterceptorContextImpl(Class<?> cls, Type type, Annotation[] anns, Message message)
public Class<?> getType()
public Annotation[] getAnnotations()
public Type getGenericType()
public void setAnnotations(Annotation[] annotations)
public void setGenericType(Type genType)
public void setType(Class<?> ctype)
protected void providerSelectionPropertyChanged()
Apache CXF