Class ClientSoapMockStubFactory
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.ClientSoapMockStubFactory
-
public class ClientSoapMockStubFactory extends Object
Client side SOAP mock stub factory.
-
-
Constructor Summary
Constructors Constructor Description ClientSoapMockStubFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientSoapStubgetSoapStub(Class<?> soapInterface, String serverUrl)Returns client-side soap stub for the specified SOAP interface.
-
-
-
Method Detail
-
getSoapStub
public static ClientSoapStub getSoapStub(Class<?> soapInterface, String serverUrl)
Returns client-side soap stub for the specified SOAP interface.- Parameters:
soapInterface- SOAP interface for which to return the stub.serverUrl- SOAP server URL.- Returns:
- Client side soap stub.
-
-