org.apache.servicemix.soap
Interface Handler

All Known Implementing Classes:
AbstractHandler, AddressingHandler, DomHandler, WSSecurityHandler

public interface Handler

Since:
3.0
Version:
$Revision: 1.5 $
Author:
Guillaume Nodet

Method Summary
 boolean isRequired()
           
 void onAnswer(Context context)
           
 void onFault(Context context)
           
 void onReceive(Context context)
           
 void onReply(Context context)
           
 void onSend(Context context)
           
 boolean requireDOM()
           
 void setRequired(boolean required)
           
 

Method Detail

requireDOM

boolean requireDOM()

setRequired

void setRequired(boolean required)

isRequired

boolean isRequired()

onReceive

void onReceive(Context context)
               throws java.lang.Exception
Throws:
java.lang.Exception

onReply

void onReply(Context context)
             throws java.lang.Exception
Throws:
java.lang.Exception

onFault

void onFault(Context context)
             throws java.lang.Exception
Throws:
java.lang.Exception

onSend

void onSend(Context context)
            throws java.lang.Exception
Throws:
java.lang.Exception

onAnswer

void onAnswer(Context context)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2011 FuseSource. All Rights Reserved.