Interface BindingsFactory
-
- All Known Implementing Classes:
PostOfficeImpl
public interface BindingsFactoryA factory for creating bindings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BindingscreateBindings(SimpleString address)default booleanisAddressBound(SimpleString address)
-
-
-
Method Detail
-
createBindings
Bindings createBindings(SimpleString address) throws Exception
- Throws:
Exception
-
isAddressBound
default boolean isAddressBound(SimpleString address) throws Exception
- Throws:
Exception
-
-