|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.ws.util.jsr109.DummyEndpointImpl
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.
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 |
public DummyEndpointImpl()
Method Detail |
public javax.xml.soap.SOAPElement processRequest(javax.xml.soap.SOAPElement requestDoc) throws java.rmi.RemoteException
processRequest
in interface DummyEndpoint
requestDoc
-
java.rmi.RemoteException
- whenever called
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |