documentation.appendChild(doc.createTextNode(description));
def.setDocumentationElement(documentation);
}
if (GFacSchemaConstants.TRANSPORT_LEVEL.equals(security)) {
def.addExtensibilityElement(createTransportLevelPolicy(dImpl, policyID));
serviceLevelPolicRef = createWSPolicyRef(dImpl, policyID);
} else if (GFacSchemaConstants.MESSAGE_SIGNATURE.equals(security)) {
def.addExtensibilityElement(WSPolicyGenerator.createServiceLevelPolicy(dImpl, policyID));
serviceLevelPolicRef = createWSPolicyRef(dImpl, policyID);
opLevelPolicRef = createWSPolicyRef(dImpl, inputPolicyID);