org.apache.cxf.aegis
Class Context
java.lang.Object
org.apache.cxf.aegis.Context
public class Context
- extends java.lang.Object
Holds information about the message request and response. Applications should not need to
work with this class.
- Since:
- Feb 13, 2004
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context(AegisContext aegisContext)
getTypeMapping
public TypeMapping getTypeMapping()
getAttachments
public java.util.Collection<Attachment> getAttachments()
setAttachments
public void setAttachments(java.util.Collection<Attachment> attachments)
isWriteXsiTypes
public boolean isWriteXsiTypes()
isReadXsiTypes
public boolean isReadXsiTypes()
setFault
public void setFault(Fault fault)
getFault
public Fault getFault()
getGlobalContext
public AegisContext getGlobalContext()
isMtomEnabled
public boolean isMtomEnabled()
getProperty
public <T> T getProperty(java.lang.Class<T> key)
setProperty
public void setProperty(java.lang.Object value)
Apache CXF