com.mulesoft.adapter.module.salesforce
Class DeleteOperationHandler
java.lang.Object
com.mulesoft.adapter.module.AbstractOperationHandler
com.mulesoft.adapter.module.salesforce.DeleteOperationHandler
- All Implemented Interfaces:
- OperationHandler
public class DeleteOperationHandler
- extends AbstractOperationHandler
Provide support for `delete` operation.
Expected input format:
1
2
A single `delete` group is expected.
- See Also:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_delete.htm,
http://www.salesforce.com/us/developer/resources/soap/sforce60/sforce_API_messages_delete.html
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteOperationHandler
public DeleteOperationHandler(org.mule.tools.module.invocation.DynamicModule module)
handle
public final byte[] handle(PIMessageParameters messageParameters)
throws org.mule.api.MuleException,
javax.resource.ResourceException
- Returns:
- a response from provided payload
- Throws:
org.mule.api.lifecycle.InitialisationException
org.mule.api.MuleException
javax.resource.ResourceException
Copyright © 2012. All Rights Reserved.