com.moximedia.aims
Interface AimsAxlObject

All Known Implementing Classes:
AimsFilter

public interface AimsAxlObject

This interface is provided to allow processes to call the toAxlString method on objects that implement this interface without needing to cast the object to it's type.


Method Summary
 java.lang.String toAxlString()
           
 

Method Detail

toAxlString

public java.lang.String toAxlString()