Class AddressingAttributeServiceProvider
java.lang.Object
com._1c.g5.v8.dt.bp.scheme.services.AddressingAttributeServiceProvider
Provider for registering and getting actual
IAddressingAttributeService
-
Method Summary
Modifier and TypeMethodDescriptionGets the only instance of this providerGets registeredIAddressingAttributeService
void
Registers actualIAddressingAttributeService
.
-
Method Details
-
getInstance
Gets the only instance of this provider- Returns:
- The only instance of the provider. May not be
null
-
getService
Gets registeredIAddressingAttributeService
- Returns:
- registered
IAddressingAttributeService
, nevernull
-
registerService
Registers actualIAddressingAttributeService
. This method should be called only ones. Client must not be called it.- Parameters:
service
- actualIAddressingAttributeService
, cannot benull
-