NamespacePrefixAccumulator prefixAccumulator,
NameManager nameManager) {
super(serviceInfo);
this.endpointAddress = endpointAddress;
code = new StringBuilder();
utils = new JavascriptUtils(code);
this.nameManager = nameManager;
xmlSchemaCollection = serviceInfo.getXmlSchemaCollection();
this.prefixAccumulator = prefixAccumulator;
}