soaprmi.server
Interface Dispatcher
- All Known Subinterfaces:
- SoapDispatcher
- All Known Implementing Classes:
- SoapDispatcherImpl
- public interface Dispatcher
Define entry points to SOAP web services.
- Version:
- $Revision: 1.6 $
- Author:
- Aleksander Slominski
createEndpoint
public Endpoint createEndpoint(Port port,
java.lang.Object impl,
XmlJavaMapping defaultMapping)
throws ServerException,
AlreadyBoundException
- Throws:
ServerException
AlreadyBoundException
removeEndpoint
public void removeEndpoint(Endpoint epoint)
throws ServerException,
NotBoundException
- Throws:
ServerException
NotBoundException
findObject
public java.lang.Object findObject(Port port)
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.