public abstract class AxisResourceServiceStub extends Object implements org.apache.uima.resource.ResourceServiceStub
ResourceService_impl that uses Axis SOAP to communicate with the service.| Constructor and Description |
|---|
AxisResourceServiceStub(String aEndpoint,
Integer aTimeout)
Sets the endpoint of the service with which this proxy communicates.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.resource.metadata.ResourceMetaData |
callGetMetaData()
Call get meta data.
|
URL |
getServiceEndpoint()
Gets the service endpoint URL.
|
Integer |
getTimeout()
Gets the timeout period.
|
public AxisResourceServiceStub(String aEndpoint, Integer aTimeout) throws MalformedURLException
aEndpoint - the service endpoint URIaTimeout - timeout period in milliseconds, or null to use Axis's default valueMalformedURLException - if aEndpoint is not a valid URLpublic org.apache.uima.resource.metadata.ResourceMetaData callGetMetaData()
throws org.apache.uima.resource.ResourceServiceException
callGetMetaData in interface org.apache.uima.resource.ResourceServiceStuborg.apache.uima.resource.ResourceServiceException - the resource service exceptionResourceService_impl.getMetaData()public URL getServiceEndpoint()
public Integer getTimeout()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.