axisService.setEndpoint(unknown.getElement().getAttribute(
"location"));
} else if (WSDLConstants.POLICY
.equals(unknown.getElementType())) {
DOMPolicyReader policyReader = (DOMPolicyReader) PolicyFactory
.getPolicyReader(PolicyFactory.DOM_POLICY_READER);
Policy policy = policyReader.readPolicy(unknown
.getElement());
addPolicy(description, originOfExtensibilityElements,
policy);
} else if (WSDLConstants.POLICY_REFERENCE.equals(unknown
.getElementType())) {
DOMPolicyReader policyReader = (DOMPolicyReader) PolicyFactory
.getPolicyReader(PolicyFactory.DOM_POLICY_READER);
PolicyReference policyRef = policyReader
.readPolicyReference(unknown.getElement());
addPolicyRef(description, originOfExtensibilityElements,
policyRef);
} else {