Package com.sun.xml.ws.test.container
Class AbstractHttpApplication
java.lang.Object
com.sun.xml.ws.test.container.AbstractHttpApplication
- All Implemented Interfaces:
Application
Partial
Application implementation for web containers.- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DeployedServiceprotected final URLURL to access this web application. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractHttpApplication(URL warURL, DeployedService service) -
Method Summary
Modifier and TypeMethodDescriptiongetEndpointAddress(TestEndpoint endpoint) Returns the actual endpoint address to which the givenTestEndpointis deployed.getWSDL()When deployed to HTTP service, WSDL URL can be obtained by "?wsdl".Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.test.container.Application
undeploy
-
Field Details
-
warURL
URL to access this web application. -
service
-
-
Constructor Details
-
AbstractHttpApplication
-
-
Method Details
-
getEndpointAddress
Description copied from interface:ApplicationReturns the actual endpoint address to which the givenTestEndpointis deployed.- Specified by:
getEndpointAddressin interfaceApplication- Throws:
Exception
-
getWSDL
When deployed to HTTP service, WSDL URL can be obtained by "?wsdl".- Specified by:
getWSDLin interfaceApplication- Throws:
Exception
-