|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.handlers.AbstractHandler
org.apache.axis2.mtompolicy.MTOMOutHandler
public class MTOMOutHandler
This out handler does a check of the effective policy set. Based on that the corresponding MTOM property value is set.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
---|
Handler.InvocationResponse |
Field Summary |
---|
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
handlerDesc |
Constructor Summary | |
---|---|
MTOMOutHandler()
|
Method Summary | |
---|---|
Handler.InvocationResponse |
invoke(MessageContext msgCtx)
Checks the effective policy set and based on it the enableMTOM is set to the appropriate value.
E.g. |
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MTOMOutHandler()
Method Detail |
---|
public Handler.InvocationResponse invoke(MessageContext msgCtx) throws AxisFault
enableMTOM
is set to the appropriate value.
E.g. if the policy states that MTOM is optional
then the enableMTOM
is set to this value.
msgCtx
- the MessageContext
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |