Publishing Engine Programmer's Guide > PTC Arbortext Publishing > The Publishing Framework > The Outer Layer of the Publishing Framework > The Entry Point Functions > The compose_for_type_java Function
  
The compose_for_type_java Function
The entry point for Java programs is:
compose::compose_for_type_java(doc, string, delim)
doc
is the document to be published
string
is a string containing an encoded version of the associative parameter array
delim
is the character used to separate name and value pairs in the string
This function calls the ACL routine epicutil::UnserializeKeyed to translate the string into an ACL associative array, and then calls the compose_for_type function. This function is primarily used by the Arbortext Publishing Engine Server Composer, described in Arbortext Publishing Engine Server Composer.