com.nabhinc.ws.soap |
Stringbeans Web Services SOAP processor and monitor, Axis classes.
|
Java Source File Name | Type | Comment |
AxisServlet.java | Class | author: Doug Davis (dug@us.ibm.com) author: Steve Loughran author: xdoclet tags are not active yet; keep web.xml in sync. author: To change the location of the services, change url-pattern in web.xml and author: set parameter axis.servicesPath in server-config.wsdd. |
HTTPSender.java | Class | This is meant to be used on a SOAP Client to call a SOAP server. |
JavaServiceDesc.java | Class | A ServiceDesc is an abstract description of a service. |
MsgProvider.java | Class | Deal with message-style Java services. |
RPCProvider.java | Class | Implement message processing by walking over RPCElements of the
envelope body, invoking the appropriate methods on the service object. |
SOAPMethodInvoker.java | Class | Interceptor that invokes operation/method on a Web service based
on a SOAP call. |
SOAPMonitor.java | Class | Stringbeans interceptor that logs SOAP messages. |
SOAPRequestProcessor.java | Class | |
StringbeansAxisEngine.java | Class | author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |
WSDDService.java | Class | A service represented in WSDD. |
WSDLProcessor.java | Class | Handles requests for WSDL documents corresponding to the services hosted by
this server
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. |