Apache CXF API

org.apache.cxf.aegis
Class Context

java.lang.Object
  extended by 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.

Since:
Feb 13, 2004
Author:
Dan Diephouse

Constructor Summary
Context(AegisContext aegisContext)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(AegisContext aegisContext)
Method Detail

getTypeMapping

public TypeMapping getTypeMapping()

getAttachments

public Collection<Attachment> getAttachments()

setAttachments

public void setAttachments(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(Class<T> key)

setProperty

public void setProperty(Object value)

setProperty

public void setProperty(String name,
                        Object value)

getProperty

public <T> T getProperty(String name,
                         Class<T> type)

Apache CXF API

Apache CXF