X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fvamsas%2FIRegistryService.java;h=25903143a341fcca1d0ba08e46b2278aa267f0e2;hb=3ca49e9277c7939fa282b67d14ee49fa3352d9c7;hp=9f09f02b7ba6f4f0fe1aaca0682135bed9449ca7;hpb=0dcb4abcf1a0fac137a98d3791ab117cd5bed141;p=jalview.git diff --git a/src/ext/vamsas/IRegistryService.java b/src/ext/vamsas/IRegistryService.java index 9f09f02..2590314 100755 --- a/src/ext/vamsas/IRegistryService.java +++ b/src/ext/vamsas/IRegistryService.java @@ -7,10 +7,14 @@ package ext.vamsas; -public interface IRegistryService extends javax.xml.rpc.Service { - public java.lang.String getRegistryServiceAddress(); +public interface IRegistryService + extends javax.xml.rpc.Service +{ + public java.lang.String getRegistryServiceAddress(); - public ext.vamsas.IRegistry getRegistryService() throws javax.xml.rpc.ServiceException; + public ext.vamsas.IRegistry getRegistryService() + throws javax.xml.rpc.ServiceException; - public ext.vamsas.IRegistry getRegistryService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; + public ext.vamsas.IRegistry getRegistryService(java.net.URL portAddress) + throws javax.xml.rpc.ServiceException; }