@Deprecated public class ServiceRunningInstance<T> extends Object
Constructor and Description |
---|
ServiceRunningInstance(W3CEndpointReference epr,
String serviceId,
String url)
Deprecated.
Create a service running instance.
|
ServiceRunningInstance(W3CEndpointReference epr,
String serviceId,
String url,
Map<String,String> serviceProperties)
Deprecated.
Create a service running instance.
|
Modifier and Type | Method and Description |
---|---|
W3CEndpointReference |
getEpr()
Deprecated.
|
String |
getServiceId()
Deprecated.
|
Map<String,String> |
getServiceProperties()
Deprecated.
|
String |
getUrl()
Deprecated.
|
void |
setEpr(W3CEndpointReference epr)
Deprecated.
|
void |
setServiceId(String serviceId)
Deprecated.
|
void |
setServiceProperties(Map<String,String> serviceProperties)
Deprecated.
|
void |
setUrl(String url)
Deprecated.
|
public ServiceRunningInstance(W3CEndpointReference epr, String serviceId, String url)
epr
- service eprserviceId
- service profile resource idurl
- service endpoint urlpublic ServiceRunningInstance(W3CEndpointReference epr, String serviceId, String url, Map<String,String> serviceProperties)
epr
- service eprserviceId
- service profile resource idurl
- service endpoint urlserviceProperties
- service property mappublic W3CEndpointReference getEpr()
public void setEpr(W3CEndpointReference epr)
public String getServiceId()
public void setServiceId(String serviceId)
public void setServiceProperties(Map<String,String> serviceProperties)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.