@Override public String getComponentName() { return jbi.getComponent().getIdentification().getName(); }
@Override public String getComponentClassName() { return jbi.getComponent().getComponentClassName().getContent(); }
/** * Create an instance of {@link Component } * */ public Component createComponent() { return new Component(); }
public ServiceEndpointOperationProvides(final QName operation, final URI mep, final PetalsCamelSender sender, final Provides provides) { super(provides.getInterfaceName(), provides.getServiceName(), provides.getEndpointName(), operation, mep, sender); }
/** * Get the max number of connections per HTTP host * * @return the max number of connections per HTTP host */ public int getMaxHttpConnectionsPerHost() { return this.getParamAsInteger(SoapConstants.WsClients.MAX_HTTP_CONNECTIONS_PER_HOST, this.getJbiComponentConfiguration().getComponent().getProcessorMaxPoolSize().getValue()); } }
/** * Create an instance of {@link ComponentInterceptors } * */ public ComponentInterceptors createComponentInterceptors() { return new ComponentInterceptors(); }
/** * Create an instance of {@link Settableboolean } * */ public Settableboolean createSettableboolean() { return new Settableboolean(); }
/** * Create an instance of {@link Runtimeint } * */ public Runtimeint createRuntimeint() { return new Runtimeint(); }
/** * Create an instance of {@link Services } * */ public Services createServices() { return new Services(); }
/** * Create an instance of {@link SUInterceptors } * */ public SUInterceptors createSUInterceptors() { return new SUInterceptors(); }
/** * Create an instance of {@link ExchangeProperties } * */ public ExchangeProperties createExchangeProperties() { return new ExchangeProperties(); }
/** * Create an instance of {@link SUInterceptor } * */ public SUInterceptor createSUInterceptor() { return new SUInterceptor(); }
/** * Create an instance of {@link Send } * */ public Send createSend() { return new Send(); }
/** * Create an instance of {@link AcceptResponse } * */ public AcceptResponse createAcceptResponse() { return new AcceptResponse(); }
/** * Create an instance of {@link Settablelong } * */ public Settablelong createSettablelong() { return new Settablelong(); }
/** * Create an instance of {@link Runtimepositivelong } * */ public Runtimepositivelong createRuntimepositivelong() { return new Runtimepositivelong(); }
/** * Create an instance of {@link Settablepositiveint } * */ public Settablepositiveint createSettablepositiveint() { return new Settablepositiveint(); }
/** * Create an instance of {@link ClassPath } * */ public ClassPath createClassPath() { return new ClassPath(); }
/** * Create an instance of {@link ComponentClassName } * */ public ComponentClassName createComponentClassName() { return new ComponentClassName(); }
private final String getComponentName() { return jbi.getComponent().getIdentification().getName(); }