org.apache.ws.util.jsr109
Interface DummyEndpoint
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- DummyEndpointImpl
- public interface DummyEndpoint
- extends java.rmi.Remote
A JSR109 Service Endpoint Interface used for providing a dummy endpoint which is mapped in the JSR109 config files
for mapping all service requests to a single method.
This interface is used as the service-endpoint-interface
entry in the webservices.xml and the jaxrpc-mapping.xml files for a JSR109 deployment.
The implementation may
either be a real implementation or simply a dummy implementation in the case of using the JAX-RPC handler as the
actual endpoint.
When using the JAX-RPC handler as the endpoint, the JSR109 config files should contain an
entry for the handler.
- Author:
- Sal Campana
Method Summary |
javax.xml.soap.SOAPElement |
processRequest(javax.xml.soap.SOAPElement requestDoc)
DOCUMENT_ME |
processRequest
public javax.xml.soap.SOAPElement processRequest(javax.xml.soap.SOAPElement requestDoc)
throws java.rmi.RemoteException
- DOCUMENT_ME
- Parameters:
requestDoc
- DOCUMENT_ME
- Returns:
- DOCUMENT_ME
- Throws:
java.rmi.RemoteException
- DOCUMENT_ME
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.