Uses of Class
it.imolinfo.jbi4corba.webservice.descriptor.ProviderServiceDescriptor

Packages that use ProviderServiceDescriptor
it.imolinfo.jbi4corba.jbi.endpoint   
it.imolinfo.jbi4corba.webservice.runtime   
 

Uses of ProviderServiceDescriptor in it.imolinfo.jbi4corba.jbi.endpoint
 

Methods in it.imolinfo.jbi4corba.jbi.endpoint that return ProviderServiceDescriptor
 ProviderServiceDescriptor ProviderEndpoint.getServiceDescriptor()
           
 

Methods in it.imolinfo.jbi4corba.jbi.endpoint with parameters of type ProviderServiceDescriptor
 void ProviderEndpoint.setServiceDescriptor(ProviderServiceDescriptor serviceDescriptor)
           
 

Constructors in it.imolinfo.jbi4corba.jbi.endpoint with parameters of type ProviderServiceDescriptor
ProviderEndpoint(QName serviceName, String endpointName, ProviderServiceDescriptor serviceDescriptor)
          Instantiates a new jbi4 ejb provider endpoint.
 

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

Methods in it.imolinfo.jbi4corba.webservice.runtime that return ProviderServiceDescriptor
 ProviderServiceDescriptor ProviderServiceInvoker.getServiceDescriptor()
          Get the provider service Descriptor object.
 

Methods in it.imolinfo.jbi4corba.webservice.runtime with parameters of type ProviderServiceDescriptor
 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.
 void ProviderServiceInvoker.setServiceDescriptor(ProviderServiceDescriptor serviceDescriptor)
          Set the provider service Descriptor object.
 

Constructors in it.imolinfo.jbi4corba.webservice.runtime with parameters of type ProviderServiceDescriptor
ProviderServiceInvoker(ProviderServiceDescriptor serviceDescriptor)
          Constructor.
ProviderServiceInvoker(ProviderServiceDescriptor serviceDescriptor, boolean isCorbaServant)
          Constructor.
 



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