1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 25 23:29:21 CET 2008 -->
<TITLE>
BoundClass (JiBX Java data binding to XML - Version 1.0)
</TITLE>
<META NAME="date" CONTENT="2008-01-25">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BoundClass (JiBX Java data binding to XML - Version 1.0)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes"><B>PREV CLASS</B></A>
<A HREF="../../../../org/jibx/binding/classes/BranchTarget.html" title="class in org.jibx.binding.classes"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/jibx/binding/classes/BoundClass.html" target="_top"><B>FRAMES</B></A>
<A HREF="BoundClass.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.jibx.binding.classes</FONT>
<BR>
Class BoundClass</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.jibx.binding.classes.BoundClass</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>BoundClass</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Bound class handler. Each instance controls and organizes information for a
class included in one or more binding definitions.
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>1.0</DD>
<DT><B>Author:</B></DT>
<DD>Dennis M. Sosnoski</DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#ACCESS_PREFIX">ACCESS_PREFIX</A></B></CODE>
<BR>
Prefix used for access methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static org.apache.bcel.generic.Type[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#EMPTY_TYPE_ARGS">EMPTY_TYPE_ARGS</A></B></CODE>
<BR>
Empty argument type array.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#GENERIC_MUNGE_CLASS">GENERIC_MUNGE_CLASS</A></B></CODE>
<BR>
Class used for code munging when no specific class available.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#m_boundClass">m_boundClass</A></B></CODE>
<BR>
Bound class file information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.util.HashMap</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#m_loadMap">m_loadMap</A></B></CODE>
<BR>
Map from field or method to load access method (lazy create,
<code>null</code> if not used).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#m_mungedClass">m_mungedClass</A></B></CODE>
<BR>
Class receiving code generated for target class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.util.HashMap</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#m_storeMap">m_storeMap</A></B></CODE>
<BR>
Map from field or method to store access method (lazy create,
<code>null</code> if not used).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static <A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#s_genericMunge">s_genericMunge</A></B></CODE>
<BR>
Class used for code generation proxy with unmodifiable classes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#s_modifyPackage">s_modifyPackage</A></B></CODE>
<BR>
Package of first modifiable class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static java.io.File</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#s_modifyRoot">s_modifyRoot</A></B></CODE>
<BR>
Root for package of first modifiable class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static java.util.HashMap</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#s_nameMap">s_nameMap</A></B></CODE>
<BR>
Map from bound class name (or bound and munged combination) to binding
information.</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#BoundClass(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)">BoundClass</A></B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</CODE>
<BR>
Constructor.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#addFactory(java.lang.String)">addFactory</A></B>(java.lang.String fact)</CODE>
<BR>
Add binding factory to class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#createInstance(java.lang.String, org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)">createInstance</A></B>(java.lang.String key,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</CODE>
<BR>
Create binding information for class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#deriveClassName(java.lang.String, java.lang.String)">deriveClassName</A></B>(java.lang.String prefix,
java.lang.String suffix)</CODE>
<BR>
Derive generated class name for bound class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#findOrCreateInstance(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)">findOrCreateInstance</A></B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</CODE>
<BR>
Find or create binding information for class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getClassFile()">getClassFile</A></B>()</CODE>
<BR>
Get bound class file information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getClassName()">getClassName</A></B>()</CODE>
<BR>
Get bound class file name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getInstance(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.BoundClass)">getInstance</A></B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> cf,
<A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> context)</CODE>
<BR>
Get binding information for class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getInstance(java.lang.String, org.jibx.binding.classes.BoundClass)">getInstance</A></B>(java.lang.String name,
<A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> context)</CODE>
<BR>
Get binding information for class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getLoadMethod(org.jibx.binding.classes.ClassItem, org.jibx.binding.classes.ClassFile)">getLoadMethod</A></B>(<A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> item,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> from)</CODE>
<BR>
Get load access method for member of this class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getMungedFile()">getMungedFile</A></B>()</CODE>
<BR>
Get munged class file information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getStoreMethod(org.jibx.binding.classes.ClassItem, org.jibx.binding.classes.ClassFile)">getStoreMethod</A></B>(<A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> item,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> from)</CODE>
<BR>
Get store access method for member of this class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes">BindingMethod</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getUniqueMethod(org.jibx.binding.classes.MethodBuilder)">getUniqueMethod</A></B>(<A HREF="../../../../org/jibx/binding/classes/MethodBuilder.html" title="class in org.jibx.binding.classes">MethodBuilder</A> builder)</CODE>
<BR>
Get unique method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes">BindingMethod</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#getUniqueNamed(org.jibx.binding.classes.MethodBuilder)">getUniqueNamed</A></B>(<A HREF="../../../../org/jibx/binding/classes/MethodBuilder.html" title="class in org.jibx.binding.classes">MethodBuilder</A> builder)</CODE>
<BR>
Get unique method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#isDirectAccess()">isDirectAccess</A></B>()</CODE>
<BR>
Check if class being changed directly.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#reset()">reset</A></B>()</CODE>
<BR>
Discard cached information and reset in preparation for a new binding
run.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#setFactoryList()">setFactoryList</A></B>()</CODE>
<BR>
Generate factory list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jibx/binding/classes/BoundClass.html#setModify(java.io.File, java.lang.String)">setModify</A></B>(java.io.File root,
java.lang.String pkg)</CODE>
<BR>
Discard cached information and reset in preparation for a new binding
run.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="GENERIC_MUNGE_CLASS"><!-- --></A><H3>
GENERIC_MUNGE_CLASS</H3>
<PRE>
private static final java.lang.String <B>GENERIC_MUNGE_CLASS</B></PRE>
<DL>
<DD>Class used for code munging when no specific class available.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jibx.binding.classes.BoundClass.GENERIC_MUNGE_CLASS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ACCESS_PREFIX"><!-- --></A><H3>
ACCESS_PREFIX</H3>
<PRE>
private static final java.lang.String <B>ACCESS_PREFIX</B></PRE>
<DL>
<DD>Prefix used for access methods.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jibx.binding.classes.BoundClass.ACCESS_PREFIX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EMPTY_TYPE_ARGS"><!-- --></A><H3>
EMPTY_TYPE_ARGS</H3>
<PRE>
private static final org.apache.bcel.generic.Type[] <B>EMPTY_TYPE_ARGS</B></PRE>
<DL>
<DD>Empty argument type array.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="s_nameMap"><!-- --></A><H3>
s_nameMap</H3>
<PRE>
private static java.util.HashMap <B>s_nameMap</B></PRE>
<DL>
<DD>Map from bound class name (or bound and munged combination) to binding
information.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="s_modifyPackage"><!-- --></A><H3>
s_modifyPackage</H3>
<PRE>
private static java.lang.String <B>s_modifyPackage</B></PRE>
<DL>
<DD>Package of first modifiable class.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="s_modifyRoot"><!-- --></A><H3>
s_modifyRoot</H3>
<PRE>
private static java.io.File <B>s_modifyRoot</B></PRE>
<DL>
<DD>Root for package of first modifiable class.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="s_genericMunge"><!-- --></A><H3>
s_genericMunge</H3>
<PRE>
private static <A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> <B>s_genericMunge</B></PRE>
<DL>
<DD>Class used for code generation proxy with unmodifiable classes.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="m_boundClass"><!-- --></A><H3>
m_boundClass</H3>
<PRE>
private final <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> <B>m_boundClass</B></PRE>
<DL>
<DD>Bound class file information.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="m_mungedClass"><!-- --></A><H3>
m_mungedClass</H3>
<PRE>
private final <A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> <B>m_mungedClass</B></PRE>
<DL>
<DD>Class receiving code generated for target class.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="m_loadMap"><!-- --></A><H3>
m_loadMap</H3>
<PRE>
private java.util.HashMap <B>m_loadMap</B></PRE>
<DL>
<DD>Map from field or method to load access method (lazy create,
<code>null</code> if not used).
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="m_storeMap"><!-- --></A><H3>
m_storeMap</H3>
<PRE>
private java.util.HashMap <B>m_storeMap</B></PRE>
<DL>
<DD>Map from field or method to store access method (lazy create,
<code>null</code> if not used).
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="BoundClass(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)"><!-- --></A><H3>
BoundClass</H3>
<PRE>
private <B>BoundClass</B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</PRE>
<DL>
<DD>Constructor.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>bound</CODE> - target class file information<DD><CODE>munge</CODE> - class file for class hosting generated code</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getClassFile()"><!-- --></A><H3>
getClassFile</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> <B>getClassFile</B>()</PRE>
<DL>
<DD>Get bound class file information.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>class file information for bound class</DL>
</DD>
</DL>
<HR>
<A NAME="getClassName()"><!-- --></A><H3>
getClassName</H3>
<PRE>
public java.lang.String <B>getClassName</B>()</PRE>
<DL>
<DD>Get bound class file name.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>name of bound class</DL>
</DD>
</DL>
<HR>
<A NAME="getMungedFile()"><!-- --></A><H3>
getMungedFile</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> <B>getMungedFile</B>()</PRE>
<DL>
<DD>Get munged class file information.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>class file information for class being modified</DL>
</DD>
</DL>
<HR>
<A NAME="isDirectAccess()"><!-- --></A><H3>
isDirectAccess</H3>
<PRE>
public boolean <B>isDirectAccess</B>()</PRE>
<DL>
<DD>Check if class being changed directly.
<P>
<DD><DL>
<DT><B>Returns:</B><DD><code>true</code> if bound class is being modified,
<code>false</code> if using a surrogate</DL>
</DD>
</DL>
<HR>
<A NAME="getLoadMethod(org.jibx.binding.classes.ClassItem, org.jibx.binding.classes.ClassFile)"><!-- --></A><H3>
getLoadMethod</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> <B>getLoadMethod</B>(<A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> item,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> from)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get load access method for member of this class. If the access method
does not already exist it's created by this call. If the access method
does exist but without access from the context class, the access
permission on the method is broadened (from package to protected or
public, or from protected to public).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>item</CODE> - field or method to be accessed<DD><CODE>from</CODE> - context class from which access is required
<DT><B>Returns:</B><DD>the item itself if it's accessible from the required context, an
access method that is accessible if the item is not itself
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="getStoreMethod(org.jibx.binding.classes.ClassItem, org.jibx.binding.classes.ClassFile)"><!-- --></A><H3>
getStoreMethod</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> <B>getStoreMethod</B>(<A HREF="../../../../org/jibx/binding/classes/ClassItem.html" title="class in org.jibx.binding.classes">ClassItem</A> item,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> from)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get store access method for member of this class. If the access method
does not already exist it's created by this call. If the access method
does exist but without access from the context class, the access
permission on the method is broadened (from package to protected or
public, or from protected to public).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>item</CODE> - field or method to be accessed<DD><CODE>from</CODE> - context class from which access is required
<DT><B>Returns:</B><DD>the item itself if it's accessible from the required context, an
access method that is accessible if the item is not itself
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="getUniqueMethod(org.jibx.binding.classes.MethodBuilder)"><!-- --></A><H3>
getUniqueMethod</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes">BindingMethod</A> <B>getUniqueMethod</B>(<A HREF="../../../../org/jibx/binding/classes/MethodBuilder.html" title="class in org.jibx.binding.classes">MethodBuilder</A> builder)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get unique method. Just delegates to the modified class handling, with
unique suffix appended to method name.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>builder</CODE> - method to be defined
<DT><B>Returns:</B><DD>defined method item
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="getUniqueNamed(org.jibx.binding.classes.MethodBuilder)"><!-- --></A><H3>
getUniqueNamed</H3>
<PRE>
public <A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes">BindingMethod</A> <B>getUniqueNamed</B>(<A HREF="../../../../org/jibx/binding/classes/MethodBuilder.html" title="class in org.jibx.binding.classes">MethodBuilder</A> builder)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get unique method. Just delegates to the modified class handling. The
supplied name is used without change.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>builder</CODE> - method to be defined
<DT><B>Returns:</B><DD>defined method item
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="addFactory(java.lang.String)"><!-- --></A><H3>
addFactory</H3>
<PRE>
public void <B>addFactory</B>(java.lang.String fact)</PRE>
<DL>
<DD>Add binding factory to class. Makes sure that there's no surrogate class
for code generation, then delegates to the modified class handling.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fact</CODE> - binding factory name</DL>
</DD>
</DL>
<HR>
<A NAME="setFactoryList()"><!-- --></A><H3>
setFactoryList</H3>
<PRE>
public void <B>setFactoryList</B>()
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Generate factory list. Makes sure that there's no surrogate class for
code generation, then delegates to the modified class handling.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="createInstance(java.lang.String, org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)"><!-- --></A><H3>
createInstance</H3>
<PRE>
private static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> <B>createInstance</B>(java.lang.String key,
<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</PRE>
<DL>
<DD>Create binding information for class. This creates the combination of
bound class and (if different) munged class and adds it to the internal
tables.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - text identifier for this bound class and munged class
combination<DD><CODE>bound</CODE> - class information for bound class<DD><CODE>munge</CODE> - information for surrogate class receiving generated code, or
<code>null</code> if no separate class
<DT><B>Returns:</B><DD>binding information for class</DL>
</DD>
</DL>
<HR>
<A NAME="findOrCreateInstance(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.MungedClass)"><!-- --></A><H3>
findOrCreateInstance</H3>
<PRE>
private static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> <B>findOrCreateInstance</B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> bound,
<A HREF="../../../../org/jibx/binding/classes/MungedClass.html" title="class in org.jibx.binding.classes">MungedClass</A> munge)</PRE>
<DL>
<DD>Find or create binding information for class. If the combination of bound
class and munged class already exists it's returned directly, otherwise
it's created and returned.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>bound</CODE> - class information for bound class<DD><CODE>munge</CODE> - information for surrogate class receiving generated code
<DT><B>Returns:</B><DD>binding information for class</DL>
</DD>
</DL>
<HR>
<A NAME="getInstance(org.jibx.binding.classes.ClassFile, org.jibx.binding.classes.BoundClass)"><!-- --></A><H3>
getInstance</H3>
<PRE>
public static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> <B>getInstance</B>(<A HREF="../../../../org/jibx/binding/classes/ClassFile.html" title="class in org.jibx.binding.classes">ClassFile</A> cf,
<A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> context)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get binding information for class. This finds the class in which code
generation for the target class takes place. Normally this class will be
the target class itself, but in cases where the target class is not
modifiable an alternate class will be used. This can take two forms. If
the context class is provided and it is a subclass of the target class,
code for the target class is instead added to the context class. If there
is no context class, or if the context class is not a subclass of the
target class, a unique catch-all class is used.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cf</CODE> - bound class information<DD><CODE>context</CODE> - context class for code generation, or <code>null</code>
if no context
<DT><B>Returns:</B><DD>binding information for class
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="getInstance(java.lang.String, org.jibx.binding.classes.BoundClass)"><!-- --></A><H3>
getInstance</H3>
<PRE>
public static <A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> <B>getInstance</B>(java.lang.String name,
<A HREF="../../../../org/jibx/binding/classes/BoundClass.html" title="class in org.jibx.binding.classes">BoundClass</A> context)
throws <A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></PRE>
<DL>
<DD>Get binding information for class. This version takes a fully-qualified
class name, calling the paired method if necessary to create a new
instance.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - fully qualified name of bound class<DD><CODE>context</CODE> - context class for code generation, or <code>null</code>
if no context
<DT><B>Returns:</B><DD>binding information for class
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/jibx/runtime/JiBXException.html" title="class in org.jibx.runtime">JiBXException</A></CODE> - on configuration error</DL>
</DD>
</DL>
<HR>
<A NAME="reset()"><!-- --></A><H3>
reset</H3>
<PRE>
public static void <B>reset</B>()</PRE>
<DL>
<DD>Discard cached information and reset in preparation for a new binding
run.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setModify(java.io.File, java.lang.String)"><!-- --></A><H3>
setModify</H3>
<PRE>
public static void <B>setModify</B>(java.io.File root,
java.lang.String pkg)</PRE>
<DL>
<DD>Discard cached information and reset in preparation for a new binding
run.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="deriveClassName(java.lang.String, java.lang.String)"><!-- --></A><H3>
deriveClassName</H3>
<PRE>
public java.lang.String <B>deriveClassName</B>(java.lang.String prefix,
java.lang.String suffix)</PRE>
<DL>
<DD>Derive generated class name for bound class. This generates a JiBX class
name from the name of this class, using the supplied prefix and suffix
information. The derived class name is always in the same package as the
munged class for this class.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>prefix</CODE> - generated class name prefix<DD><CODE>suffix</CODE> - generated class name suffix
<DT><B>Returns:</B><DD>derived class name</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/jibx/binding/classes/BindingMethod.html" title="class in org.jibx.binding.classes"><B>PREV CLASS</B></A>
<A HREF="../../../../org/jibx/binding/classes/BranchTarget.html" title="class in org.jibx.binding.classes"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/jibx/binding/classes/BoundClass.html" target="_top"><B>FRAMES</B></A>
<A HREF="BoundClass.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<table width='80%%'><tr><td width='50%%'><p align='center'><a href='http://www.jibx.org/' target='_top'><font size='3'><b>Project Web Site</b></font></a></td><td width='50%%'><p align='center'></td></tr></table>
</BODY>
</HTML>
|