|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAMFSerializer
Provides access to high-level AMF serialization methods.
| Method Summary | |
|---|---|
IAMFWriter |
getWriter()
Obtains AMF Writer. |
void |
initSerializer(IAMFWriter pWriter,
IPropertySet pProps)
Write serialization options. |
void |
writeAMF0Header(String name,
boolean mustUnderstand,
Object value)
AMF message packet #2a call. |
void |
writeAMF0HeaderCount(short headerCount)
AMF message packet #2 call. |
void |
writeAMF0MessageCount(short messageCount)
AMF message packet #3 call. |
void |
writeAMF0MessageHeader(String targetURI,
String respURI,
int length)
AMF message packet #3a call. |
void |
writeAMF0MessageVersion(short sVersion)
AMF message packet #1 call. |
| Methods inherited from interface com.esri.arcgis.system.IExternalSerializer |
|---|
writeObject |
| Method Detail |
|---|
IAMFWriter getWriter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initSerializer(IAMFWriter pWriter,
IPropertySet pProps)
throws IOException,
AutomationException
pWriter - A reference to a com.esri.arcgis.system.IAMFWriter (in)pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeAMF0MessageVersion(short sVersion)
throws IOException,
AutomationException
sVersion - The sVersion (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeAMF0HeaderCount(short headerCount)
throws IOException,
AutomationException
headerCount - The headerCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeAMF0Header(String name,
boolean mustUnderstand,
Object value)
throws IOException,
AutomationException
name - The name (in)mustUnderstand - The mustUnderstand (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeAMF0MessageCount(short messageCount)
throws IOException,
AutomationException
messageCount - The messageCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeAMF0MessageHeader(String targetURI,
String respURI,
int length)
throws IOException,
AutomationException
targetURI - The targetURI (in)respURI - The respURI (in)length - The length (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||