throw new ServiceConstructionException(e1);
}
Element e = docs[0].getDocumentElement();
SchemaInfo schemaInfo = new SchemaInfo(typeInfo, getServiceNamespace());
schemaInfo.setElement(e);
typeInfo.addSchema(schemaInfo);
}
private void createWrappedMessage(MessageInfo wrappedMessage,
MessageInfo unwrappedMessage,
XmlSchema schema) {