public class BusEndpointBase extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
BusEndpointBase() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected <T> T |
createBean(Class<T> beanClass) |
protected void |
doAfterPropertiesSet() |
protected Adapter |
getAdapterByName(String configurationName,
String adapterName) |
protected org.springframework.context.ApplicationContext |
getApplicationContext() |
protected <T> T |
getBean(String beanName,
Class<T> beanClass) |
protected Configuration |
getConfigurationByName(String configurationName) |
protected IbisManager |
getIbisManager() |
protected org.springframework.util.MimeType |
getMediaTypeFromName(String name) |
protected IPipe |
getPipeByName(Adapter adapter,
String pipeName) |
protected Receiver<?> |
getReceiverByName(Adapter adapter,
String receiverName) |
protected void |
log2SecurityLog(String message,
String issuedBy) |
void |
setApplicationContext(org.springframework.context.ApplicationContext ac) |
public final void setApplicationContext(org.springframework.context.ApplicationContext ac)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
protected final org.springframework.context.ApplicationContext getApplicationContext()
protected final IbisManager getIbisManager()
protected final <T> T createBean(Class<T> beanClass)
public final void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
protected void doAfterPropertiesSet()
@Nonnull protected org.springframework.util.MimeType getMediaTypeFromName(String name)
@Nonnull protected Configuration getConfigurationByName(String configurationName)
@Nonnull protected Adapter getAdapterByName(String configurationName, String adapterName)
@Nonnull protected Receiver<?> getReceiverByName(Adapter adapter, String receiverName)
Copyright © 2023 Frank!Framework. All rights reserved.