Class TagSoapDOMarshalar
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.TagSoapDOMarshalar
- All Implemented Interfaces:
SoapMarshaler
Marshaler class for TagSoapDO.
- Since:
- 17.4
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagSoapDOMarshalargetInstance(com.vasoftware.sf.server.types.UserSessionKey sessionKey) Returns the singleton class instance.protected voidprotectedRmiToSoap(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, soapToRmiMethods inherited from class com.collabnet.ce.soap60.marshaling.AbstractSoapMarshaler
getCoreServiceMethods inherited from class com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
isStateless
-
Method Details
-
getInstance
public static TagSoapDOMarshalar getInstance(com.vasoftware.sf.server.types.UserSessionKey sessionKey) Returns the singleton class instance.- Returns:
- Singleton class instance.
-
rmiToSoap
Description copied from interface:SoapMarshalerUnmarshals 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:AbstractSoapMarshalerUnmarshals 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:
protectedRmiToSoapin classAbstractSoapMarshaler- Parameters:
soapObject- SOAP object.rmiObject- RMI object.- Throws:
SoapMarshalingException- when an error is encountered during marshaling.- See Also:
-