org.jboss.webservice.transport.jms
Interface MessageDispatcher


public interface MessageDispatcher

A dispatcher for SOAPMessages

Since:
19-Feb-2006
Author:
Thomas.Diesler@jboss.org

Method Summary
 javax.xml.soap.SOAPMessage delegateMessage(String serviceID, InputStream reqMessage)
          Dispatch the message to the underlying SOAP engine
 javax.xml.soap.SOAPMessage dipatchMessage(String fromName, Object targetImplBean, InputStream reqMessage)
          Dispatch the message to the underlying SOAP engine
 

Method Detail

dipatchMessage

javax.xml.soap.SOAPMessage dipatchMessage(String fromName,
                                          Object targetImplBean,
                                          InputStream reqMessage)
                                          throws RemoteException
Dispatch the message to the underlying SOAP engine

Throws:
RemoteException

delegateMessage

javax.xml.soap.SOAPMessage delegateMessage(String serviceID,
                                           InputStream reqMessage)
                                           throws RemoteException
Dispatch the message to the underlying SOAP engine

Throws:
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.