org.jboss.test.webservice.header
Class SimpleHeaderEndpointImpl

java.lang.Object
  extended byorg.jboss.test.webservice.header.SimpleHeaderEndpointImpl
All Implemented Interfaces:
java.rmi.Remote, SimpleHeaderEndpoint (src)

public class SimpleHeaderEndpointImpl
extends java.lang.Object
implements SimpleHeaderEndpoint (src)

Since:
26-Nov-2004

Constructor Summary
SimpleHeaderEndpointImpl()
           
 
Method Summary
 boolean doStuff(java.lang.String parameter, java.lang.String header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHeaderEndpointImpl

public SimpleHeaderEndpointImpl()
Method Detail

doStuff

public boolean doStuff(java.lang.String parameter,
                       java.lang.String header)
                throws java.rmi.RemoteException
Specified by:
doStuff in interface SimpleHeaderEndpoint (src)
Throws:
java.rmi.RemoteException