com.jproxy.proxy.providers
Class WrappedServiceFactory
java.lang.Object
javax.xml.rpc.ServiceFactory
com.jproxy.proxy.providers.WrappedServiceFactory
- All Implemented Interfaces:
- IServiceFactory, java.io.Serializable
- public class WrappedServiceFactory
- extends javax.xml.rpc.ServiceFactory
- implements java.io.Serializable, IServiceFactory
- See Also:
- Serialized Form
Fields inherited from class javax.xml.rpc.ServiceFactory |
SERVICEFACTORY_PROPERTY |
Methods inherited from class javax.xml.rpc.ServiceFactory |
newInstance |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bus
public static java.lang.Object bus
busReferenceCount
public static int busReferenceCount
serviceFactory
public javax.xml.rpc.ServiceFactory serviceFactory
WrappedServiceFactory
public WrappedServiceFactory()
createService
public javax.xml.rpc.Service createService(java.net.URL wsdlUrl,
javax.xml.namespace.QName serviceName)
throws javax.xml.rpc.ServiceException
- Specified by:
createService
in interface IServiceFactory
- Throws:
javax.xml.rpc.ServiceException
createService
public javax.xml.rpc.Service createService(javax.xml.namespace.QName serviceName)
throws javax.xml.rpc.ServiceException
- Specified by:
createService
in interface IServiceFactory
- Throws:
javax.xml.rpc.ServiceException
createFactoryAndService
public static JProxyServiceFactory.FactoryAndService createFactoryAndService(java.net.URL wsdlUrl,
javax.xml.namespace.QName serviceName,
java.lang.String[] args)
throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
localCreateService
public javax.xml.rpc.Service localCreateService(java.net.URL wsdlUrl,
javax.xml.namespace.QName serviceName)
throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
Copyright © JProxy LLC. All Rights Reserved.