org.ow2.frascati.wsdl
Interface WsdlDelegate


public interface WsdlDelegate

OW2 FraSCAti WSDL Delegate interface.

Version:
1.3
Author:
Philippe Merle

Method Summary
 Object getDelegate()
          Get the delegate.
 Method getMethod(String methodName)
          Get a method by its name.
 org.jdom.Element invoke(Method method, org.jdom.Element message)
          Invoke the delegate instance.
 String invoke(Method method, String xmlMessage)
          Invoke the delegate instance.
 

Method Detail

getDelegate

Object getDelegate()
Get the delegate.


getMethod

Method getMethod(String methodName)
Get a method by its name.


invoke

String invoke(Method method,
              String xmlMessage)
              throws Exception
Invoke the delegate instance.

Throws:
Exception

invoke

org.jdom.Element invoke(Method method,
                        org.jdom.Element message)
                        throws Exception
Invoke the delegate instance.

Throws:
Exception


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.