pl.wroc.pwr.plwordnet.clarin.ws.takipi
Class TakipiProxy
java.lang.Object
pl.wroc.pwr.plwordnet.clarin.ws.takipi.TakipiProxy
- All Implemented Interfaces:
- java.rmi.Remote, Takipi_PortType
public class TakipiProxy
- extends java.lang.Object
- implements Takipi_PortType
Generated file for access to the takipi webservice.
- Author:
- Mateusz Kopec
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TakipiProxy
public TakipiProxy()
TakipiProxy
public TakipiProxy(java.lang.String endpoint)
getEndpoint
public java.lang.String getEndpoint()
setEndpoint
public void setEndpoint(java.lang.String endpoint)
getTakipi_PortType
public Takipi_PortType getTakipi_PortType()
tag
public TaggerResponse tag(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
tag in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
lemmatize
public TaggerResponse lemmatize(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
lemmatize in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
tokenize
public TaggerResponse tokenize(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
tokenize in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
splitIntoSentences
public TaggerResponse splitIntoSentences(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
splitIntoSentences in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
getStatus
public int getStatus(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
getStatus in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
getResult
public TaggerResponse getResult(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
getResult in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg
deleteRequest
public boolean deleteRequest(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Specified by:
deleteRequest in interface Takipi_PortType
- Throws:
java.rmi.RemoteException
Operation_faultMsg