|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface modeling a ContactMarshaller.
| Method Summary | |
void |
marshallContact(java.io.OutputStream out,
Contact contact)
Marshalls a contact to the given OutputStream. |
void |
marshallContacts(java.io.OutputStream out,
Contact[] contacts)
Marshalls a group of contacts to the given OutputStream. |
void |
setEncoding(java.lang.String enc)
Sets the encoding used by this ContactMarshaller. |
| Method Detail |
public void setEncoding(java.lang.String enc)
enc - the encoding as String.
public void marshallContact(java.io.OutputStream out,
Contact contact)
out - the OutputStream to write to.contact - the Contact to be marshalled.
public void marshallContacts(java.io.OutputStream out,
Contact[] contacts)
out - the OutputStream to write to.contacts - the Contact[] to be marshalled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||