org.w3.www._2001.sw.Europe.skos.ServiceAPI
Class SKOSThesaurusServiceSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byorg.w3.www._2001.sw.Europe.skos.ServiceAPI.SKOSThesaurusServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, SKOSThesaurus, javax.xml.rpc.Stub

public class SKOSThesaurusServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements SKOSThesaurus


Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
SKOSThesaurusServiceSoapBindingStub()
           
SKOSThesaurusServiceSoapBindingStub(javax.xml.rpc.Service service)
           
SKOSThesaurusServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 Concept[] getAllConceptRelatives(Concept in0)
           
 Concept[] getAllConceptRelativesByThesaurus(Concept in0, URI in1)
           
 ConceptRelatives[] getAllConceptsByPath(Concept in0, Relation in1, int in2)
           
 Concept getConcept(URI in0)
           
 Concept getConceptByExternalID(java.lang.String in0, URI in1)
           
 Concept getConceptByPreferredLabel(java.lang.String in0, URI in1)
           
 Concept[] getConceptRelatives(Concept in0, Relation in1)
           
 ConceptRelatives[] getConceptRelativesByPath(Concept in0, Relation in1, URI in2, int in3)
           
 Concept[] getConceptRelativesByThesaurus(Concept in0, Relation in1, URI in2)
           
 ConceptResult[] getConceptResultsByKeyword(java.lang.String in0, URI in1)
          This function takes keyword and URI of the thesaurus and returns a list of concept results
 ConceptResult[] getConceptResultsByKeyword(java.lang.String in0, URI in1, java.lang.String in2, java.lang.String in3)
          This function takes keyword, URI, two letter language code ('en' for English, 'fr' for French, 'es' for Spanish) and the repository name ("NBII" or "EIONET") of the thesaurus and returns a list of concept results
 Concept[] getConceptsMatchingKeyword(java.lang.String in0)
           
 Concept[] getConceptsMatchingKeywordByThesaurus(java.lang.String in0, URI in1)
           
 Concept[] getConceptsMatchingRegex(java.lang.String in0)
           
 Concept[] getConceptsMatchingRegexByThesaurus(java.lang.String in0, URI in1)
           
 Relation[] getSupportedSemanticRelations()
           
 Relation[] getSupportedSemanticRelationsByThesaurus(URI in0)
           
 Concept[] getTopConcepts(Concept in0, URI in1)
           
 Concept[] getTopmostConcepts(URI in0)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SKOSThesaurusServiceSoapBindingStub

public SKOSThesaurusServiceSoapBindingStub()
                                    throws org.apache.axis.AxisFault

SKOSThesaurusServiceSoapBindingStub

public SKOSThesaurusServiceSoapBindingStub(java.net.URL endpointURL,
                                           javax.xml.rpc.Service service)
                                    throws org.apache.axis.AxisFault

SKOSThesaurusServiceSoapBindingStub

public SKOSThesaurusServiceSoapBindingStub(javax.xml.rpc.Service service)
                                    throws org.apache.axis.AxisFault
Method Detail

getConcept

public Concept getConcept(URI in0)
                   throws java.rmi.RemoteException
Specified by:
getConcept in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptsMatchingKeyword

public Concept[] getConceptsMatchingKeyword(java.lang.String in0)
                                     throws java.rmi.RemoteException
Specified by:
getConceptsMatchingKeyword in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptsMatchingRegex

public Concept[] getConceptsMatchingRegex(java.lang.String in0)
                                   throws java.rmi.RemoteException
Specified by:
getConceptsMatchingRegex in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getSupportedSemanticRelations

public Relation[] getSupportedSemanticRelations()
                                         throws java.rmi.RemoteException
Specified by:
getSupportedSemanticRelations in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptRelatives

public Concept[] getConceptRelatives(Concept in0,
                                     Relation in1)
                              throws java.rmi.RemoteException
Specified by:
getConceptRelatives in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getAllConceptRelatives

public Concept[] getAllConceptRelatives(Concept in0)
                                 throws java.rmi.RemoteException
Specified by:
getAllConceptRelatives in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getTopmostConcepts

public Concept[] getTopmostConcepts(URI in0)
                             throws java.rmi.RemoteException
Specified by:
getTopmostConcepts in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getTopConcepts

public Concept[] getTopConcepts(Concept in0,
                                URI in1)
                         throws java.rmi.RemoteException
Specified by:
getTopConcepts in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptByPreferredLabel

public Concept getConceptByPreferredLabel(java.lang.String in0,
                                          URI in1)
                                   throws java.rmi.RemoteException
Specified by:
getConceptByPreferredLabel in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptByExternalID

public Concept getConceptByExternalID(java.lang.String in0,
                                      URI in1)
                               throws java.rmi.RemoteException
Specified by:
getConceptByExternalID in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptsMatchingKeywordByThesaurus

public Concept[] getConceptsMatchingKeywordByThesaurus(java.lang.String in0,
                                                       URI in1)
                                                throws java.rmi.RemoteException
Specified by:
getConceptsMatchingKeywordByThesaurus in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptsMatchingRegexByThesaurus

public Concept[] getConceptsMatchingRegexByThesaurus(java.lang.String in0,
                                                     URI in1)
                                              throws java.rmi.RemoteException
Specified by:
getConceptsMatchingRegexByThesaurus in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getSupportedSemanticRelationsByThesaurus

public Relation[] getSupportedSemanticRelationsByThesaurus(URI in0)
                                                    throws java.rmi.RemoteException
Specified by:
getSupportedSemanticRelationsByThesaurus in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptRelativesByThesaurus

public Concept[] getConceptRelativesByThesaurus(Concept in0,
                                                Relation in1,
                                                URI in2)
                                         throws java.rmi.RemoteException
Specified by:
getConceptRelativesByThesaurus in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getAllConceptRelativesByThesaurus

public Concept[] getAllConceptRelativesByThesaurus(Concept in0,
                                                   URI in1)
                                            throws java.rmi.RemoteException
Specified by:
getAllConceptRelativesByThesaurus in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptRelativesByPath

public ConceptRelatives[] getConceptRelativesByPath(Concept in0,
                                                    Relation in1,
                                                    URI in2,
                                                    int in3)
                                             throws java.rmi.RemoteException
Specified by:
getConceptRelativesByPath in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getAllConceptsByPath

public ConceptRelatives[] getAllConceptsByPath(Concept in0,
                                               Relation in1,
                                               int in2)
                                        throws java.rmi.RemoteException
Specified by:
getAllConceptsByPath in interface SKOSThesaurus
Throws:
java.rmi.RemoteException

getConceptResultsByKeyword

public ConceptResult[] getConceptResultsByKeyword(java.lang.String in0,
                                                  URI in1,
                                                  java.lang.String in2,
                                                  java.lang.String in3)
                                           throws java.rmi.RemoteException
Description copied from interface: SKOSThesaurus
This function takes keyword, URI, two letter language code ('en' for English, 'fr' for French, 'es' for Spanish) and the repository name ("NBII" or "EIONET") of the thesaurus and returns a list of concept results

Specified by:
getConceptResultsByKeyword in interface SKOSThesaurus
Parameters:
in0 - keyword or search term
in1 - URI of the thesaurus service
in2 - language code
in3 - repository name
Returns:
a list of concept results
Throws:
java.rmi.RemoteException

getConceptResultsByKeyword

public ConceptResult[] getConceptResultsByKeyword(java.lang.String in0,
                                                  URI in1)
                                           throws java.rmi.RemoteException
Description copied from interface: SKOSThesaurus
This function takes keyword and URI of the thesaurus and returns a list of concept results

Specified by:
getConceptResultsByKeyword in interface SKOSThesaurus
Parameters:
in0 - keyword or search term
in1 - URI of the thesaurus service
Returns:
a list of concept results
Throws:
java.rmi.RemoteException