com.jproxy.proxy
Class JProxyServiceFactory

java.lang.Object
  extended byjavax.xml.rpc.ServiceFactory
      extended bycom.jproxy.proxy.JProxyServiceFactory

public class JProxyServiceFactory
extends javax.xml.rpc.ServiceFactory


Nested Class Summary
static class JProxyServiceFactory.FactoryAndService
           
 
Field Summary
 IServiceFactory factory
           
static java.lang.String serverUrlStr
           
 
Fields inherited from class javax.xml.rpc.ServiceFactory
SERVICEFACTORY_PROPERTY
 
Constructor Summary
JProxyServiceFactory()
           
 
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)
           
 
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

serverUrlStr

public static java.lang.String serverUrlStr

factory

public IServiceFactory factory
Constructor Detail

JProxyServiceFactory

public JProxyServiceFactory()
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.