org.pentaho.platform.plugin.services.webservices.content
Class AxisServiceWsdlGenerator
java.lang.Object
org.pentaho.platform.engine.core.system.PentahoBase
org.pentaho.platform.engine.services.solution.BaseContentGenerator
org.pentaho.platform.engine.services.solution.SimpleContentGenerator
org.pentaho.platform.plugin.services.webservices.content.AbstractAxisServiceContentGenerator
org.pentaho.platform.plugin.services.webservices.content.AxisWebServiceRequestDispatcher
org.pentaho.platform.plugin.services.webservices.content.AxisServiceWsdlGenerator
- All Implemented Interfaces:
- Serializable, IContentGenerator, ILogger
public class AxisServiceWsdlGenerator
- extends AxisWebServiceRequestDispatcher
Writes the WSDL for a Axis web service to the output stream provided
- Author:
- jamesdixon
- See Also:
- Serialized Form
Fields inherited from interface org.pentaho.platform.api.engine.ILogger |
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN |
Method Summary |
void |
createServiceContent(org.apache.axis2.description.AxisService axisService,
String operationName,
org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
Writes the WSDL to the output stream provided. |
org.apache.commons.logging.Log |
getLogger()
|
String |
getMimeType()
|
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase |
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn |
Methods inherited from interface org.pentaho.platform.api.engine.ILogger |
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn |
AxisServiceWsdlGenerator
public AxisServiceWsdlGenerator()
createServiceContent
public void createServiceContent(org.apache.axis2.description.AxisService axisService,
String operationName,
org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.context.ConfigurationContext context,
OutputStream out)
throws Exception
- Writes the WSDL to the output stream provided. The WSDL is prepared ahead of time
when the web service is created.
- Parameters:
axisService
- The Axis web serviceoperationName
- The name of the operation to perform, if knownaxisConfiguration
- The current configurationcontext
- The current contextout
- The output stream for content to be written to
- Throws:
Exception
getLogger
public org.apache.commons.logging.Log getLogger()
- Specified by:
getLogger
in class BaseContentGenerator
getMimeType
public String getMimeType()
- Specified by:
getMimeType
in class SimpleContentGenerator