Class ClientSoapMockStubFactory
java.lang.Object
com.collabnet.ce.soap60.webservices.ClientSoapMockStubFactory
Client side SOAP mock stub factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientSoapStub
getSoapStub
(Class<?> soapInterface, String serverUrl) Returns client-side soap stub for the specified SOAP interface.
-
Constructor Details
-
ClientSoapMockStubFactory
public ClientSoapMockStubFactory()
-
-
Method Details
-
getSoapStub
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.
-