|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolServletFactory
A factory for creating @WebService or @Remote servlets.
Method Summary | |
---|---|
Servlet |
createServlet(java.lang.Class<?> serviceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object |
void |
setAnnotated(Annotated annotated)
Sets the ServiceType annotated |
void |
setServiceType(java.lang.annotation.Annotation ann)
Sets the ServiceType annotation |
Method Detail |
---|
void setServiceType(java.lang.annotation.Annotation ann)
void setAnnotated(Annotated annotated)
Servlet createServlet(java.lang.Class<?> serviceClass, java.lang.Object service) throws ServiceException
serviceClass
- the remoteApi exposed to the serverservice
- the managed service object
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |