|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointReference | |
---|---|
org.biomoby.client | The components used for developing Moby clients. |
org.biomoby.w3c.addressing | |
org.w3c.addressing.sax |
Uses of EndpointReference in org.biomoby.client |
---|
Methods in org.biomoby.client that return EndpointReference | |
---|---|
static EndpointReference |
AsyncClient.sendRequest(MobyService service,
MobyContentInstance contents)
|
static EndpointReference |
AsyncClient.sendRequest(MobyService service,
String xml)
|
static EndpointReference |
AsyncClient.sendRequest(String serviceURL,
String xml,
String servicename)
Initiates a request for service. |
Methods in org.biomoby.client with parameters of type EndpointReference | |
---|---|
static void |
AsyncClient.destroy(EndpointReference epr)
Method to be called when all results have been retrieved from a service invocation, or if the client wishes the invocation to be prematurely terminated. |
static MobyPackage |
AsyncClient.getResultPackage(EndpointReference epr,
String queryId)
|
static InputStream |
AsyncClient.getResultStream(EndpointReference epr,
Collection<String> queryIds)
|
static InputStream |
AsyncClient.getResultStream(EndpointReference epr,
String queryId)
|
static InputStream |
AsyncClient.getResultStream(EndpointReference epr,
String[] queryIds)
Retrieves the result message for the given set of jobs in a service invocation. |
static String |
AsyncClient.getResultText(EndpointReference epr,
Collection<String> queryIds)
|
static String |
AsyncClient.getResultText(EndpointReference epr,
String queryId)
Retrieves the result text for the given set of jobs in a service invocation. |
static String |
AsyncClient.getResultText(EndpointReference epr,
String[] queryIds)
|
static AnalysisEvent[] |
AsyncClient.poll(EndpointReference epr,
Collection<String> queryIds)
|
static AnalysisEvent |
AsyncClient.poll(EndpointReference epr,
String queryId)
|
static AnalysisEvent[] |
AsyncClient.poll(EndpointReference epr,
String[] queryIds)
Polls the status (e.g. running, completed) of queries associated with a service invocation. |
Uses of EndpointReference in org.biomoby.w3c.addressing |
---|
Methods in org.biomoby.w3c.addressing that return EndpointReference | |
---|---|
static EndpointReference |
EndpointReference.createFromXML(Object xmlData)
|
Uses of EndpointReference in org.w3c.addressing.sax |
---|
Methods in org.w3c.addressing.sax that return EndpointReference | |
---|---|
EndpointReference |
EndpointReferenceParser.parse(InputStream xml)
Parse the contents coming from the given input stream. |
EndpointReference |
EndpointReferenceParser.parse(Reader xmlReader)
Parse the contents coming from the given reader. |
EndpointReference |
EndpointReferenceParser.parse(String xmlFilename)
Parse the contents of the given file. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |