com.jproxy.proxy.providers
Class WrappedServiceFactory

java.lang.Object
  extended byjavax.xml.rpc.ServiceFactory
      extended bycom.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

Field Summary
static java.lang.Object bus
           
static int busReferenceCount
           
 javax.xml.rpc.ServiceFactory serviceFactory
           
 
Fields inherited from class javax.xml.rpc.ServiceFactory
SERVICEFACTORY_PROPERTY
 
Constructor Summary
WrappedServiceFactory()
           
 
Method Summary
static JProxyServiceFactory.FactoryAndService createFactoryAndService(java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName, java.lang.String[] args)
           
 javax.xml.rpc.Service createService(javax.xml.namespace.QName serviceName)
           
 javax.xml.rpc.Service createService(java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName)
           
 javax.xml.rpc.Service localCreateService(java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName)
           
 
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
 

Field Detail

bus

public static java.lang.Object bus

busReferenceCount

public static int busReferenceCount

serviceFactory

public javax.xml.rpc.ServiceFactory serviceFactory
Constructor Detail

WrappedServiceFactory

public WrappedServiceFactory()
Method Detail

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.