public class GFacRegistryClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GFAC_NAMESPACE
GFAC_NAMESPACE
|
| Constructor and Description |
|---|
GFacRegistryClient(String wsdlURL)
Constructs a GfacRegistryClient.
|
GFacRegistryClient(URI wsdlURL)
Constructs a GFacRegistryClient.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
findService(String serviceName) |
String[] |
findServiceDesc(String serviceName) |
String |
getAbstractWsdl(String wsdlQName) |
String |
getConcreteWsdl(String wsdlQName) |
void |
registerAppDesc(String appDescAsStr) |
void |
registerConcreteWsdl(String wsdlAsStr,
int lifetimeAsSeconds) |
void |
removeConcreteWsdl(String wsdlQName) |
public static final String GFAC_NAMESPACE
public GFacRegistryClient(URI wsdlURL)
wsdlURL - public GFacRegistryClient(String wsdlURL)
wsdlURL - public void registerAppDesc(String appDescAsStr) throws ComponentRegistryException
appDescAsStr - ComponentRegistryExceptionpublic void registerConcreteWsdl(String wsdlAsStr, int lifetimeAsSeconds) throws ComponentRegistryException
wsdlAsStr - lifetimeAsSeconds - ComponentRegistryExceptionpublic String getConcreteWsdl(String wsdlQName) throws ComponentRegistryException
wsdlQName - ComponentRegistryExceptionpublic void removeConcreteWsdl(String wsdlQName) throws ComponentRegistryException
wsdlQName - ComponentRegistryExceptionpublic String[] findService(String serviceName) throws ComponentRegistryException
serviceName - ComponentRegistryExceptionpublic String[] findServiceDesc(String serviceName) throws ComponentRegistryException
serviceName - ComponentRegistryExceptionpublic String getAbstractWsdl(String wsdlQName) throws ComponentRegistryException
wsdlQName - ComponentRegistryExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.