throw new StageException("Invalid URI: " + uri.toString());
}
}
for (String type : this.types) types.add(new SEPType(type, null, Boolean.TRUE));
for (String path : this.paths) paths.add(new SEPPath(path, null, Boolean.TRUE));
for (String mediaType : this.mediaTypes) mediaTypes.add(new SEPMediaType(mediaType, null, Boolean.TRUE));
// create service endpoint and add it to the XRD
Service service = new Service();