@PreInboundActionMeta(LOGIN) @PayloadMeta(CustomsDeclarationPayload.class) @InboundActionMeta(name = CUSTOMS_DECLARATION) public void doCustomsDeclaration(EbayContext ctx) { m_customsDeclaration.handleInbound(ctx); }
@OutboundActionMeta(name = CUSTOMS_DECLARATION) public void showCustomsDeclaration(EbayContext ctx) throws IOException, ServletException { m_customsDeclaration.handleOutbound(ctx); }