Package org.refcodes.servicebus
Interface NameIdAccessor
-
- All Known Subinterfaces:
NameIdAccessor.NameIdProperty
,ServiceMetaData
- All Known Implementing Classes:
ServiceMetaDataImpl
public interface NameIdAccessor
Provides an accessor for a name ID property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NameIdAccessor.NameIdMutator
Provides a mutator for a name ID property.static interface
NameIdAccessor.NameIdProperty
Provides a name ID property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNameId()
Retrieves the name ID from the name ID property.
-