Package com.bea.wli.sb.services
Class ServiceInfo
java.lang.Object
com.bea.wli.sb.services.ServiceInfo
Wrapper class that describes information about a service:
o its transport configuration
o its binding type
-
Constructor Summary
ConstructorsConstructorDescriptionServiceInfo
(Ref ref, Ref skp, com.bea.wli.sb.transports.EndPointConfiguration config, BindingTypeInfo binding) ServiceInfo
(Ref ref, com.bea.wli.sb.transports.EndPointConfiguration config, BindingTypeInfo binding) -
Method Summary
-
Constructor Details
-
ServiceInfo
public ServiceInfo(Ref ref, com.bea.wli.sb.transports.EndPointConfiguration config, BindingTypeInfo binding) -
ServiceInfo
public ServiceInfo(Ref ref, Ref skp, com.bea.wli.sb.transports.EndPointConfiguration config, BindingTypeInfo binding) - Parameters:
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 service
-
-
Method Details
-
getRef
- Returns:
- service reference
-
getEndPointConfiguration
public com.bea.wli.sb.transports.EndPointConfiguration getEndPointConfiguration()- Returns:
- service endpoint configuration
-
getBindingTypeInfo
- Returns:
- service binding configuration
-
setBindingTypeInfo
-
getServiceKeyProvider
- Returns:
- the service key provider referenced from this service, or null if the service does not have a service key provider reference
-