Package com.sun.xml.ws.test.container
Interface Application
- All Known Implementing Classes:
AbstractHttpApplication
public interface Application
Represents an application deployed inside a
ApplicationContainer.
This object needs to be multi-thread safe.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpointAddress(TestEndpoint endpoint) Returns the actual endpoint address to which the givenTestEndpointis deployed.getWSDL()Gets the WSDL of this service.voidundeploy()Removes this application from the container.
-
Method Details
-
getEndpointAddress
Returns the actual endpoint address to which the givenTestEndpointis deployed.- Throws:
Exception
-
getWSDL
Gets the WSDL of this service.This WSDL will be compiled to generate client artifacts during a test. In the general case, you may get more than one WSDL from one web application.
- Throws:
Exception
-
undeploy
Removes this application from the container.- Throws:
Exception
-