public abstract class AxisResourceServiceStub extends Object implements 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 |
---|---|
ResourceMetaData |
callGetMetaData()
Performs service call to retrieve resource meta data.
|
URL |
getServiceEndpoint()
Gets the service endpoint URL.
|
Integer |
getTimeout()
Gets the timeout period.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy
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 ResourceMetaData callGetMetaData() throws ResourceServiceException
ResourceServiceStub
callGetMetaData
in interface ResourceServiceStub
ResourceServiceException
- passthruResourceService_impl.getMetaData()
public URL getServiceEndpoint()
public Integer getTimeout()
Copyright © 2014. All rights reserved.