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
public abstract class AbstractStatelessSoapMarshaler extends Object implements SoapMarshaler
Abstract stateless SOAP marshaler. By default, this marshaller is stateless.
-
-
Constructor Summary
Constructors Constructor Description AbstractStatelessSoapMarshaler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStateless()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
-
-
-
-
Method Detail
-
isStateless
public boolean isStateless()
Description copied from interface:SoapMarshalerDetermines if this marshaller is stateless/cacheable.- Specified by:
isStatelessin interfaceSoapMarshaler- Returns:
- true if the the marshaller is stateless
- See Also:
SoapMarshaler.isStateless()
-
-