A B C D E F G H I J L M N O P Q R S T U V W

A

AbstractComponentLifeCycle - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This class is an abstract implemenation of the ComponentLifeCycle.
AbstractComponentLifeCycle(ComponentRuntime) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
constructor for the ComponentLifecycle implementation.
AbstractMessageExchangeHandler - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This class is an abstract implemenation of the MessageExchangeHandler which provides the base implemenation of the ME processing and provides hooks to extended classes to implement component specific processing.
AbstractMessageExchangeHandler() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
Creates a new instance of AbstractMessageExchangeHandler
activateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Do nothing.
activateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
service consumer initialization such as creating the service descriptions and activating the protocol specific external endpoints should be done.
activateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
activateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Do nothing.
activateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
service providers initialization such as creating the service descriptions and activating the service endpoints should be done.
activateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
AddExceptionSuperclass - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
Adds the Exception superclass and removes the default constructor.
AddExceptionSuperclass(ClassVisitor) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.AddExceptionSuperclass
The adapter used to manipulate the code.
ADDRESS_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant ADDRESS_ELEMENT.
addSoapElements(File) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbSOAPExtensionsUtils
Creates a wsdl file, adding the SOAP extension elements.
addSoapElements(Definition) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbSOAPExtensionsUtils
Adds SOAP elements to the specified WSDL if they are not present.

B

BINDING_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant BINDING_ELEMENT.
buildDOMDocument(Reader) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
return the DOM Document
ByteType - Class in it.imolinfo.jbi4ejb.runtime
This class is used to customize the 'byte' data type (java) mapping in XFire.
ByteType() - Constructor for class it.imolinfo.jbi4ejb.runtime.ByteType
Empty Constructor.

C

ClassGenerationException - Exception in it.imolinfo.jbi4ejb.exception
The exception used when there is an error during the class generation phase.
ClassGenerationException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.ClassGenerationException
A constructor.
ClassGenerationException(String, Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.ClassGenerationException
A constructor.
ClassGenerationException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.ClassGenerationException
A constructor.
ClassGenerationException(String, Object[], Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.ClassGenerationException
Instantiates a new class generation exception.
ClassGenerationException(String, Object[]) - Constructor for exception it.imolinfo.jbi4ejb.exception.ClassGenerationException
Instantiates a new class generation exception.
ClassMetaInfo - Class in it.imolinfo.jbi4ejb.webservice.generator
The meta information of a class.
ClassMetaInfo() - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Constructor.
CLASSNAME_ATTRIBUTE - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant CLASSNAME_ATTRIBUTE.
cleanUp() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
default noop implementation of the cleanup.
closeDeliveryChannel() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
closes the delivery channel as part of the component shutdown process.
compileJavaClasses(String, String, List<String>, List<String>, List<String>) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Compile the java sources.
ComponentInstaller - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This is a default implemenation of the Bootstrap interface.
ComponentInstaller() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
Constructor to creatre the ComponentInstaller.
ComponentRuntime - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This is the Base implementation of the Component apis.
ComponentRuntime() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
constructor
containsIgnoreSlashes(List<String>, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Contains ignore slashes.
contentToString(NormalizedMessage) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the content of the given message to a String.
copyDirectory(File, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.EJBUtils
Copy directory.
CORBANAME_LOCALIZATION_TYPE - Static variable in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
The Constant CORBANAME_LOCALIZATION_TYPE.
createComponentLifeCycle() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbRuntime
creates the Component specific implementation of the ComponentLifeCycle.
createComponentLifeCycle() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
return the ComponentLifeCycle implementaion.
createComponentTaskResultXML(String, boolean) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
helper method to create result message in management message xml.
createDocument() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the document.
createDocumentBuilder() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the document builder.
createDocumentBuilderFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the document builder factory.
createDOMSource(Reader) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
creates a DOMSource from the xml text read from the reader.
createEJBClasses(File, Properties, File, List<String>, String, String) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the EJB classes.
createEJBClasses(String, String, String, Properties, List<String>) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the EJB classes, creating an external temp dir (for testing pourpouse).
createEJBProxy(File, ProviderServiceDescriptor, File, List<String>) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxyFactory
Creates the StatelessEJBProxy from the service description.
createExtensionMBean() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
no extension mbean.
createExtensionMBean() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
create mbean implemenation for the extension mbean as a StandardMBean
createExtensionMBean() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
no extension mbean
createExtensionMBeanName() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
no extension mbean.
createExtensionMBeanName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
create jmx object name for the extension mbean
createExtensionMBeanName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
no extension mbean
createInOutMessageExchange(QName, ServiceEndpoint) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
this method creates a InOutMessageExchange Object and sets the required data on the MessageExchange object including the create and set the Normalized message object to hold the input message on the MessageExchange object.
createInputFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the input factory.
createJbiService(ProviderServiceDescriptor, XFire) - Method in class it.imolinfo.jbi4ejb.runtime.ProviderServiceCreator
Creates the xfire service.
createMessageExchangeReceiver() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Create the message exchange receiver.
createMessageExchangeReceiver() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
creates a message receiver object that handles receiving and processing the message exchanges from the delivery channel.
createMessageExchangeReceiver() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
createNewChannel(String) - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Creates a new Channel.
createServiceUnitManager() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbRuntime
creates the Component specific implementation of the ServiceUnitManager.
createServiceUnitManager() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
if this component supports service unit deployment, then return the service unit manager, else return null
createStatelessEJBFromCorbaName(String, String, ClassLoader, ORB) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the stateless EJB and the stub.
createStatelessEJBFromJNDI(String, Properties, String, ClassLoader) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the stateless EJB, using JNDI to lookup the home object.
createStatelessEJBUsingRMIClassLoader(String, String, Class, ORB) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the stateless EJB and try to get a reference using the RMIClassLoader and trying to dinamically load the stub and the paramete/return classes.
createStatelessHomeFromJNDI(String, Properties, String, ClassLoader) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the stateless EJB, using JNDI to lookup the home object.
createStub(String, String, List<String>) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.EJBUtils
Creates the stub.
createTempDir() - Static method in class it.imolinfo.jbi4ejb.webservice.generator.EJBUtils
Creates a temporary directory.
createTransfomer() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the transfomer.
createTransformerFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Creates the transformer factory.
createWsdlFromClassesDirectory(String, File, String, WSDLDescriptor, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLGenerator
Creates the wsdl interface, getting the classes from a directory.
createWsdlFromEar(String, String, String, WSDLDescriptor) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLGenerator
Creates the wsdl interface, getting the classes from a Ear.
createWsdlFromJar(String, String, String, WSDLDescriptor, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLGenerator
Creates the wsdl interface, getting the classes from the jar.

D

deactivateEndpoint(Jbi4EjbEndpoint) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Activate the endpoint array.
deactivateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Do nothing.
deactivateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
disables the service consumers so that the service consumer can not send message exchange to the providers.
deactivateServiceConsumers() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
deactivateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Do nothing.
deactivateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
disable the service providers so that the service consumers can not find the service endpoints for this service provider.
deactivateServiceProviders() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
debug(String, Object[], Throwable) - Method in interface it.imolinfo.jbi4ejb.Logger
Log an exception (throwable) at level DEBUG with an accompanying message according to the specified format and arguments.
DEFAULT_PREFIX - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant DEFAULT_PREFIX.
DefaultComponentLifeCycle - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
Default ComponentLifeCycle implementation.
DefaultComponentLifeCycle(ComponentRuntime) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
DefaultMessageExchangeHandler - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
 
DefaultMessageExchangeHandler() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
Creates a new instance of AbstractMessageExchangeHandler
DefaultServiceUnitManager - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
Default Service Unit Manager implementation.
DefaultServiceUnitManager(ComponentRuntime) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
constructor that takes the compoent runtime
denormalize(NormalizedMessage, Jbi4EjbEndpoint, QName) - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbDenormalizer
denormalize Denormalize the message to the source.
deploy(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Deploy a Service Unit to the component.
deploy(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Deploy a Service Unit to the component.
DynamicEJBWSDLGenerator - Class in it.imolinfo.jbi4ejb.webservice.generator
Utility class to generate the service WSDL.

E

EJB_BINDING - Static variable in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
The Constant EJB_BINDING.
EjbChannel - Class in it.imolinfo.jbi4ejb.jbi.xfire
Ejb channel, only support local invocations and backchannel uri.
EjbChannel(String, EjbTransport) - Constructor for class it.imolinfo.jbi4ejb.jbi.xfire.EjbChannel
Instantiates a new ejb channel.
EJBClasses - Class in it.imolinfo.jbi4ejb.runtime.ejbproxy
Mantains all the classes information of the Stateless EJB.
EJBClasses(String, String) - Constructor for class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBClasses
Instantiates a new EJBClasses.
EJBDeployException - Exception in it.imolinfo.jbi4ejb.exception
Deploy exception for EJB BC.
EJBDeployException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBDeployException
Instantiates a new EJB deploy exception.
EJBDeployException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBDeployException
Instantiates a new EJB deploy exception.
EJBDeployException(String, Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBDeployException
A constructor.
EJBInvokeException - Exception in it.imolinfo.jbi4ejb.exception
Exception for WSDL generation from EJB remote interface.
EJBInvokeException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBInvokeException
Instantiates a new EJB invoke exception.
EJBInvokeException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBInvokeException
Instantiates a new EJB invoke exception.
EJBProxyUtils - Class in it.imolinfo.jbi4ejb.runtime.ejbproxy
EJBProxy helper methods.
EjbTransport - Class in it.imolinfo.jbi4ejb.jbi.xfire
Simple ejb transport, similar to local transport, but without soap encoding.
EjbTransport() - Constructor for class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Instantiates a new ejb transport.
EJBUtils - Class in it.imolinfo.jbi4ejb.webservice.generator
The Class EJBUtils.
EJBWSDLGenerationException - Exception in it.imolinfo.jbi4ejb.exception
Exception for WSDL generation from EJB remote interface.
EJBWSDLGenerationException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBWSDLGenerationException
Instantiates a new EJBWSDL generation exception.
EJBWSDLGenerationException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBWSDLGenerationException
Instantiates a new EJBWSDL generation exception.
EJBWSDLGenerationException(String, Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.EJBWSDLGenerationException
Instantiates a new EJBWSDL generation exception.
equals(Object) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
the endpoints are equals if the servicename and the endpointname is the same.
equals(Object) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
equals redefinition.
equals(Object) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
equals redefinition.
equals(Object) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
equals redefinition.
equals(Object) - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
True if the object is of the same instance (EjbTransport).
error(String, Object[], Throwable) - Method in interface it.imolinfo.jbi4ejb.Logger
Log an exception (throwable) at level ERROR with an accompanying message according to the specified format and arguments.
ExchangeProcessor - Interface in it.imolinfo.jbi4ejb.processor
The Interface ExchangeProcessor.
extractEarClassesInTempDirectory(String) - Static method in class it.imolinfo.jbi4ejb.configuration.InterfaceExtractorUtil
Extract all the ear classes in a temporary directory, to generate the WSDL.
extractRemoteInterfaceFromJar(String) - Static method in class it.imolinfo.jbi4ejb.configuration.InterfaceExtractorUtil
Extract remote interfaces from the jar.
extractRemoteInterfacesFromEar(String) - Static method in class it.imolinfo.jbi4ejb.configuration.InterfaceExtractorUtil
Extract remote interfaces from ear.

F

FIELDNAME_SERIAL_VERSION_UID - Static variable in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
The 'serialVersionUID' field.
findClassUsed(String, List<File>) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method extracs all the classes used as method's parameter or method's result from a class list.
findFilesFromSourceDirectory(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method find all the files in a directory according to the filter.
findFilesFromSourceDirectoryFromExactFileName(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method find all the files in a directory according to the filter.
findJavaSources(String, List<String>) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Find java sources in a directory.
findRemoteInterfaceCompleteClassName(String, String) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Retrieve the remote interface class name from the class name (without package).
findServiceEndpoint(ServiceDescriptor) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
helper method to find the active ServiceEndpiont for the service decribed with the serviceDescriptor.

G

generateWSDLFromRemoteInterface(String, String, WSDLDescriptor) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.DynamicEJBWSDLGenerator
Creates the WSDL for the remote interface, using the jar passed.
getAsmCLassReader(String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method returns the class reader used for the bytecode manipulation.
getBinding(Definition, String, String) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
Gets the Binding.
getClassesID(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.DynamicEJBWSDLGenerator
Gets the UID from the classes used by the remote interface.
getClassesID(String, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLGenerator
Gets the classes ID.
getClassMetaInfo() - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Gets the class meta info.
getClassName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Gets the class name.
getClassSerialVersionUid() - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Gets the class serial version uid.
getCompleteName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteEnancherAdapter
Gets the complete name.
getComponentContext() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Getter for property mComponentContext.
getComponentContext() - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
getComponentName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Returns the Component Name if the ComponentContext is set.
getComponentName() - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
getComponentRootPath() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the component root path.
getComponentRuntime() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
 
getCorbaServiceName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Gets the corba service name.
getDefinition() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the definition.
getDeliveryChannel() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
getDeliveryChannel() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Getter for property DeliveryChannel.
getDeliveryChannel() - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
getDeployedEndpoints() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Gets the deployed endpoints.
getDocumentBuilderFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Gets the document builder factory.
getEjbAddress(Definition, String, String) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
Gets the Jbi4EjbAddress.
getEjbBinding(Definition, String, String) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
Gets the Jbi4EjbBinding.
getEjbClassesPath() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBClasses
Gets the ejb classes path.
getEJBFromCorbaHomeObject(Object, ORB, String, ClassLoader) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Gets the EJB from corba home object.
getEJBFromCorbaname(String, String, String, Properties, List<String>, Properties) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxyFactory
Gets the EJB from corbaname.
getEJBFromCorbaname(String, String, String, Properties, List<String>, Properties, boolean) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxyFactory
Instantiates a new dynamic EJB client.
getEJBFromCorbanameUsingRMIClassloader(String, String, String, Properties, List<String>, Properties) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxyFactory
Gets the EJB from corbaname using RMI classloader.
getEJBFromJNDIName(String, String, String, Properties, Properties, Properties, List<String>) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxyFactory
Instantiates a new dynamic EJB proxy.
getEjbInvokeClassLoader() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Gets the ejb invoke class loader.
getEjbProxy() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the ejb proxy.
getEjbTypes(Definition) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
Gets the Types jbi4ejb extension.
getElementType() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Gets the ElementType.
getElementType() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Gets the ElementType.
getElementType() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Gets the ElementType.
getEndpointName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Getter for property EndpointName.
getEndpointName() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the endpoint name.
getEndpointStatus() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the endpoint status.
getEndpointWSDL() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the endpoint WSDL.
getExceptionAsXmlText(Exception) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
may be used to set the exception as fault content.
getExceptionsAdded() - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteInterfaceExceptionAdapter
Gets the exceptions added to the interface.
getExceptionStackTrace(Exception) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
converts the ex stracktrace to string.
getExchangeProcessor() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the exchange processor.
getExtensionMBeanName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
this is a default implementation which does not have any extension mbeans.
getExtensionMBeanName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
default implemenation that does not have extension mbean return null.
getInput() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Getter for property mInput.
getInputFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Gets the input factory.
getInputStream() - Method in class it.imolinfo.jbi4ejb.processor.transform.StringSource
Gets the InptStream.
getInstance() - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
 
getInterfaceClass(String, String, List<String>) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Creates the Class interface (to narrow in the dynamic case).
getInterfaceId(String) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Gets the interface id.
getInterfaceName(String) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Gets the interface name.
getInterfaces() - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Gets the interfaces.
getJndiProperties() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the jndi properties.
getJndiProperties() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Gets the jndi properties.
getJndiProperties() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Gets the jndi properties.
getKnownUriSchemes() - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Return the known uri scheme (only the KNOWN_URI_SCHEME constant value.
getLifeCycle() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Gets the life cycle.
getLifeCycle() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
Get the life cycle control interface for this component.
getLocalizationType() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the localization type.
getLocalizationType() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Gets the localization type.
getLocalizationType() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Gets the localization type.
getLocalizedMessage() - Method in exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
getLogger() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Returns the logger.
getLogger() - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
getLogger(Class) - Static method in class it.imolinfo.jbi4ejb.LoggerFactory
Returns a logger named corresponding to the class passed as parameter.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
The String form of the ILoggerFactory object that this LoggerFactoryBinder instance is intended to return.
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
The String form of the IMarkerFactory object that this MarkerFactoryBinder instance is intended to return.
getMEP() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Getter for property mMEP.
getMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
getMessageExchangeHandlerFactory() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Getter for property MessageExchangeHandlerFactory.
getMessages(Class) - Static method in class it.imolinfo.jbi4ejb.jbi.Messages
Factory method to create a Messages object from a Class.
getMessages(Class, Locale) - Static method in class it.imolinfo.jbi4ejb.jbi.Messages
Factory method to create a Messages object from a Class and a Locale.
getMessageSource() - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
Gets the message source.
getMethodFromName(Object, String, Object[]) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Gets the Method from the name.
getName() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the name.
getName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Getter for property mName.
getName() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Gets the name.
getName() - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Returns the transport name.
getName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Gets the name.
getOperations(int) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Indexed getter for property Operations.
getOperations() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Getter for property mOperations.
getOrb() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Gets the orb.
getOrbProperties() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the orb properties.
getOrbProperties() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Gets the orb properties.
getOrbProperties() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Gets the orb properties.typesSerialVersionUIDs.
getOutput() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Getter for property mOutput.
getPortType(Definition, String, String) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtensionUtils
Gets the PortType.
getPortTypeName() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the port type name.
getReader() - Method in class it.imolinfo.jbi4ejb.processor.transform.StringSource
Gets the Reader.
getRemoteInterfaceClass() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Gets the remote interface class.
getRemoteInterfaceClassName() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBClasses
Gets the remote interface class name.
getRemoteInterfaceClassName() - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Gets the remote interface class name.
getRequired() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Required property getter.
getRequired() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Required property getter.
getRequired() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Required property getter.
getRole() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Getter for property Role.
getSerialVersionUID() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the serial version UID.
getServiceDescription(ServiceEndpoint) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
Retrieves a DOM representation containing metadata which describes the service provided by this component, through the given endpoint.
getServiceDescription() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the service description.
getServiceDescriptor() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Gets the service descriptor.
getServiceEndpoint() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the service endpoint.
getServiceName() - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Gets the service name.
getServiceName() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Getter for property ServiceName.
getServiceName() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the service name.
getServiceType() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
returns a first servicetype in the servicetype array
getServiceType() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Getter for property mName.
getServiceTypes(int) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Indexed getter for property ServiceTypes.
getServiceTypes() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Getter for property ServiceTypes.
getServiceUnitManager() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
Get the Service Unit manager for this component.
getServiceURL(Service) - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Returns the service URL.
getStartedEndpoint(ServiceEndpoint) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Gets the started endpoint from the ServiceEndpoint description.
getState() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the state.
getString(String, Object...) - Method in class it.imolinfo.jbi4ejb.jbi.Messages
Retrieves a localized String which may contains parameters.
getSuManager() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the su manager.
getSuName() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Gets the su name.
getSuperClassName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Gets the super class name.
getSupportedBindings() - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Return the supported binding array.
getText() - Method in class it.imolinfo.jbi4ejb.processor.transform.StringSource
Gets the text.
getTransformerFactory() - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Gets the transformer factory.
getTypesSerialVersionUIDs() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Gets the serial version UID.
getUniqueName() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Utility method to create the unique names with explicit arguments.
getUriPrefix() - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
Returns the prefix uri (the URI_PREFIX constant).
getURLClassLoader(String, ClassLoader) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Gets the URL class loader, setting the parent ClassLoader.
getURLClassLoader(String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Gets the URL class loader, setting the parent ClassLoader to this class ClassLoader.
getXfire() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Gets xfire.
getXfireService() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Gets the xfire service.

H

hashCode() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
hashcode implementation.
hashCode() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
hashCode redefinition.
hashCode() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
hashCode redefinition.
hashCode() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
hashCode redefinition.
hasSerialVersionUIDField(String, String) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Checks if the field is a serial version UID field.

I

implementsSerializable(String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Tests if Serializable is between the interfaces.
IN_MESSAGE - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
IN_ONLY_MEP - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
In Only MEP.
IN_OPTIONAL_OUT_MEP - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
In Optional Out MEP.
IN_OUT_MEP - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
In Out MEP.
info(String, Object[], Throwable) - Method in interface it.imolinfo.jbi4ejb.Logger
Log an exception (throwable) at level INFO with an accompanying message according to the specified format and arguments.
init(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Service unit init, process the Endpoint deploy.
init(ComponentContext) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
Initialize the component.
init(InstallationContext) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
Initializes the installation environment for a component.
init(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Initialize the given deployed service unit.
initMessageExchangeHandlerFactory() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Init the Message Exchange Handler factory.
initMessageExchangeHandlerFactory() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
initializes the message exchange handler factory.
initMessageExchangeHandlerFactory() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultComponentLifeCycle
 
initReceiver() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeReceiver
 
InOutProviderMessageExchangeHandler - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This class implements the InOut Message exchange handler implemenation for the Service Provider.
InOutProviderMessageExchangeHandler() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
Creates a new instance of InOutProviderMessageExchangeHandler
InterfaceExtractorUtil - Class in it.imolinfo.jbi4ejb.configuration
The Class InterfaceExtractorUtil.
INTERNAL_NAME_OF_SERIALIZABLE - Static variable in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
The internal name of the java interface 'Serializable'.
invoke(Method, Object[], MessageContext) - Method in class it.imolinfo.jbi4ejb.runtime.ProviderServiceInvoker
The service class invocation.
invokeMethod(Object, Method, Object[], ClassLoader, ORB) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Invoke method on the object (the proxied EJB).
invokeMethod(Object, String, Object[], ClassLoader, ORB) - Static method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.EJBProxyUtils
Invoke method on the EJB.
invokeMethod(String, Object[]) - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Invoke method on the EJB.
invokeMethod(Method, Object[]) - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Invoke method on the EJB.
invokeOperation(NormalizedMessage, NormalizedMessage, Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
isCorbaName() - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
True if the localilzation type is woth corba name.
isExchangeWithConsumerOkay(ServiceEndpoint, MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
This method is called by JBI to check if this component, in the role of provider of the service indicated by the given exchange, can actually perform the operation desired.
isExchangeWithProviderOkay(ServiceEndpoint, MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
This method is called by JBI to check if this component, in the role of consumer of the service indicated by the given exchange, can actually interact with the provider properly.
isInAndOut(MessageExchange) - Method in class it.imolinfo.jbi4ejb.processor.ProviderExchangeProcessor
Checks if the message is InOut.
isSerializable() - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Checks if is serializable.
isWrapped() - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
Checks if is wrapped.
it.imolinfo.jbi4ejb - package it.imolinfo.jbi4ejb
 
it.imolinfo.jbi4ejb.configuration - package it.imolinfo.jbi4ejb.configuration
 
it.imolinfo.jbi4ejb.descriptor - package it.imolinfo.jbi4ejb.descriptor
 
it.imolinfo.jbi4ejb.exception - package it.imolinfo.jbi4ejb.exception
 
it.imolinfo.jbi4ejb.jbi - package it.imolinfo.jbi4ejb.jbi
 
it.imolinfo.jbi4ejb.jbi.component - package it.imolinfo.jbi4ejb.jbi.component
 
it.imolinfo.jbi4ejb.jbi.component.runtime - package it.imolinfo.jbi4ejb.jbi.component.runtime
 
it.imolinfo.jbi4ejb.jbi.endpoint - package it.imolinfo.jbi4ejb.jbi.endpoint
 
it.imolinfo.jbi4ejb.jbi.wsdl - package it.imolinfo.jbi4ejb.jbi.wsdl
 
it.imolinfo.jbi4ejb.jbi.xfire - package it.imolinfo.jbi4ejb.jbi.xfire
 
it.imolinfo.jbi4ejb.processor - package it.imolinfo.jbi4ejb.processor
 
it.imolinfo.jbi4ejb.processor.transform - package it.imolinfo.jbi4ejb.processor.transform
 
it.imolinfo.jbi4ejb.runtime - package it.imolinfo.jbi4ejb.runtime
 
it.imolinfo.jbi4ejb.runtime.ejbproxy - package it.imolinfo.jbi4ejb.runtime.ejbproxy
 
it.imolinfo.jbi4ejb.webservice.generator - package it.imolinfo.jbi4ejb.webservice.generator
 
it.imolinfo.jbi4ejb.webservice.generator.bcm - package it.imolinfo.jbi4ejb.webservice.generator.bcm
 

J

JarUtil - Class in it.imolinfo.jbi4ejb.webservice.generator
Helper method to unjar files.
Jbi4EjbAddress - Class in it.imolinfo.jbi4ejb.jbi.wsdl
The Class Jbi4EjbAddress, according with JWSDL specs (see JSR 110).
Jbi4EjbAddress() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Instantiates a new jbi4 ejb address.
Jbi4EjbAddressDeserializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Deserializer for the Jbi4Ejb WSDL Extension (addess element), according with JWSDL specs.
Jbi4EjbAddressDeserializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddressDeserializer
Instantiates a new jbi4 ejb address deserializer.
Jbi4EjbAddressSerializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Serializer for the Jbi4Ejb WSDL Extension (addess element), according with JWSDL specs.
Jbi4EjbAddressSerializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddressSerializer
Instantiates a new jbi4 ejb address serializer.
Jbi4EjbBinding - Class in it.imolinfo.jbi4ejb.jbi.wsdl
The Class Jbi4CorbaBinding, according with JWSDL specs (see JSR 110).
Jbi4EjbBinding() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Instantiates a new jbi4 ejb binding.
Jbi4EjbBindingDeserializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Deserializer for the Jbi4Ejb WSDL Extension (Binding element), according with JWSDL specs.
Jbi4EjbBindingDeserializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingDeserializer
Instantiates a new jbi4 ejb binding deserializer.
Jbi4EjbBindingSerializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Serializer for the Jbi4Ejb WSDL Extension (binding element), according with JWSDL specs.
Jbi4EjbBindingSerializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingSerializer
Instantiates a new jbi4 ejb binding serializer.
Jbi4EjbDenormalizer - Class in it.imolinfo.jbi4ejb.processor
Message denormalizer class.
Jbi4EjbDenormalizer() - Constructor for class it.imolinfo.jbi4ejb.processor.Jbi4EjbDenormalizer
Instantiates a new denormalizer.
Jbi4EjbDeployException - Exception in it.imolinfo.jbi4ejb.exception
Deploy exception for EJB BC.
Jbi4EjbDeployException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbDeployException
Instantiates a new EJB deploy exception.
Jbi4EjbDeployException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbDeployException
Instantiates a new EJB deploy exception.
Jbi4EjbEndpoint - Class in it.imolinfo.jbi4ejb.jbi.endpoint
Generic Jbi4Ejb endpoint.
Jbi4EjbEndpoint(QName, String) - Constructor for class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Instantiates a new jbi4 ejb endpoint.
Jbi4EjbException - Exception in it.imolinfo.jbi4ejb.exception
The default exception used within the component.
Jbi4EjbException(String) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
A constructor.
Jbi4EjbException(String, Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
A constructor.
Jbi4EjbException(Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
A constructor.
Jbi4EjbException(String, Object[]) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
A constructor with i18n support.
Jbi4EjbException(String, Object[], Throwable) - Constructor for exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException
A constructor with i18n support.
Jbi4EjbExtension - Class in it.imolinfo.jbi4ejb.jbi.wsdl
JWSDL Extension class.
Jbi4EjbExtensionUtils - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Jbi4Corba wsdl extensions helper class.
Jbi4EjbInstaller - Class in it.imolinfo.jbi4ejb.jbi.component
Sample Installer for Jbi4EJBBindingComponent.
Jbi4EjbInstaller() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbInstaller
Constructor.
Jbi4EjbLifeCycle - Class in it.imolinfo.jbi4ejb.jbi.component
Jbi4Ejb ComponentLifeCycle implementation.
Jbi4EjbLifeCycle(ComponentRuntime) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
Instantiates a new jbi4 ejb life cycle.
Jbi4EjbMessage - Class in it.imolinfo.jbi4ejb.processor
Wraps a source (with jbi-wrapping informations).
Jbi4EjbMessage(Source, boolean) - Constructor for class it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
Instantiates a new jbi4 ejb message.
Jbi4EjbMessageExchangeHandler - Class in it.imolinfo.jbi4ejb.jbi.component
Message Exchange handler.
Jbi4EjbMessageExchangeHandler(Jbi4EjbSUManager) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Instantiates a new jbi4 ejb message exchange handler.
Jbi4EjbMessageExchangeHandlerFactory - Class in it.imolinfo.jbi4ejb.jbi.component
A factory for creating Jbi4EjbMessageExchangeHandler objects.
Jbi4EjbMessageExchangeHandlerFactory(Jbi4EjbSUManager) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandlerFactory
Instantiates a new jbi4 ejb message exchange handler factory.
Jbi4EjbNormalizer - Class in it.imolinfo.jbi4ejb.processor
Jbi4Ejb normalizer class (convert Source to nmr message).
Jbi4EjbNormalizer() - Constructor for class it.imolinfo.jbi4ejb.processor.Jbi4EjbNormalizer
Instantiates a new jbi4 ejb normalizer.
Jbi4EjbProviderEndpoint - Class in it.imolinfo.jbi4ejb.jbi.endpoint
The Class Jbi4EjbProviderEndpoint.
Jbi4EjbProviderEndpoint(QName, String) - Constructor for class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Instantiates a new jbi4 ejb provider endpoint.
Jbi4EjbRuntime - Class in it.imolinfo.jbi4ejb.jbi.component
Jbi4EJB Binding Component.
Jbi4EjbRuntime() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbRuntime
constructor.
Jbi4EjbSOAPExtensionsUtils - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Utility class to add the SOAP extensions (needed by xfire to correctly generate the sources).
Jbi4EjbSUManager - Class in it.imolinfo.jbi4ejb.jbi.component
Jbi4Ejb Service Unit Manager.
Jbi4EjbSUManager(ComponentRuntime) - Constructor for class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Constructor that takes the ComponentRuntime parameter.
Jbi4EjbTypes - Class in it.imolinfo.jbi4ejb.jbi.wsdl
The Class Jbi4CorbaAddress, according with JWSDL specs (see JSR 110).
Jbi4EjbTypes() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Instantiates a new jbi4 ejb types.
Jbi4EjbTypesDeserializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Deserializer for the Jbi4Ejb WSDL Extension (Types element), according with JWSDL specs.
Jbi4EjbTypesDeserializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypesDeserializer
Instantiates a new jbi4 ejb types deserializer.
Jbi4EjbTypesSerializer - Class in it.imolinfo.jbi4ejb.jbi.wsdl
Serializer for the Jbi4Ejb WSDL Extension (types element), according with JWSDL specs.
Jbi4EjbTypesSerializer() - Constructor for class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypesSerializer
Instantiates a new jbi4 ejb types serializer.
JNDI_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant JNDI_ELEMENT.
JNDI_LOCALIZATION_TYPE - Static variable in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
The Constant JNDI_LOCALIZATION_TYPE.

L

LOCALIZATION_TYPE_ATTRIBUTE - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant LOCALIZATION_TYPE_ATTRIBUTE.
logDebug(Object) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
logError(Object) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
Logger - Interface in it.imolinfo.jbi4ejb
The main user interface to logging.
LoggerFactory - Class in it.imolinfo.jbi4ejb
Factory class producing Logger for various logging APIs, most notably for Log4j and JDK 1.4 logging.
logInfo(String) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
logVerbose(String) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 
logWarning(Object) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 

M

marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddressSerializer
Creates the WSDL fragment for the jbi4ejb address.
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingSerializer
Marshall the Jbi4EjbBinding in a WSDL binding fragment.
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypesSerializer
Marshall the Jbi4EJB extensibility element in a WSDL fragment.
MessageExchangeHandler - Interface in it.imolinfo.jbi4ejb.jbi.component.runtime
This interface is a Handler to perform message exchanges when the component receives the MessageExchange object from the delivery channel.
MessageExchangeHandlerFactory - Interface in it.imolinfo.jbi4ejb.jbi.component.runtime
factory interface to create the message exchange handlers.
MessageExchangeHandlerFactory.DefaultMessageExchangeHandlerFactory - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
Default MessageExchangeHandlerFactory implementation that returns the DefaultMessageExchangeHandler for MessageExchange object
MessageExchangeHandlerFactory.DefaultMessageExchangeHandlerFactory() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeHandlerFactory.DefaultMessageExchangeHandlerFactory
 
MessageExchangeReceiver - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This main purpose of this class is to manage receiving the MessageExchange object from the DeliveryChannel and process them by delegating the processing of the MessageExchange object to MessageExchangeHandlers configured for the component.
MessageExchangeReceiver() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeReceiver
no default constructor for extended classes
Messages - Class in it.imolinfo.jbi4ejb.jbi
Class dedicated to the internationalization of application messages.

N

NAME_ATTRIBUTE - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant NAME_ATTRIBUTE.
newHandler(MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandlerFactory
creates DefaultMessageExchangeHandler.
newHandler(MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeHandlerFactory.DefaultMessageExchangeHandlerFactory
creates DefaultMessageExchangeHandler
newHandler(MessageExchange) - Method in interface it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeHandlerFactory
creates new MessageExchangeHandler
newMessageExchangeHandler(MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
helper method to create a new message exchange handler using the message exchange factory set on the runtime context.
normalize(Source, NormalizedMessage, Jbi4EjbEndpoint, QName, boolean) - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbNormalizer
Normalize the message.
normalizeFault(Source, Fault, Jbi4EjbEndpoint, QName, String, boolean) - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbNormalizer
Normalize a fault message.
NS_URI_JBI4EJB - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant NS_URI_JBI4EJB.

O

onInit() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbLifeCycle
chance to extended classes to do the component specific init.
onInit() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
chance to extended classes to do the component specific init
onInstall() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
default implemenation just logs the method call.
onShutDown() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
chance to extended classes to do the component specific shutdown
onStart() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
chance to extended classes to do the component specific start
onStop() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
chance to extended classes to do the component specific stop
onUninstall() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentInstaller
default implemenation just logs the method call.
open() - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbChannel
Do nothing..
openDeliveryChannel() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
opens the delivery channel to accept the message exchange objects or send the message exchange objects
ORB_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant ORB_ELEMENT.
org.slf4j.impl - package org.slf4j.impl
 
OUT_MESSAGE - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 

P

prepareClassPath(String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
The list of names of the jars used in the classpath.
process(MessageExchange) - Method in interface it.imolinfo.jbi4ejb.processor.ExchangeProcessor
Process the message exchange.
process(MessageExchange) - Method in class it.imolinfo.jbi4ejb.processor.ProviderExchangeProcessor
Process the message exchange.
processDone() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Process Done.
processDone() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
processDone() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
 
processDone() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
processError(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Process an Error.
processError(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
processError(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
 
processError(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
processFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Process a Fault.
processFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
processFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
 
processFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
processMessage() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Process the message.
processMessage() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
processMessage() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
 
processMessage() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
processMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
processMessageExchange() - Method in interface it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeHandler
command interface method which will be invoked to process the MessageExchange object set using setMessageExchange.
PROPERTY_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant PROPERTY_ELEMENT.
ProviderExchangeProcessor - Class in it.imolinfo.jbi4ejb.processor
The Class ProviderExchangeProcessor.
ProviderExchangeProcessor(Jbi4EjbProviderEndpoint) - Constructor for class it.imolinfo.jbi4ejb.processor.ProviderExchangeProcessor
Instantiates a new provider exchange processor.
ProviderServiceCreator - Class in it.imolinfo.jbi4ejb.runtime
The ProviderServiceCreator.
ProviderServiceCreator() - Constructor for class it.imolinfo.jbi4ejb.runtime.ProviderServiceCreator
Empty Constructor.
ProviderServiceDescriptor - Class in it.imolinfo.jbi4ejb.descriptor
The service descriptor class.
ProviderServiceDescriptor() - Constructor for class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Instantiates a new provider service descriptor.
ProviderServiceInvoker - Class in it.imolinfo.jbi4ejb.runtime
The Service invoker, wraps th eEJBProxy call.
ProviderServiceInvoker(ProviderServiceDescriptor) - Constructor for class it.imolinfo.jbi4ejb.runtime.ProviderServiceInvoker
Creates the ProviderServiceInvoker.

Q

Q_ELEM_JBI4EJB_ADDRESS - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_ADDRESS.
Q_ELEM_JBI4EJB_BINDING - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_BINDING.
Q_ELEM_JBI4EJB_JNDI - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_JNDI.
Q_ELEM_JBI4EJB_ORB - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_ORB.
Q_ELEM_JBI4EJB_SERIAL_VERSION_UID - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_SERIAL_VERSION_UID.
Q_ELEM_JBI4EJB_TYPES - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant Q_ELEM_JBI4EJB_TYPES.

R

readFromDOMSource(DOMSource) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
reads xml text from DOMSource to StringBuffer
readFromInputSource(InputSource) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
reads the xml text from InputSource into a StringBuffer
readFromSource(Source) - Static method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
reads xml from from DOM, SAX or Stream Source into a string buffer
readObject(MessageReader, MessageContext) - Method in class it.imolinfo.jbi4ejb.runtime.ByteType
Reads a ByteType object.
readWsdl(File) - Static method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Reads a Definition from a File.
register(ExtensionRegistry) - Static method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
Register the Jbi4Corba WSDL extension.
registerService() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Register service.
registerService() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Creates the EJB proxy and registers the xfire service.
RemoteEnancherAdapter - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
"Remotizes" the interface.
RemoteEnancherAdapter(ClassVisitor, String) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteEnancherAdapter
Constructor.
RemoteInterfaceExceptionAdapter - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
Adds the correct managed exception to the remote interface.
RemoteInterfaceExceptionAdapter(ClassVisitor, ClassLoader) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteInterfaceExceptionAdapter
Constructor.
RemoveEJBInterfaceAdapter - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
Removes the Remote/EJBObject interfaces and the throws RemoteException.
RemoveEJBInterfaceAdapter(ClassVisitor, String) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoveEJBInterfaceAdapter
Constructor.
removeEJBRemoteInterface(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.EJBUtils
Removes the implements java.rmi.Remote and throws java.rmi.RemoteException clauses, using recursino (see EJB-53).
resolveEndpointReference(DocumentFragment) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ComponentRuntime
Resolve the given endpoint reference.
ROBUST_IN_ONLY_MEP - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Robust In Only MEP.
run() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
RUNNING - Static variable in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
The Constant RUNNING.
RuntimeContext - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This class is used to store and retrieve the information that should be available anywhere in the component runtime.
RuntimeHelper - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
Helper class that have easy accessors for the common functions in the component runtime.
RuntimeHelper() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeHelper
 

S

saveAsJavaClass(String, byte[]) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Save the bytecode as java class.
send() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
send(MessageContext, OutMessage) - Method in class it.imolinfo.jbi4ejb.jbi.xfire.EjbChannel
Sends the message.
SEND_SYNC_TIMEOUT - Static variable in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
The Constant SEND_SYNC_TIMEOUT.
SEND_SYNC_TIMEOUT - Static variable in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
sendDone() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
sendError(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
sendFault() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
sendFault(Exception) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
sendFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
sendFault(Fault) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
SERIAL_VERSION_UID_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant SERIAL_VERSION_UID_ELEMENT.
SerializableDecorationAdapter - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
This adapter makes a class Serializable and add a serial version UID.
SerializableDecorationAdapter(ClassVisitor, Long) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableDecorationAdapter
SerializableDecorationAdapter Constructor.
SerializableInspectorAdapter - Class in it.imolinfo.jbi4ejb.webservice.generator.bcm
Finds if a class implements the Serializable and gets the interface serial version UIDs, putting all the informtaion a ClassMetaInfo instance.
SerializableInspectorAdapter(ClassVisitor) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Instantiates a new serializable inspector adapter.
ServiceDescriptor - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
This class is a data model of the service that will be used to query the information about the service used in message exchange by service consumer or provider.
ServiceDescriptor() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Creates a new instance of ServiceDescriptor
ServiceDescriptor.OperationDescriptor - Class in it.imolinfo.jbi4ejb.jbi.component.runtime
 
ServiceDescriptor.OperationDescriptor() - Constructor for class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
 
setClassMetaInfo(ClassMetaInfo) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Sets the class meta info.
setClassName(String) - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Sets the class name.
setClassSerialVersionUid(Long) - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Sets the class serial version uid.
setComponentContext(ComponentContext) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Setter for property ComponentContext.
setComponentRootPath(String) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the component root path.
setDefinition(Definition) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the definition.
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Sets the document builder factory.
setEjbProxy(StatelessEJBProxy) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the ejb proxy.
setElementType(QName) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Sets the element type.
setElementType(QName) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Sets the element type.
setElementType(QName) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Sets the element type.
setEndpointName(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Setter for property EndpointName.
setEndpointStatus(EndpointStatus) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the endpoint status.
setEndpointWSDL(File) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the endpoint WSDL.
setExchangeProcessor(ExchangeProcessor) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the exchange processor.
setInput(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Setter for property mInput.
setInterfaces(Set<String>) - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Sets the interfaces.
setJndiProperties(Properties) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the jndi properties.
setJndiProperties(Properties) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Sets the jndi properties.
setJndiProperties(Properties) - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Sets the jndi properties.
setLifeCycle(Jbi4EjbLifeCycle) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Sets the life cycle.
setLocalizationType(String) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the localization type.
setLocalizationType(String) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Sets the localization type.
setLogger(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Sets the logger.
setMEP(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Setter for property mMEP.
setMessageExchange(MessageExchange) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
setMessageExchange(MessageExchange) - Method in interface it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeHandler
sets the MessageExchange object to be processed
setMessageExchangeHandlerFactory(MessageExchangeHandlerFactory) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.RuntimeContext
Setter for property MessageExchangeHandlerFactory.
setMessageSource(Source) - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
Sets the message source.
setName(String) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the name.
setName(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Setter for property mName.
setName(String) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Sets the name.
setOperations(int, ServiceDescriptor.OperationDescriptor) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Indexed setter for property mOperations.
setOperations(ServiceDescriptor.OperationDescriptor[]) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Setter for property mOperations.
setOrbProperties(Properties) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the orb properties.
setOrbProperties(Properties) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Sets the orb properties.
setOrbProperties(Properties) - Method in class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Sets the orb properties.
setOutput(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Setter for property mOutput.
setPortTypeName(QName) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the port type name.
setRemoteInterfaceClass(Class) - Method in class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
Sets the remote interface class.
setRequired(Boolean) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
Required property setter.
setRequired(Boolean) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
Required property setter.
setRequired(Boolean) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Required property setter.
setRole(MessageExchange.Role) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Setter for property Role.
setSerializable(boolean) - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Sets the serializable.
setSerialVersionUID(Properties) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the serial version UID.
setServiceDescription(Document) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the service description.
setServiceDescriptor(ProviderServiceDescriptor) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Sets the service descriptor.
setServiceEndpoint(ServiceEndpoint) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the service endpoint.
setServiceName(QName) - Method in class it.imolinfo.jbi4ejb.descriptor.ProviderServiceDescriptor
Sets the service name.
setServiceName(QName) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Setter for property ServiceName.
setServiceType(QName) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Setter for property ServiceType.
setServiceTypes(int, QName) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Indexed setter for property mServiceTypes.
setServiceTypes(QName[]) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.ServiceDescriptor
Setter for property mServiceTypes.
setState(int) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the state.
setSuManager(Jbi4EjbSUManager) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the su manager.
setSuName(String) - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Sets the su name.
setSuperClassName(String) - Method in class it.imolinfo.jbi4ejb.webservice.generator.ClassMetaInfo
Sets the super class name.
setTransformerFactory(TransformerFactory) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Sets the transformer factory.
setTypesSerialVersionUIDs(Properties) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
Sets the serial version UID.
setWrapped(boolean) - Method in class it.imolinfo.jbi4ejb.processor.Jbi4EjbMessage
Sets the wrapped.
shutDown(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Service unit shutdown, removes the deployed endpoint.
shutDown() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
Shut down the component.
shutDown(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Shut down the deployment.
SHUTDOWN - Static variable in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
The Constant SHUTDOWN.
shutdownReceiver() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeReceiver
 
SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SourceTransformer - Class in it.imolinfo.jbi4ejb.processor.transform
Taken from servicemix-core SourceTransformer and partially from StAXSoureTransformer class.
SourceTransformer() - Constructor for class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Instantiates a new source transformer.
SourceTransformer(DocumentBuilderFactory) - Constructor for class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Instantiates a new source transformer.
start(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Start the deployed service unit.
start() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
Start the component.
start(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Start the deployed service unit.
startProcessing() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeReceiver
 
StatelessEJBProxy - Class in it.imolinfo.jbi4ejb.runtime.ejbproxy
The Stateless EJBProxy.
StatelessEJBProxy(String, Object, ClassLoader, ORB) - Constructor for class it.imolinfo.jbi4ejb.runtime.ejbproxy.StatelessEJBProxy
To avoid istantiation with no parameters.
StatelessEJBProxyFactory - Class in it.imolinfo.jbi4ejb.runtime.ejbproxy
A factory for creating StatelessEJBProxy objects.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
stop(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Stop the service unit.
stop() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractComponentLifeCycle
Stop the component.
stop(String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Stop the deployed service unit.
STOPPED - Static variable in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
The Constant STOPPED.
stopProcessing() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.MessageExchangeReceiver
 
StringSource - Class in it.imolinfo.jbi4ejb.processor.transform
Taken from servicemix-core.
StringSource(String) - Constructor for class it.imolinfo.jbi4ejb.processor.transform.StringSource
Instantiates a new string source.
StringSource(String, String) - Constructor for class it.imolinfo.jbi4ejb.processor.transform.StringSource
Instantiates a new string source.
StringSource(String, String, String) - Constructor for class it.imolinfo.jbi4ejb.processor.transform.StringSource
Instantiates a new string source.

T

toDOMDocument(NormalizedMessage) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM document from the given normalized message.
toDOMDocument(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM document from the given source.
toDOMDocument(Node) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM document from the given Node.
toDOMElement(NormalizedMessage) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM element from the normalized message.
toDOMElement(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM element from the given source.
toDOMElement(Node) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Create a DOM element from the DOM node.
toDOMNode(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the given TRaX Source into a W3C DOM node.
toDOMNode(NormalizedMessage) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Avoids multple parsing to DOM by caching the DOM representation in the message as a property so future calls will avoid the reparse - and avoid issues with stream based Source instances.
toDOMNodeFromSAX(SAXSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To DOM node from SAX.
toDOMSource(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the source instance to a DOMSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toDOMSource(NormalizedMessage) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To DOM source.
toDOMSourceFromSAX(SAXSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To DOM source from SAX.
toDOMSourceFromStream(StreamSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To DOM source from stream.
toReaderFromSource(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To reader from source.
toResult(Source, Result) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the given input Source into the required result.
toSAXSource(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSourceFromDOM(DOMSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To SAX source from DOM.
toSAXSourceFromStream(StreamSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To SAX source from stream.
toStreamSource(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To stream source.
toStreamSourceFromDOM(DOMSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To stream source from DOM.
toStreamSourceFromSAX(SAXSource) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To stream source from SAX.
toString() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddress
toString redefinition.
toString() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBinding
toString redefinition.
toString() - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypes
toString redefinition.
toString(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the given input Source into text.
toString(Node) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
Converts the given input Node into text.
toString() - Method in class it.imolinfo.jbi4ejb.processor.transform.StringSource
The Source as String.
toXMLStreamReader(Source) - Method in class it.imolinfo.jbi4ejb.processor.transform.SourceTransformer
To XML stream reader.
tweakInterfaceClasses(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
Tweak interface classes addint the java.rmi.Remote interface.
tweakRemoteInterfaceGeneratedFromWSDL(String, String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.EJBUtils
Modify the interface generated from the WSDL, adding the correct application exceptions.
tweakSerializableDecoration(String, Long) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method modify the bytecode of a class: add Serializable interface and set the serial version UID.
tweakSerializableInspection(String) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.Util
This method inspect a class to verify if it is Serilizable and to extract the serial version UID (if exists).
TYPES_ELEMENT - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant TYPES_ELEMENT.

U

UID_ATTRIBUTE - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant UID_ATTRIBUTE.
undeploy(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbSUManager
Undeploy a service unit from the component.
undeploy(String, String) - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultServiceUnitManager
Undeploy a service unit from the component.
unjar(File, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.JarUtil
Extracts the given jar-file to the specified directory.
unjar(File, String, File) - Static method in class it.imolinfo.jbi4ejb.webservice.generator.JarUtil
Extracts the given resource from a jar-file to the specified directory.
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbAddressDeserializer
Deserialize the jbi4ejb address from the WSDL.
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingDeserializer
Unmarshall the WSDL to obtain a Jbi4EjbBinding element.
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypesDeserializer
Unmarshall the Jbi4EjbTypes extensibility element.
unregisterService() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Unregister service.
unregisterService() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Unregisters the service.
Util - Class in it.imolinfo.jbi4ejb.webservice.generator
Cut&paset from it.imolinfo.jbi4corba.webservice.generator.Util methods.

V

validate() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint
Validate.
validate() - Method in class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
Validate the endpoint.
validateMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.Jbi4EjbMessageExchangeHandler
Validates the MessageExchange.
validateMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.AbstractMessageExchangeHandler
 
validateMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.DefaultMessageExchangeHandler
 
validateMessageExchange() - Method in class it.imolinfo.jbi4ejb.jbi.component.runtime.InOutProviderMessageExchangeHandler
 
VALUE_ATTRIBUTE - Static variable in class it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbExtension
The Constant VALUE_ATTRIBUTE.
visit(int, int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.AddExceptionSuperclass
Adds the java.lang.Exception superclass.
visit(int, int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteEnancherAdapter
Adds the java.rmi.Remote.
visit(int, int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoveEJBInterfaceAdapter
Removes the "implements Remote, EJBObject" clause.
visit(int, int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableDecorationAdapter
Class visitro, adds the java.io.Serializable interface if not already present.
visit(int, int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
Tests if the class implements serializable.
visitEnd() - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableDecorationAdapter
Adds the 'private final static' access modifier to the serialVersionUID field.
visitField(int, String, String, String, Object) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableDecorationAdapter
Field Visitor.
visitField(int, String, String, String, Object) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.SerializableInspectorAdapter
If find the serialVersionUID field, gets the value.
visitMethod(int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.AddExceptionSuperclass
Removes the default constructor (at bytecode level call the Object constructor.
visitMethod(int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteEnancherAdapter
Adds the java.rmi.Exception to the exceptions throws.
visitMethod(int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoteInterfaceExceptionAdapter
Look for the Exception wrapped by the org.codehaus.xfire.fault.FaultInfoException classes generated by WSDL.
visitMethod(int, String, String, String, String[]) - Method in class it.imolinfo.jbi4ejb.webservice.generator.bcm.RemoveEJBInterfaceAdapter
Visit the method, tremoving the "throws RemoteException, EJBException" clause.

W

warn(String, Object[], Throwable) - Method in interface it.imolinfo.jbi4ejb.Logger
Log an exception (throwable) at level WARN with an accompanying message according to the specified format and arguments.
writeObject(Object, MessageWriter, MessageContext) - Method in class it.imolinfo.jbi4ejb.runtime.ByteType
Writes out the ByteType object.
WSDLDescriptor - Class in it.imolinfo.jbi4ejb.webservice.generator
Descriptor to incapsulate all fields required to extend a WSDL file starting from a ejb RemoteInterface.
WSDLDescriptor(String, String) - Constructor for class it.imolinfo.jbi4ejb.webservice.generator.WSDLDescriptor
Instantiates a new WSDL descriptor.
WSDLGenerator - Class in it.imolinfo.jbi4ejb.webservice.generator
Class to generate WSDL file with Jbi4Ejb extensions.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2007-2008 Imola Informatica. All Rights Reserved.