标签: java glassfish pojo bpel jbi
我想从例如 sun-pojo-engine 中获取变量。在bpel我可以将其命名为${SomeVariableName}。
bpel
${SomeVariableName}
但是如何在Java POJO Code中访问它?