org.ow2.petals.binding.soap.listener.outgoing
Interface ExternalServiceCaller

All Known Implementing Classes:
AbstractExternalServiceCaller, JSONCaller, RESTCaller, SOAPCaller, WSNotifier

public interface ExternalServiceCaller

Caller to implement for outgoing service invocation

Author:
chamerling - eBM WebSourcing

Method Summary
 void call(org.ow2.petals.component.framework.api.message.Exchange exchange, org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions, org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides)
          Process the message exchange (call an external WS).
 java.lang.String getCallerType()
          Returns the type of dispatcher.
 

Method Detail

call

void call(org.ow2.petals.component.framework.api.message.Exchange exchange,
          org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions,
          org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides)
Process the message exchange (call an external WS).

Parameters:
exchange -
extensions -

getCallerType

java.lang.String getCallerType()
Returns the type of dispatcher.

Returns:


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.