public class GFacServiceCreator extends Object
| Constructor and Description |
|---|
GFacServiceCreator(String wsdlURL)
Constructs a GFacServiceCreater.
|
GFacServiceCreator(URI wsdlURI)
Constructs a GFacServiceCreater.
|
| Modifier and Type | Method and Description |
|---|---|
xsul.wsdl.WsdlDefinitions |
createService(QName serviceQName) |
xsul.wsdl.WsdlDefinitions |
createService(String serviceQName) |
void |
shutdownService()
Shutdowns the service created.
|
public GFacServiceCreator(String wsdlURL) throws URISyntaxException, WorkflowException
wsdlURL - The URL of the GFac serviceURISyntaxExceptionWorkflowExceptionpublic GFacServiceCreator(URI wsdlURI) throws WorkflowException
wsdlURI - The URI of the GFac serviceWorkflowExceptionpublic xsul.wsdl.WsdlDefinitions createService(QName serviceQName) throws WorkflowException
serviceQName - WorkflowExceptionpublic xsul.wsdl.WsdlDefinitions createService(String serviceQName) throws WorkflowException
serviceQName - WorkflowExceptionpublic void shutdownService()
throws WorkflowException
WorkflowExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.