org.codehaus.xfire.service.documentation
Class DocumentationProvider
java.lang.Object
org.codehaus.xfire.service.documentation.DocumentationProvider
public class DocumentationProvider
- extends Object
Provider of documentation for service object
- Author:
- Tomasz Sztelak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationProvider
public DocumentationProvider()
getOperationDoc
public String getOperationDoc(OperationInfo operation)
getParamters
public String getParamters(OperationInfo operation,
int index)
getResultDocumentation
public String getResultDocumentation(OperationInfo operation)
getExceptionDocumentation
public String getExceptionDocumentation(OperationInfo operation,
String className)
getServiceDoc
public String getServiceDoc()
getServiceDocumentation
public String getServiceDocumentation()
setServiceDocumentation
public void setServiceDocumentation(String serviceDocumentation)
Copyright © 2004-2013. All Rights Reserved.