Class AbstractStatelessSoapMarshaler
java.lang.Object
com.collabnet.ce.soap60.marshaling.AbstractStatelessSoapMarshaler
- All Implemented Interfaces:
SoapMarshaler
- Direct Known Subclasses:
AbstractSoapMarshaler
,DocumentFolderFieldValueSoapDOMarshaler
,ExternalSystemSoapDOMarshaler
,FieldValueHierarchyHelperMarshaler
,FieldValueMapMarshaler
,FolderPathMarshaler
,ItemPathMarshaler
,LocaleMarshaler
,NamedValuesMarshaler
,ObjectSoapDOMarshaler
,PlanningStatusValueSoapDOMarshaler
,ProjectPathMarshaler
,RepositoryParameter2SoapDOMarshaler
,ScmFileListToNamedValuesSoapMarshaler
,TrackerFieldValueSoapDOMarshaler
,UserStatusMarshaler
,ValueMapMarshaler
Abstract stateless SOAP marshaler. By default, this marshaller is stateless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if this marshaller is stateless/cacheable.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.collabnet.ce.soap60.marshaling.SoapMarshaler
rmiToSoap, soapToRmi
-
Constructor Details
-
AbstractStatelessSoapMarshaler
public AbstractStatelessSoapMarshaler()
-
-
Method Details
-
isStateless
public boolean isStateless()Description copied from interface:SoapMarshaler
Determines if this marshaller is stateless/cacheable.- Specified by:
isStateless
in interfaceSoapMarshaler
- Returns:
- true if the the marshaller is stateless
- See Also:
-