electric.jaxrpc
Class ServiceFactoryImpl

java.lang.Object
  extended byjavax.xml.rpc.ServiceFactory
      extended byelectric.jaxrpc.ServiceFactoryImpl

public final class ServiceFactoryImpl
extends javax.xml.rpc.ServiceFactory

ServiceFactoryImpl.

Author:
webMethods

Field Summary
 
Fields inherited from class javax.xml.rpc.ServiceFactory
SERVICEFACTORY_PROPERTY
 
Constructor Summary
ServiceFactoryImpl()
           
 
Method Summary
 javax.xml.rpc.Service createService(javax.xml.namespace.QName serviceName)
           
 javax.xml.rpc.Service createService(java.net.URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName)
           
 
Methods inherited from class javax.xml.rpc.ServiceFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactoryImpl

public ServiceFactoryImpl()
Method Detail

createService

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

createService

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


copyright© 2001-2004 by webMethods All Rights Reserved.