org.ow2.weblab.services.duplicates
Class DuplicatesDetectorService
java.lang.Object
org.ow2.weblab.services.duplicates.DuplicatesDetectorService
- All Implemented Interfaces:
- org.weblab_project.services.analyser.Analyser
public class DuplicatesDetectorService
- extends java.lang.Object
- implements org.weblab_project.services.analyser.Analyser
|
Field Summary |
protected javax.xml.ws.WebServiceContext |
wsContext
|
|
Method Summary |
javax.xml.ws.WebServiceContext |
getWsContext()
|
org.weblab_project.services.analyser.types.ProcessReturn |
process(org.weblab_project.services.analyser.types.ProcessArgs args)
|
void |
setWsContext(javax.xml.ws.WebServiceContext wsContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wsContext
protected javax.xml.ws.WebServiceContext wsContext
DuplicatesDetectorService
public DuplicatesDetectorService()
process
public org.weblab_project.services.analyser.types.ProcessReturn process(org.weblab_project.services.analyser.types.ProcessArgs args)
throws org.weblab_project.services.analyser.ProcessException
- Specified by:
process in interface org.weblab_project.services.analyser.Analyser
- Throws:
org.weblab_project.services.analyser.ProcessException
getWsContext
public javax.xml.ws.WebServiceContext getWsContext()
- Returns:
- the wsContext
setWsContext
public void setWsContext(javax.xml.ws.WebServiceContext wsContext)
- Parameters:
wsContext - the wsContext to set
Copyright © 2004-2010. All Rights Reserved.