it.imolinfo.jbi4corba.webservice.runtime
Class ProviderServiceCreator

java.lang.Object
  extended by it.imolinfo.jbi4corba.webservice.runtime.ProviderServiceCreator

public class ProviderServiceCreator
extends Object

The Class ProviderCXFServiceCreator.


Constructor Summary
ProviderServiceCreator()
          Empty Constructor.
 
Method Summary
 org.apache.cxf.service.Service createService(ProviderServiceDescriptor serviceDescriptor)
          Creates the CXF service no specifying the interface name (gets it from the created service).
 org.apache.cxf.service.Service createService(ProviderServiceDescriptor serviceDescriptor, QName interfaceName)
          Creates the CXF service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderServiceCreator

public ProviderServiceCreator()
Empty Constructor.

Method Detail

createService

public org.apache.cxf.service.Service createService(ProviderServiceDescriptor serviceDescriptor,
                                                    QName interfaceName)
                                             throws IOException,
                                                    javax.wsdl.WSDLException,
                                                    Jbi4CorbaException
Creates the CXF service. If the interface name is null, get it from the created service.

Parameters:
serviceDescriptor -
interfaceName -
Returns:
the service
Throws:
IOException
javax.wsdl.WSDLException
Jbi4CorbaException

createService

public org.apache.cxf.service.Service createService(ProviderServiceDescriptor serviceDescriptor)
                                             throws IOException,
                                                    javax.wsdl.WSDLException,
                                                    Jbi4CorbaException
Creates the CXF service no specifying the interface name (gets it from the created service).

Parameters:
serviceDescriptor -
Returns:
the service
Throws:
IOException
javax.wsdl.WSDLException
Jbi4CorbaException


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