예제 #1
0
 @OutboundActionMeta(name = REGISTER)
 public void showRegister(EbayContext ctx) throws IOException, ServletException {
   m_register.handleOutbound(ctx);
 }
예제 #2
0
 @PayloadMeta(RegisterPayload.class)
 @InboundActionMeta(name = REGISTER)
 public void doRegister(EbayContext ctx) throws ServletException, IOException {
   m_register.handleInbound(ctx);
 }