com.mulesoft.adapter.module
Interface OperationHandler
- All Known Implementing Classes:
- AbstractOperationHandler, CreateOperationHandler, DeleteOperationHandler, QueryOperationHandler, UpsertOperationHandler
public interface OperationHandler
Abstracts operation handling.
getOperationName
String getOperationName()
- Returns:
- operation name handled
handle
byte[] handle(PIMessageParameters messageParameters)
throws org.mule.api.MuleException,
javax.resource.ResourceException
- Parameters:
messageParameters. - PI message content and response parameters.
- Returns:
- a response from provided payload
- Throws:
org.mule.api.lifecycle.InitialisationException
org.mule.api.MuleException
javax.resource.ResourceException
Copyright © 2012. All Rights Reserved.