com.jproxy.proxy
Interface IServiceFactory

All Known Implementing Classes:
WrappedServiceFactory

public interface IServiceFactory


Method Summary
 javax.xml.rpc.Service createService(javax.xml.namespace.QName serviceName)
           
 javax.xml.rpc.Service createService(java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName)
           
 

Method Detail

createService

public javax.xml.rpc.Service createService(java.net.URL wsdlUrl,
                                           javax.xml.namespace.QName serviceName)
                                    throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

createService

public javax.xml.rpc.Service createService(javax.xml.namespace.QName serviceName)
                                    throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © JProxy LLC. All Rights Reserved.