Package org.apache.cxf.aegis
Class Context
java.lang.Object
org.apache.cxf.aegis.Context
Holds information about the message request and response. Applications should not need to
work with this class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.cxf.message.Attachment>org.apache.cxf.interceptor.FaultgetFault()<T> TgetProperty(Class<T> key) <T> TgetProperty(String name, Class<T> type) booleanbooleanbooleanvoidsetAttachments(Collection<org.apache.cxf.message.Attachment> attachments) voidsetFault(org.apache.cxf.interceptor.Fault fault) voidsetProperty(Object value) voidsetProperty(String name, Object value)
-
Constructor Details
-
Context
-
-
Method Details
-
getTypeMapping
-
getAttachments
-
setAttachments
-
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
-
isMtomEnabled
public boolean isMtomEnabled() -
getProperty
-
setProperty
-
setProperty
-
getProperty
-