public class Context extends Object
Constructor and Description |
---|
Context(AegisContext aegisContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
getAttachments() |
Fault |
getFault() |
AegisContext |
getGlobalContext() |
<T> T |
getProperty(Class<T> key) |
<T> T |
getProperty(String name,
Class<T> type) |
TypeMapping |
getTypeMapping() |
boolean |
isMtomEnabled() |
boolean |
isReadXsiTypes() |
boolean |
isWriteXsiTypes() |
void |
setAttachments(Collection<Attachment> attachments) |
void |
setFault(Fault fault) |
void |
setProperty(Object value) |
void |
setProperty(String name,
Object value) |
public Context(AegisContext aegisContext)
public TypeMapping getTypeMapping()
public Collection<Attachment> getAttachments()
public void setAttachments(Collection<Attachment> attachments)
public boolean isWriteXsiTypes()
public boolean isReadXsiTypes()
public void setFault(Fault fault)
public Fault getFault()
public AegisContext getGlobalContext()
public boolean isMtomEnabled()
public <T> T getProperty(Class<T> key)
public void setProperty(Object value)
Apache CXF