public class ServiceInfo
extends java.lang.Object
| Constructor and Description |
|---|
ServiceInfo(Ref ref, EndPointConfiguration config, BindingTypeInfo binding) |
ServiceInfo(Ref ref, Ref skp, EndPointConfiguration config, BindingTypeInfo binding) |
| Modifier and Type | Method and Description |
|---|---|
BindingTypeInfo |
getBindingTypeInfo() |
EndPointConfiguration |
getEndPointConfiguration() |
Ref |
getRef() |
Ref |
getServiceKeyProvider() |
void |
setBindingTypeInfo(BindingTypeInfo info) |
public ServiceInfo(Ref ref, EndPointConfiguration config, BindingTypeInfo binding)
public ServiceInfo(Ref ref, Ref skp, EndPointConfiguration config, BindingTypeInfo binding)
ref - reference to the serviceskp - the service key provider referenced by the service, or null if the service does not have a service key provider referenceconfig - the endpoint configuration for the service endpointbinding - information about the binding used by the servicepublic Ref getRef()
public EndPointConfiguration getEndPointConfiguration()
public BindingTypeInfo getBindingTypeInfo()
public void setBindingTypeInfo(BindingTypeInfo info)
public Ref getServiceKeyProvider()