|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Jbi4EjbException | |
---|---|
it.imolinfo.jbi4ejb.exception | |
it.imolinfo.jbi4ejb.jbi.endpoint | |
it.imolinfo.jbi4ejb.processor |
Uses of Jbi4EjbException in it.imolinfo.jbi4ejb.exception |
---|
Subclasses of Jbi4EjbException in it.imolinfo.jbi4ejb.exception | |
---|---|
class |
ClassGenerationException
The exception used when there is an error during the class generation phase. |
class |
EJBDeployException
Deploy exception for EJB BC. |
class |
EJBInvokeException
Exception for WSDL generation from EJB remote interface. |
class |
EJBWSDLGenerationException
Exception for WSDL generation from EJB remote interface. |
class |
Jbi4EjbDeployException
Deploy exception for EJB BC. |
Uses of Jbi4EjbException in it.imolinfo.jbi4ejb.jbi.endpoint |
---|
Methods in it.imolinfo.jbi4ejb.jbi.endpoint that throw Jbi4EjbException | |
---|---|
void |
Jbi4EjbProviderEndpoint.registerService()
Creates the EJB proxy and registers the xfire service. |
abstract void |
Jbi4EjbEndpoint.registerService()
Register service. |
void |
Jbi4EjbProviderEndpoint.unregisterService()
Unregisters the service. |
abstract void |
Jbi4EjbEndpoint.unregisterService()
Unregister service. |
void |
Jbi4EjbProviderEndpoint.validate()
Validate the endpoint. |
abstract void |
Jbi4EjbEndpoint.validate()
Validate. |
Constructors in it.imolinfo.jbi4ejb.jbi.endpoint that throw Jbi4EjbException | |
---|---|
Jbi4EjbProviderEndpoint(javax.xml.namespace.QName serviceName,
java.lang.String endpointName)
Instantiates a new jbi4 ejb provider endpoint. |
Uses of Jbi4EjbException in it.imolinfo.jbi4ejb.processor |
---|
Methods in it.imolinfo.jbi4ejb.processor that throw Jbi4EjbException | |
---|---|
Jbi4EjbMessage |
Jbi4EjbDenormalizer.denormalize(javax.jbi.messaging.NormalizedMessage normalizedMessage,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation)
denormalize Denormalize the message to the source. |
void |
Jbi4EjbNormalizer.normalize(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.NormalizedMessage normalizedMsg,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
boolean toWrap)
Normalize the message. |
void |
Jbi4EjbNormalizer.normalizeFault(javax.xml.transform.Source xmlSource,
javax.jbi.messaging.Fault fault,
Jbi4EjbEndpoint endpoint,
javax.xml.namespace.QName operation,
java.lang.String faultName,
boolean toWrap)
Normalize a fault message. |
Constructors in it.imolinfo.jbi4ejb.processor that throw Jbi4EjbException | |
---|---|
Jbi4EjbDenormalizer()
Instantiates a new denormalizer. |
|
Jbi4EjbNormalizer()
Instantiates a new jbi4 ejb normalizer. |
|
ProviderExchangeProcessor(Jbi4EjbProviderEndpoint endpoint)
Instantiates a new provider exchange processor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |