Class RelationshipSoapDOMarshaler
java.lang.Object
com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOMarshaler
com.collabnet.ce.soap60.webservices.cemain.RelationshipSoapDOMarshaler
- All Implemented Interfaces:
SoapMarshaler
This is used when generic folder objects are used. The need here is from certain events using FolderDO's that
need to be marshaled and sent to custom event handlers. In these cases, we need to send the FolderSoapDO to
the handler.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SoapMarshaler
Returns the singleton class instance.Converts a RelationshipDO into a GenericRelationshipSoapDO.This is not currently supported.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOMarshaler
getCoreService, protectedRmiToSoap, protectedSoapToRmi
Methods inherited from class com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
isStateless
-
Method Details
-
getInstance
Returns the singleton class instance.- Returns:
- Singleton class instance.
-
soapToRmi
This is not currently supported.- Parameters:
soapObject
- The RelationshipSoapDO that should be marshaled.- Returns:
- The RelationshipDO that contains the information from the soap object.
- Throws:
SoapMarshalingException
- If there was a problem converting the soap object to an rmi object.
-
rmiToSoap
Converts a RelationshipDO into a GenericRelationshipSoapDO. This is used in custom event handlers since certain events throw plain RelationshipDO's into the object event (like relationship renames).- Parameters:
rmiObject
- The RelationshipDO that is being converted.- Returns:
- The soapDO representation of the rmi object.
- Throws:
SoapMarshalingException
- If there was a problem converting the rmi object into an soap object.
-