|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.exception |
---|
Subclasses of Jbi4CorbaException in it.imolinfo.jbi4corba.exception | |
---|---|
class |
ClassGenerationException
The exception used when there is an error during the class generation phase. |
class |
Jbi4CorbaDeployException
|
class |
ServiceActivationException
An exception used within the component during the activation phase. |
class |
ServiceCreationException
An exception used within the component during the 'service creation' phase. |
class |
WSDLGenerationException
The exception used when there is an error during the class generation phase. |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.jbi.cxf |
---|
Methods in it.imolinfo.jbi4corba.jbi.cxf that throw Jbi4CorbaException | |
---|---|
static org.apache.cxf.jaxws.JaxWsClientFactoryBean |
CXFUtils.getJaxWsClientFactoryBean()
Creates the CXF Service factory. |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.jbi.endpoint |
---|
Methods in it.imolinfo.jbi4corba.jbi.endpoint that throw Jbi4CorbaException | |
---|---|
abstract void |
Jbi4CorbaEndpoint.activate()
Activate the endpoint. |
void |
ConsumerEndpoint.activate()
Registers the service and starts the ORB. |
void |
ProviderEndpoint.activate()
|
abstract void |
Jbi4CorbaEndpoint.deactivate()
Deactivate the endpoint. |
void |
ProviderEndpoint.deactivate()
Deactivate the endpoint. |
protected Object |
ProviderEndpoint.ejbLocalization(Class helperClass,
Method extractMethod,
Method narrowMethod,
Method typeMethod)
|
protected Object |
ProviderEndpoint.getCorbaObjectReference(Class helperClass,
Method narrowMethod,
Object retrievedObject)
This method is used to obtain a reference to the corba object. |
Object |
ProviderEndpoint.getCorbaObjectReference(String ior)
This Method return narrowed Corba Object starting from the IOR |
protected Method |
ProviderEndpoint.getExtractMethod(Class helperClass)
|
protected Method |
ProviderEndpoint.getNarrowMethod(Class helperClass)
Gets the object that represent the method 'narrow' of the helper class. |
protected Method |
ProviderEndpoint.getTypeMethod(Class helperClass)
|
protected Object |
ProviderEndpoint.localizationViaCorbaloc()
This method is used to retrieve an object using corbaloc url. |
protected Object |
ProviderEndpoint.localizationViaCorbaname()
|
protected Object |
ProviderEndpoint.localizationViaIOR()
Localize the CORBA servant using the IOR. |
protected Object |
ProviderEndpoint.localizationViaNameService()
This method retrieves the corba object reference using the 'NameService'. |
void |
ProviderEndpoint.locateCorbaService()
|
protected String |
ProviderEndpoint.readIorFromFile(String filename)
|
abstract void |
Jbi4CorbaEndpoint.registerService()
Register service. |
abstract void |
Jbi4CorbaEndpoint.unregisterService()
Unregister service. |
void |
ConsumerEndpoint.unregisterService()
Unregisters the service. |
void |
ProviderEndpoint.unregisterService()
Unregisters the service. |
abstract void |
Jbi4CorbaEndpoint.validate()
Validate. |
void |
ConsumerEndpoint.validate()
Validate the endpoint. |
void |
ProviderEndpoint.validate()
Validate the endpoint. |
Constructors in it.imolinfo.jbi4corba.jbi.endpoint that throw Jbi4CorbaException | |
---|---|
ProviderEndpoint(QName serviceName,
String endpointName,
ProviderServiceDescriptor serviceDescriptor)
Instantiates a new jbi4 ejb provider endpoint. |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.jbi.processor |
---|
Methods in it.imolinfo.jbi4corba.jbi.processor that throw Jbi4CorbaException | |
---|---|
JbiMessage |
MessageDenormalizer.denormalize(Node node,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean isInput)
Denormalizes the message (DOM version). |
JbiMessage |
MessageDenormalizer.denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean isInput,
boolean isFault)
Denormalize the message to the source. |
Source |
MessageNormalizer.normalize(Source xmlSource,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean toWrap,
boolean isOutput)
Normalize the message. |
void |
MessageNormalizer.normalize(Source xmlSource,
javax.jbi.messaging.NormalizedMessage normalizedMsg,
Jbi4CorbaEndpoint endpoint,
QName operation,
boolean toWrap,
boolean isOutput)
Normalize the message. |
void |
MessageNormalizer.normalizeFault(Source xmlSource,
javax.jbi.messaging.Fault fault,
Jbi4CorbaEndpoint endpoint,
QName operation,
String faultName,
boolean toWrap)
Normalize a fault message. |
Constructors in it.imolinfo.jbi4corba.jbi.processor that throw Jbi4CorbaException | |
---|---|
MessageDenormalizer()
Instantiates a new denormalizer. |
|
MessageNormalizer()
Instantiates a new message normalizer. |
|
ProviderExchangeProcessor(ProviderEndpoint endpoint)
The Exchange processor |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.webservice.generator |
---|
Methods in it.imolinfo.jbi4corba.webservice.generator that throw Jbi4CorbaException | |
---|---|
static List<String> |
Util.findIdlFiles(String basedir)
Finding the *.idl files in the directory 'basedir'. |
static List<String> |
Util.findJavaSources(String basedir)
Finding the *.java files in the directory 'basedir'. |
static List<String> |
Util.findJavaSources(String basedir,
List<String> exclude)
|
javax.wsdl.Definition |
WSDLGenerator.generateWSDLfromIDL(File idlFile,
WSDLDescriptor desc)
Deprecated. |
List<javax.wsdl.Definition> |
WSDLGenerator.generateWSDLListfromIDL(File idlFile,
ArrayList<WSDLDescriptor> descList)
Creates a WSDL file starting from an IDL file. |
List<IdlFileDataHolder> |
WSDLGenerator.getIdlFileData(File idlFile)
Returns The names' and namespace's from an idl |
int |
WSDLGenerator.idlInterfacesCounter(File idlFile)
Returns the numbers of Interfaces from an IDL |
List<String> |
WSDLGenerator.idlInterfacesNames(File idlFile)
Returns the Interface's name from an IDL |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.webservice.generator.typedef |
---|
Methods in it.imolinfo.jbi4corba.webservice.generator.typedef that throw Jbi4CorbaException | |
---|---|
static Map<String,TypeDef> |
TypeDefUtil.getTypeDefs(String classesdir)
Returns the list of the typedef helper classes (to be build). |
Uses of Jbi4CorbaException in it.imolinfo.jbi4corba.webservice.runtime |
---|
Methods in it.imolinfo.jbi4corba.webservice.runtime that throw Jbi4CorbaException | |
---|---|
org.apache.cxf.service.Service |
ProviderServiceCreator.createService(ProviderServiceDescriptor serviceDescriptor)
Creates the CXF service no specifying the interface name (gets it from the created service). |
org.apache.cxf.service.Service |
ProviderServiceCreator.createService(ProviderServiceDescriptor serviceDescriptor,
QName interfaceName)
Creates the CXF service. |
protected void |
ConsumerInvocationHandler.processInOnly(javax.jbi.messaging.MessageExchange exchange)
This method is called during the ExchanProcessor when the MEP is InOnly. |
protected void |
ConsumerInvocationHandler.processInOut(javax.jbi.messaging.MessageExchange exchange)
This method is called during the ExchanProcessor when the MEP is InOut. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |