Package org.apache.cxf.aegis
Class Context
- java.lang.Object
-
- org.apache.cxf.aegis.Context
-
public class Context extends Object
Holds information about the message request and response. Applications should not need to work with this class.
-
-
Constructor Summary
Constructors Constructor Description Context(AegisContext aegisContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.apache.cxf.message.Attachment>getAttachments()org.apache.cxf.interceptor.FaultgetFault()AegisContextgetGlobalContext()<T> TgetProperty(Class<T> key)<T> TgetProperty(String name, Class<T> type)TypeMappinggetTypeMapping()booleanisMtomEnabled()booleanisReadXsiTypes()booleanisWriteXsiTypes()voidsetAttachments(Collection<org.apache.cxf.message.Attachment> attachments)voidsetFault(org.apache.cxf.interceptor.Fault fault)voidsetProperty(Object value)voidsetProperty(String name, Object value)
-
-
-
Constructor Detail
-
Context
public Context(AegisContext aegisContext)
-
-
Method Detail
-
getTypeMapping
public TypeMapping getTypeMapping()
-
getAttachments
public Collection<org.apache.cxf.message.Attachment> getAttachments()
-
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
-
isWriteXsiTypes
public boolean isWriteXsiTypes()
-
isReadXsiTypes
public boolean isReadXsiTypes()
-
setFault
public void setFault(org.apache.cxf.interceptor.Fault fault)
-
getFault
public org.apache.cxf.interceptor.Fault getFault()
-
getGlobalContext
public AegisContext getGlobalContext()
-
isMtomEnabled
public boolean isMtomEnabled()
-
getProperty
public <T> T getProperty(Class<T> key)
-
setProperty
public void setProperty(Object value)
-
-