|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.adapter.soap.AxisResourceServiceStub
public abstract class AxisResourceServiceStub
Proxy to a ResourceService
that uses Axis SOAP to communicate with the service.
Constructor Summary | |
---|---|
AxisResourceServiceStub(java.lang.String aEndpoint,
java.lang.Integer aTimeout)
Sets the endpoint of the service with which this proxy communicates. |
Method Summary | |
---|---|
ResourceMetaData |
callGetMetaData()
Performs service call to retreive resource meta data. |
java.net.URL |
getServiceEndpoint()
Gets the service endpoint URL. |
java.lang.Integer |
getTimeout()
Gets the timeout period. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.uima.resource.ResourceServiceStub |
---|
destroy |
Constructor Detail |
---|
public AxisResourceServiceStub(java.lang.String aEndpoint, java.lang.Integer aTimeout) throws java.net.MalformedURLException
aEndpoint
- the service endpoint URIaTimeout
- timeout period in milliseconds, or null to use Axis's default value
java.net.MalformedURLException
- if aEndpoint
is not a valid URLMethod Detail |
---|
public ResourceMetaData callGetMetaData() throws ResourceServiceException
ResourceServiceStub
callGetMetaData
in interface ResourceServiceStub
ResourceServiceException
org.apache.uima.resource.service.ResourceService#getMetaData()
public java.net.URL getServiceEndpoint()
public java.lang.Integer getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |