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
requireDOM
boolean requireDOM()
setRequired
void setRequired(boolean required)
isRequired
boolean isRequired()
onReceive
void onReceive(Context context)
throws Exception
- Throws:
Exception
onReply
void onReply(Context context)
throws Exception
- Throws:
Exception
onFault
void onFault(Context context)
throws Exception
- Throws:
Exception
onSend
void onSend(Context context)
throws Exception
- Throws:
Exception
onAnswer
void onAnswer(Context context)
throws Exception
- Throws:
Exception
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.