com.hammingweight.hammock.mocks.ksoap2.serialization
Class MockSoapPrimitive
java.lang.Object
org.ksoap2.serialization.SoapPrimitive
com.hammingweight.hammock.mocks.ksoap2.serialization.MockSoapPrimitive
- All Implemented Interfaces:
- IMockObject
public class MockSoapPrimitive
- extends org.ksoap2.serialization.SoapPrimitive
- implements IMockObject
Methods inherited from class org.ksoap2.serialization.SoapPrimitive |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MTHD_GET_NAME
public static final MockMethod MTHD_GET_NAME
MTHD_GET_NAMESPACE
public static final MockMethod MTHD_GET_NAMESPACE
MockSoapPrimitive
public MockSoapPrimitive(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
MockSoapPrimitive
public MockSoapPrimitive(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
IInvocationHandler handler)
setInvocationHandler
public final void setInvocationHandler(IInvocationHandler handler)
- Description copied from interface:
IMockObject
- Sets the invocation handler that the mock object should use to evaluate
method invocations.
- Specified by:
setInvocationHandler
in interface IMockObject
- Parameters:
handler
- The invocation handler to be used by the mock object.
getInvocationHandler
public final IInvocationHandler getInvocationHandler()
- Description copied from interface:
IMockObject
- Gets the invocation handler that the mock object uses to evaluate method
invocations.
- Specified by:
getInvocationHandler
in interface IMockObject
- Returns:
- The invocation handler used by the mock object.
getName
public java.lang.String getName()
- Overrides:
getName
in class org.ksoap2.serialization.SoapPrimitive
getNamespace
public java.lang.String getNamespace()
- Overrides:
getNamespace
in class org.ksoap2.serialization.SoapPrimitive