org.apache.ws.util.jsr109
Class DummyEndpointImpl

java.lang.Object
  extended byorg.apache.ws.util.jsr109.DummyEndpointImpl
All Implemented Interfaces:
DummyEndpoint, java.rmi.Remote

public class DummyEndpointImpl
extends java.lang.Object
implements DummyEndpoint

A dummy Service Endpoint to be configured as the servlet-class in web.xml for a JSR109 deployment of the JAX-RPC handler.
An entry must be made in webservices.xml for the JAX-RPC handler to be registered. The handler will act as the endpoint for the requests and will always return false, thus never entering this code.

Author:
Sal Campana

Constructor Summary
DummyEndpointImpl()
           
 
Method Summary
 javax.xml.soap.SOAPElement processRequest(javax.xml.soap.SOAPElement requestDoc)
          This method should never be directly invoked and will always throw a RemoteException.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyEndpointImpl

public DummyEndpointImpl()
Method Detail

processRequest

public javax.xml.soap.SOAPElement processRequest(javax.xml.soap.SOAPElement requestDoc)
                                          throws java.rmi.RemoteException
This method should never be directly invoked and will always throw a RemoteException. It is merely a placeholder for the JSR109 configuration.

Specified by:
processRequest in interface DummyEndpoint
Parameters:
requestDoc -
Returns:
nothing; always throws a RemoteException
Throws:
java.rmi.RemoteException - whenever called


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.