Class TagSoapMarshaler
java.lang.Object
com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
com.collabnet.ce.soap60.marshaling.AbstractSoapMarshaler
com.collabnet.ce.soap60.webservices.tag.TagSoapMarshaler
- All Implemented Interfaces:
SoapMarshaler
- Direct Known Subclasses:
TagSoapDOMarshalar,TagSoapListMarshaler,TagSoapRowMarshaler
Tag SOAP Marshaler
- Since:
- 17.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetUserName(String userId, com.vasoftware.sf.server.types.UserSessionKey sessionKey) Gets the userName for a specified userIDprotected voidprotectedSoapToRmi(Object soapObject, Object rmiObject) Marshals data from a soap object to a given rmi object.Converts a SOAP object to an object type required by RMI APIs.Methods inherited from class com.collabnet.ce.soap60.marshaling.AbstractSoapMarshaler
getCoreService, protectedRmiToSoapMethods inherited from class com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
isStatelessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.collabnet.ce.soap60.marshaling.SoapMarshaler
rmiToSoap
-
Constructor Details
-
TagSoapMarshaler
public TagSoapMarshaler()
-
-
Method Details
-
soapToRmi
Description copied from interface:SoapMarshalerConverts a SOAP object to an object type required by RMI APIs.- Parameters:
soapObject- SOAP object to marshal.- Returns:
- Object required by RMI APIs.
- Throws:
SoapMarshalingException- when an error is encountered during marshaling.- See Also:
-
protectedSoapToRmi
protected void protectedSoapToRmi(Object soapObject, Object rmiObject) throws SoapMarshalingException Description copied from class:AbstractSoapMarshalerMarshals data from a soap object to a given rmi object. This protected method is primarily used by marshaler classes to marshal members from a super-class marshaler.- Overrides:
protectedSoapToRmiin classAbstractSoapMarshaler- Parameters:
soapObject- SOAP object.rmiObject- RMI object.- Throws:
SoapMarshalingException- when an error is encountered during marshaling.- See Also:
-
getUserName
protected static String getUserName(String userId, com.vasoftware.sf.server.types.UserSessionKey sessionKey) Gets the userName for a specified userID- Parameters:
userId- the user id- Returns:
- the username
-