Uses of Class
it.imolinfo.jbi4corba.webservice.generator.ServerCorbaClassesHolder

Packages that use ServerCorbaClassesHolder
it.imolinfo.jbi4corba.webservice.descriptor   
it.imolinfo.jbi4corba.webservice.generator   
 

Uses of ServerCorbaClassesHolder in it.imolinfo.jbi4corba.webservice.descriptor
 

Methods in it.imolinfo.jbi4corba.webservice.descriptor that return ServerCorbaClassesHolder
 ServerCorbaClassesHolder ConsumerServiceDescriptor.getServerCorbaClassesHolder()
           
 

Methods in it.imolinfo.jbi4corba.webservice.descriptor with parameters of type ServerCorbaClassesHolder
 void ConsumerServiceDescriptor.setServerCorbaClassesHolder(ServerCorbaClassesHolder serverCorbaClassesHolder)
           
 

Uses of ServerCorbaClassesHolder in it.imolinfo.jbi4corba.webservice.generator
 

Methods in it.imolinfo.jbi4corba.webservice.generator that return ServerCorbaClassesHolder
 ServerCorbaClassesHolder ConsumerServiceClassesGenerator.generateConsumerCorbaClassesHolder(String workdir, List<String> jars, List<ClientCorbaClassesHolder> classes, ProviderServiceClassesGenerator serviceGenerator, JbiServiceDescriptor jbidesc)
          This method is used to generate all the consumer code starting from the classes already generated with provider class generation API.
 ServerCorbaClassesHolder ConsumerServiceClassesGenerator.generateConsumerServiceClasses(String wsdlStringUrl, String workdir, String libDirName, JbiServiceDescriptor jbiServiceDescriptor)
          This method is used to generate all the consumer code starting from the WSDL of the Endpoint to consume.
 ServerCorbaClassesHolder ConsumerServiceClassesGenerator.generateConsumerServiceClassesDirect(String wsdlStringUrl, String workdir, List<String> jars, JbiServiceDescriptor jbiServiceDescriptor)
          This method is used to generate all the consumer code starting from the WSDL of the Endpoint to consume.
 ServerCorbaClassesHolder ConsumerServiceClassesGenerator.generateConsumerServiceClassesDirectFromIDL(File wsdlDirFile, List<String> jars, JbiServiceDescriptor jbiServiceDescriptor, WsdlInformation wsdlInformation)
          This method is used to generate all the consumer code starting from the IDL found inside the WSDL of the Endpoint to consume.
 ServerCorbaClassesHolder ConsumerServiceClassesGenerator.generateConsumerServiceClassesDirectFromWSDL(File wsdlDirFile, List<String> jars)
          This method is used to generate all the consumer code starting from the WSDL of the Endpoint to consume.
 



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