constantPool);
EnumMemberValue enumValue = new EnumMemberValue(constantPool);
enumValue.setType("javax.xml.ws.Service$Mode");
enumValue.setValue("MESSAGE");
annotation2.addMemberValue("value", enumValue);
attribute.addAnnotation(annotation2);
if (epInfo.isAddressing() && JBossDeployerUtil.getWSImpl().equals(JBossDeployerUtil.WSIMPL_CXF))
{
Annotation annotation3 = new Annotation("javax.xml.ws.soap.Addressing", constantPool);
BooleanMemberValue boolEnabled = new BooleanMemberValue(constantPool);