Package com.sun.xml.ws.test.container
Class DeployedService
java.lang.Object
com.sun.xml.ws.test.container.DeployedService
Information about running
TestService.- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsModifier and TypeFieldDescriptionApplicationthat represents the currently deployed service on the container.Classpaths to load client artifacts for this service.final DeploymentContextTheDeploymentContextthat owns this service.final TestServiceService that was deployed.The classes that represents the generatedServiceclasses.final FileDirectory to store a war file image.final FileRoot of the working directory to store things related to this service. -
Method Summary
-
Field Details
-
parent
TheDeploymentContextthat owns this service. -
service
Service that was deployed. -
app
Applicationthat represents the currently deployed service on the container.This field is set when a service is deployed.
-
workDir
Root of the working directory to store things related to this service. -
warDir
Directory to store a war file image. -
clientClasspaths
Classpaths to load client artifacts for this service. -
serviceClass
The classes that represents the generatedServiceclasses. This field is populated when the service is deployed and client artifacts are generated. In fromjava tests with multiple@WebService, you may actually get multiple service classes for one deployed service (argh!)
-
-
Method Details
-
getResources
-