|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebServices Service interface.
Method Summary | |
javax.xml.rpc.Service |
configureJaxRpcService(javax.xml.rpc.Service service,
javax.naming.Context ctx)
Configure the given JaxRpc Service file with the Context Configuration parameter. |
void |
deployWebServices(javax.naming.Context ctx)
explore the context classloader to find Web service deployment descriptor (for endpoints) and service-ref element within standard deployment descriptor (for clients). |
java.lang.String |
getDefaultServletName()
Return the Deafult Servlet Name tio use for SSB WebServices. |
void |
locateWSDL()
DOCUMENT ME! |
void |
publishWSDL(WSDLFile wsdl)
DOCUMENT ME! |
Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
Method Detail |
public void deployWebServices(javax.naming.Context ctx) throws WSServiceException
ctx
- the context containing the configuration to deploy the
wars.WSServiceException
- if an error occurs during the deployment.public void locateWSDL()
public void publishWSDL(WSDLFile wsdl)
wsdl
- DOCUMENT ME!public javax.xml.rpc.Service configureJaxRpcService(javax.xml.rpc.Service service, javax.naming.Context ctx) throws WSServiceException
service
- The Service to configurectx
- The Context where find informations for Context Configuration
WSServiceException
- When configuration fails.public java.lang.String getDefaultServletName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |