Class TagSoapRowMarshaler
java.lang.Object
com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
com.collabnet.ce.soap60.marshaling.AbstractSoapMarshaler
com.collabnet.ce.soap60.webservices.tag.TagSoapMarshaler
com.collabnet.ce.soap60.webservices.tag.TagSoapRowMarshaler
- All Implemented Interfaces:
SoapMarshaler
Marshaler class for TagSoapRow.
- Since:
- 17.4
-
Method Summary
Modifier and TypeMethodDescriptionstatic SoapMarshaler
getInstance
(com.vasoftware.sf.server.types.UserSessionKey sessionKey) Returns the singleton class instance.protected void
protectedRmiToSoap
(Object soapObject, Object rmiObject) Unmarshals data from an rmi object to a given SOAP object.Unmarshals an object used by RMI APIs to a SOAP objectMethods inherited from class com.collabnet.ce.soap60.webservices.tag.TagSoapMarshaler
getUserName, protectedSoapToRmi, soapToRmi
Methods inherited from class com.collabnet.ce.soap60.marshaling.AbstractSoapMarshaler
getCoreService
Methods inherited from class com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
isStateless
-
Method Details
-
getInstance
Returns the singleton class instance.- Returns:
- Singleton class instance.
-
rmiToSoap
Description copied from interface:SoapMarshaler
Unmarshals an object used by RMI APIs to a SOAP object- Parameters:
rmiObject
- Object used by RMI apis.- Returns:
- Unmarshaled SOAP object.
- Throws:
SoapMarshalingException
- when an error is encountered during unmarshaling.- See Also:
-
protectedRmiToSoap
protected void protectedRmiToSoap(Object soapObject, Object rmiObject) throws SoapMarshalingException Description copied from class:AbstractSoapMarshaler
Unmarshals data from an rmi object to a given SOAP object. This protected method is primarily used by the marshaler classes to unmarshal members from a super-class marshaler.- Overrides:
protectedRmiToSoap
in classAbstractSoapMarshaler
- Parameters:
soapObject
- SOAP object.rmiObject
- RMI object.- Throws:
SoapMarshalingException
- when an error is encountered during marshaling.- See Also:
-