Uses of Class
it.imolinfo.jbi4corba.exception.ServiceCreationException

Packages that use ServiceCreationException
it.imolinfo.jbi4corba.webservice.runtime   
 

Uses of ServiceCreationException in it.imolinfo.jbi4corba.webservice.runtime
 

Methods in it.imolinfo.jbi4corba.webservice.runtime that throw ServiceCreationException
 void ConsumerServiceCreator.createJbiService(ConsumerServiceDescriptor consumerServiceDescriptor)
          This method is used to create the JBI service.
 void ConsumerServiceCreator.createJbiServicePRE(ConsumerServiceDescriptor consumerServiceDescriptor)
           
protected  Constructor ConsumerServiceCreator.getConstructorFromPoaTie(Class poaTieClass, Class[] classes)
          This method is used to create the default constructor of the Poa Tie Class.
protected  Constructor ConsumerServiceCreator.getConstructorWithConsumerInvocationHandler(Class clazz)
          This method is used to create the constructor where the input parameter is a ConsumerInvocationHandler.
protected  Object ConsumerServiceCreator.newObject(Constructor constructor, Object[] parameter)
          This method creates an Object.
protected  Servant ConsumerServiceCreator.newPoaTie(Constructor constructor, Object[] arguments)
          This method creates the Servant using the constructor passed in input.
protected  void ConsumerServiceCreator.setOrbOnPoaTie(Servant poaTie, Class poaTieClass, ORB orb)
          This method is used to set up the ORB in the skeleton.
protected  void ConsumerServiceCreator.setTargetOnPoaTie(Servant poaTie, Class poaTieClass, Object poaDelegate)
          This method is used to set up the target class that the skeleton delegates all the corba operations.
 

Constructors in it.imolinfo.jbi4corba.webservice.runtime that throw ServiceCreationException
ConsumerInvocationHandler(ConsumerServiceDescriptor sd)
          Constructor.
 



Copyright © 2005-2010 Imola Informatica. All Rights Reserved.