if (/*containsAnno != null ||*/ contentType != null && xmlRpcType != Type.BASE64 )
{
containerContent = createFrom( new Annotation[0], contentType, getClassFromType( contentType ) );
}
XmlRpcBean xmlRpcBeanAnno = AnnotationUtils.getAnnotationForClass( apiParameterClass, XmlRpcBean.class );
if (xmlRpcBeanAnno != null)
{
try
{
xmlRpcType = Type.STRUCT;