/* 528 */ AddressingOpMetaExt addrExt = new AddressingOpMetaExt(ADDR.getNamespaceURI());
/* */
/* 530 */ Action anAction = (Action)method.getAnnotation(Action.class);
/* 531 */ if (anAction != null)
/* */ {
/* 533 */ addrExt.setInboundAction(anAction.input());
/* 534 */ addrExt.setOutboundAction(anAction.output());
/* */ }
/* */ else
/* */ {
/* 540 */ String tns = epMetaData.getPortName().getNamespaceURI();