|
|||||||||
| 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.MTOMInHandler
public class MTOMInHandler
This class does a MTOM validation of the message. It checks if it should be MTOMised, or if the message is compliant with the MTOM policy 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 | |
|---|---|
MTOMInHandler()
|
|
| Method Summary | |
|---|---|
Handler.InvocationResponse |
invoke(MessageContext msgCtx)
Checks if the message should be MTOMised. |
| 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 MTOMInHandler()
| Method Detail |
|---|
public Handler.InvocationResponse invoke(MessageContext msgCtx)
throws AxisFault
AxisFault is thrown.
msgCtx - the MessageContext
AxisFault - if the message is not MTOMised, but the policy states so.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||