Package com.sun.xml.rpc.spi.runtime
Interface Implementor
-
- All Known Implementing Classes:
Implementor
public interface ImplementorThis interface is implemented by com.sun.xml.rpc.server.http.Implementor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()TiegetTie()voidinit()
-
-
-
Method Detail
-
destroy
void destroy()
-
init
void init() throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
getTie
Tie getTie()
-
-