<br><font size=2 face="sans-serif">$B$*@$OC$K$J$j$^$9!#(B</font>
<br><font size=2 face="sans-serif">$B>>K\$H?=$7$^$9!#(B</font>
<br>
<br><font size=2 face="sans-serif">S2Flex$B$r;HMQ$7$?%W%m%@%/%H$G$N(BCSRF$BBP:v$K$D$$$F!"0JA0!"<ALd$r$5$;$FD:$-$^$7$?$,!"(B</font>
<br><font size=2 face="sans-serif">$BFbMF$,B?>/6qBNE*$K$J$j$^$7$?$N$G!":FEY!"<ALd$5$;$FD:$-$^$9!#(B</font>
<br><font size=2 face="sans-serif">$B$4=u8@$rD:$1$^$7$?$i!"=u$+$j$^$9!#(B</font>
<br>
<br>
<br><font size=2 face="sans-serif"><b>$B!Z=$@5J}?K![(B</b></font>
<br>
<br><font size=2 face="sans-serif">$B2<5-$N$h$&$J=$@5J}?K$rN)$F$^$7$?!#(B</font>
<br><font size=2 face="sans-serif">$B-!%5!<%PB&$N3F%a%=%C%I$N%Q%i%a!<%?$KG'>ZMQ%H!<%/%s$rDI2C!J0lHV:G8e!K(B</font>
<br><font size=2 face="sans-serif">$B-"%/%i%$%"%s%H$+$i$O!"G'>ZMQ%H!<%/%s$r%a%=%C%I%Q%i%a!<%?$H$7$FEO$9(B</font>
<br><font size=2 face="sans-serif">$B-#%5!<%PB&$O!"(BAOP$B$N(BIntercepter$B$G%H!<%/%s%A%'%C%/=hM}$r9T$&!#(B</font>
<br>
<br>
<br><font size=2 face="sans-serif"><b>$B!Z%3!<%I%5%s%W%k![(B</b></font>
<br><font size=2 face="sans-serif">&quot;token&quot;$B$H$$$&%Q%i%a!<%?$,G'>ZMQ$N%H!<%/%s$G$9!#(B</font>
<br>
<br><font size=2 face="sans-serif">===== Action Script =====</font>
<br><font size=2 face="sans-serif">$B!{!!(BXXX.as(Action Script)</font>
<br><font size=2 face="sans-serif">private function onXXX(params:Array):void
{</font>
<br><font size=2 face="sans-serif">//$B%H!<%/%s$r<hF@$7$F!"%5!<%S%9%a%=%C%I$N%Q%i%a!<%?$KEO$9(B</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; var
token:String;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; token
= getToken();</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; S2FlexFactory.create(this,
&quot;XXXService&quot;, onYYY).service.setXXX(param1 ,token);</font>
<br>
<br>
<br><font size=2 face="sans-serif">private function onYYY(params:Array):void
{</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br><font size=2 face="sans-serif">}</font>
<br>
<br><font size=2 face="sans-serif">===== Java =====</font>
<br><font size=2 face="sans-serif">$B!{!!(BXXXServiceImpl.java</font>
<br><font size=2 face="sans-serif">@Aspect(&quot;xxxInterceptor&quot;)</font>
<br><font size=2 face="sans-serif">public RetBooleanDto setXXX(String param1,
String token) {</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br><font size=2 face="sans-serif">}</font>
<br>
<br><font size=2 face="sans-serif">$B!{!!(BXXXInterceptor.java</font>
<br><font size=2 face="sans-serif">package aop;</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br>
<br><font size=2 face="sans-serif">import org.aopalliance.intercept.MethodInvocation;</font>
<br><font size=2 face="sans-serif">import org.seasar.framework.aop.interceptors.AbstractInterceptor;</font>
<br><font size=2 face="sans-serif">import org.seasar.framework.container.S2Container;</font>
<br><font size=2 face="sans-serif">import org.seasar.framework.container.factory.SingletonS2ContainerFactory;</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=2 face="sans-serif">public class XXXInterceptor extends
AbstractInterceptor &nbsp;{</font>
<br>
<br><font size=2 face="sans-serif">protected Log log = LogFactory.getLog(this.getClass());</font>
<br><font size=2 face="sans-serif">public Object invoke(MethodInvocation
invocation)throws Throwable {</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; //$B%H!<%/%s$r%5!<%S%94X?t$N%Q%i%a!<%?$+$i<hF@$9$k(B</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; String
token = (String)args[args.length - 1];</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; //$B%H!<%/%s$r%A%'%C%/$9$k(B</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; }</font>
<br><font size=2 face="sans-serif">}</font>
<br>
<br><font size=2 face="sans-serif">===== daicon =====</font>
<br><font size=2 face="sans-serif">$B!{(Bapp.dicon</font>
<br><font size=2 face="sans-serif">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</font>
<br><font size=2 face="sans-serif">&lt;!DOCTYPE components PUBLIC &quot;-//SEASAR//DTD
S2Container 2.4//EN&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; </font><a href=http://www.seasar.org/dtd/components24.dtd><font size=2 face="sans-serif">http://www.seasar.org/dtd/components24.dtd&gt;</font></a>
<br><font size=2 face="sans-serif">&lt;components&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;include
path=&quot;tokenCherkAop.dicon&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $B!A!A!A>JN,!A!A!A(B</font>
<br><font size=2 face="sans-serif">&lt;/components&gt;</font>
<br>
<br><font size=2 face="sans-serif">$B!{!!(BtokenCherkAop.dicon</font>
<br><font size=2 face="sans-serif">&lt;?xml version=&quot;1.0&quot; encoding=&quot;Shift_JIS&quot;?&gt;
&nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="sans-serif">&lt;!DOCTYPE components PUBLIC &quot;-//SEASAR//DTD
S2Container 2.4//EN&quot; &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; </font><a href=http://www.seasar.org/dtd/components24.dtd><font size=2 face="sans-serif">http://www.seasar.org/dtd/components24.dtd&gt;</font></a>
<br><font size=2 face="sans-serif">&lt;components&gt; &nbsp; &nbsp; &nbsp;
&nbsp;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;component
name=&quot;XXXInterceptor&quot; instance=&quot;request&quot; class=&quot;aop.XXXInterceptor&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&lt;/components&gt; &nbsp; &nbsp; &nbsp;
&nbsp;</font>
<br>
<br>
<br><font size=2 face="sans-serif"><b>$B!Z<ALdFbMF![(B</b></font>
<br>
<br><font size=2 face="sans-serif">$B%5!<%PB&$O(BAOP$B$G0l2U=j$G$N%A%'%C%/=hM}$G<B8=$G$-$^$9$,!"(B</font>
<br><font size=2 face="sans-serif">$B%/%i%$%"%s%H$+$i$NG'>ZMQ%H!<%/%s$NEO$7J}$H$7$F!"(B</font>
<br><font size=2 face="sans-serif">$B3F%a%=%C%I$N%Q%i%a!<%?$H$7$F%5!<%PB&$GEO$9<BAuJ}K!$K$J$j$^$7$?!#(B</font>
<br>
<br><font size=2 face="sans-serif">$B$b$C$HE,@Z$JJ}K!$,$J$$$+$H!"<+J,$J$j$KD4$Y$F$_$^$7$?$,!"$J$+$J$+NI$$J}K!$,8+$D$+$j$^$;$s!#(B</font>
<br>
<br><font size=2 face="sans-serif">$B$h$jE,@Z$J<BAuJ}K!$r$4B8CN$NJ}$,$$$i$C$7$c$$$^$7$?$i!"$4=u8@D:$1$k$H=u$+$j$^$9!#(B</font>
<br>
<br>
<br><font size=2 face="sans-serif">$B$h$m$7$/$*4j$$CW$7$^$9!#(B</font>
<br>
<br>
<br><font size=2 face="sans-serif">$B>>K\(B</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Manabu_Matsumoto@sis2.saison.co.jp</b>
</font>
<br><font size=1 face="sans-serif">$BAw?.<T(B: seasar-user-bounces@ml.seasar.org</font>
<p><font size=1 face="sans-serif">2011/05/12 12:54</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">seasar-user@ml.seasar.org
$B$X(B<br>
$BJV?.$7$F$/$@$5$$(B</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">$B08@h(B</font></div>
<td><font size=1 face="sans-serif">Seasar-user@ml.seasar.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">$B7oL>(B</font></div>
<td><font size=1 face="sans-serif">[Seasar-user:20745] S2Flex2 $B$r;HMQ$7$?>l9g$N(BCSRF$BBP:v$K$D$$$F(B</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
$B$O$8$a$^$7$F!#>>K\$H?=$7$^$9!#(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
S2Flex$B$r;HMQ$7$F%7%9%F%`$r9=C[$7$F$*$j$^$9!#(B</font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$B8=:_!"(BCSRF($B%/%m%9%5%$%H!&%j%/%(%9%H!&%U%)!<%8%'%j!<(B)$BBP:v$N<BAuJ}K!$r8!F$$7$F$*$jG:$s$G$*$j$^$9!#(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
$B;d$NCN<1ITB-$@$H;W$$$^$9$,!"BP:v$r<B;\$5$l$?J}$d%R%s%H$r$*;}$A$NJ}$K$465<x$rD:$1$l$P9,$$$G$9!#(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><b><br>
$B!ZA0Ds![(B</b></font><font size=3 face="sans-serif"> </font><font size=2 face="sans-serif"><br>
S2Flex$B!"6qBNE*$K$O(B</font><font size=2 face="Courier New">S2Flex2Service</font><font size=2 face="sans-serif">$B$r;HMQ$7$F!"%5!<%P!<$KEPO?$5$l$?%5!<%S%9$r8F$S=P$7$F$$$k!#(B</font><font size=3 face="sans-serif">
<br>
<br>
</font><font size=2 face="sans-serif"><b><br>
$B!Z(BCSRF$BBP:v$K$D$$$F![(B</b></font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$B%5!<%S%98F$S=P$7$NA4$F$N2U=j$G(BCSRF$BBP:v$N<BAu$r9T$$$?$$$H9M$($F$$$^$9!#(B</font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$BFbMF$r4JC1$K5-:\$9$k$H2<5-FbMF$G$9!#(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
$B-!%5!<%P$O!"%o%s%?%$%`%H!<%/%s$r%j%/%(%9%H;~$K%l%9%]%s%9$H$7$FJV$9(B</font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$B-"%/%i%$%"%s%H$O!"%5!<%S%98F$S=P$7;~$K!"-!$GH/9T$5$l$?%o%s%?%$%`%H!<%/%s$rEO$9(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
$B2DG=$G$"$l$P!"%/%i%$%"%s%HB&!J(BFlex$B!K!"%5!<%PB&(B(Java)$B$G$=$l$>$l0l2U=j$N<BAu$GBP1~$7$?$$$H;W$C$F$$$^$9!#(B</font><font size=3 face="sans-serif">
<br>
<br>
</font><font size=2 face="sans-serif"><b><br>
$B!Z:$$C$F$$$k;v![(B</b></font><font size=3 face="sans-serif"> </font><font size=2 face="sans-serif"><br>
$B%o%s%?%$%`%H!<%/%s$N<u$1EO$7$N$?$a!"(B</font><font size=2 face="Courier New">S2Flex2Service$B$N%j%/%(%9%H$H%l%9%]%s%9$NA4(B</font><font size=2 face="sans-serif">$B2U=j$K(B</font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$B$=$l$>$l<BAu$7$J$1$l$P$J$i$J$$$N$G$O$H;W$C$F$$$^$9!#(B</font><font size=3 face="sans-serif">
</font><font size=2 face="sans-serif"><br>
$B$J$s$H$+%7%s%W%k$J<BAu$K:Q$^$;$?$$$G$9!#(B</font><font size=3 face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
$B%5!<%PB&$O!"(Bfilter$B$rMxMQ$9$l$P2DG=$+$b$7$l$^$;$s$,!"6qBNE*$JBP1~:v$^$GF3$-=P$;$^$;$s$G$7$?!#(B</font><font size=3 face="sans-serif">
<br>
<br>
</font><font size=2 face="sans-serif"><br>
$B4pK\E*$J<ALd$+$b$7$l$^$;$s$N$G!"62=L$G$4$6$$$^$9$,!"$I$&$>$h$m$7$/$*4j$$CW$7$^$9!#(B</font><font size=3 face="sans-serif">
<br>
<br>
</font><font size=2 face="sans-serif"><br>
$B>>K\(B</font><tt><font size=2>_______________________________________________<br>
Seasar-user mailing list<br>
Seasar-user@ml.seasar.org<br>
</font></tt><a href="https://ml.seasar.org/mailman/listinfo/seasar-user"><tt><font size=2>https://ml.seasar.org/mailman/listinfo/seasar-user<br>
</font></tt></a>
<br>