com.jproxy.samples.soap.test
Interface ITestService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
ITestServiceLocator

public interface ITestService
extends javax.xml.rpc.Service


Method Summary
 ITest getJProxyTest()
           
 ITest getJProxyTest(java.net.URL portAddress)
           
 java.lang.String getJProxyTestAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getJProxyTestAddress

public java.lang.String getJProxyTestAddress()

getJProxyTest

public ITest getJProxyTest()
                    throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getJProxyTest

public ITest getJProxyTest(java.net.URL portAddress)
                    throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © JProxy LLC. All Rights Reserved.