public void init(Config conf, String name) throws BridgeException {
// no initialization parameters defined
}
public AssociationBackingStore createAssociationBackingStore() throws BridgeException {
return new AssociationBackingStore() {
public MessageAssociation getMessageAssociation(AssociationId assocId) throws BridgeException {
// no such thing
return null;
}