org.jboss.remoting.transport.soap.axis
Class AxisSOAPConnectorSoapBindingImpl

java.lang.Object
  extended byorg.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingImpl
All Implemented Interfaces:
AxisSOAPConnector, Remote

public class AxisSOAPConnectorSoapBindingImpl
extends Object
implements AxisSOAPConnector

SOAP binding

Author:
Tom Elrod, Jeff Haynie

Constructor Summary
AxisSOAPConnectorSoapBindingImpl()
           
 
Method Summary
 void initialize(String invokerURI)
          server invoker will call invoke to pass a URI to himself
 byte[] transport(byte[] data)
          This method is used to receive the client SOAP calls and pass them on to the AxisSOAPConnectorServer via an MBeanServer transport call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisSOAPConnectorSoapBindingImpl

public AxisSOAPConnectorSoapBindingImpl()
Method Detail

initialize

public void initialize(String invokerURI)
                throws RemoteException
server invoker will call invoke to pass a URI to himself

Specified by:
initialize in interface AxisSOAPConnector
Throws:
RemoteException

transport

public byte[] transport(byte[] data)
                 throws IOException,
                        RemoteException
This method is used to receive the client SOAP calls and pass them on to the AxisSOAPConnectorServer via an MBeanServer transport call. Will then return the results to the calling SOAP client.

Specified by:
transport in interface AxisSOAPConnector
Parameters:
data -
Returns:
byte array
Throws:
IOException
RemoteException


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