|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.management.ReconfigDispatcher
org.objectweb.jonas.service.AbsServiceImpl
org.objectweb.jonas.ws.AbsWebServicesServiceImpl
org.objectweb.jonas.ws.axis.AxisWSServiceImpl
Implements commons methods declared within the abstract class. It's used AXIS classes for specific deployment aspects.
Field Summary |
Fields inherited from class org.objectweb.jonas.ws.AbsWebServicesServiceImpl |
logger, PARSINGWITHVALIDATION, WS_BASE, WSDL_HANDLERS, wsdlManager |
Fields inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
Constructor Summary | |
AxisWSServiceImpl()
|
Method Summary | |
javax.xml.rpc.Service |
configureJaxRpcService(javax.xml.rpc.Service service,
javax.naming.Context ctx)
Axis specific configuration. |
void |
doInit(javax.naming.Context ctx)
Init the AxisWSService. |
java.lang.String |
getDefaultServletName()
Return the Engine specific Default servlet name |
Methods inherited from class org.objectweb.jonas.ws.AbsWebServicesServiceImpl |
deployEndpoint, deployWebServices, doDeployWebServices, doStart, doStop, locateWSDL, publishWSDL |
Methods inherited from class org.objectweb.jonas.service.AbsServiceImpl |
getName, init, isStarted, setName, start, stop |
Methods inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
addNotificationListener, getFilter, getHandback, getListener, getNotificationInfo, initLogger, removeNotificationListener, sendReconfigNotification, sendSaveNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
Constructor Detail |
public AxisWSServiceImpl()
Method Detail |
public javax.xml.rpc.Service configureJaxRpcService(javax.xml.rpc.Service service, javax.naming.Context ctx) throws WSServiceException
service
- The JaxRpc Service to be configured.ctx
- Configuration Context.
WSServiceException
- When configuration fails.public java.lang.String getDefaultServletName()
public void doInit(javax.naming.Context ctx) throws ServiceException
doInit
in class AbsWebServicesServiceImpl
ctx
- Context for configuration.
ServiceException
- when init fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |