Uses of Class
com.sun.xml.ws.test.model.TestEndpoint
Packages that use TestEndpoint
Package
Description
Container/transport abstraction API.
Classes that describe a test (metadata of test).
-
Uses of TestEndpoint in com.sun.xml.ws.test
Methods in com.sun.xml.ws.test with parameters of type TestEndpointModifier and TypeMethodDescriptionstatic voidCodeGenerator.generateDeploySources(WAR war, TestEndpoint testEndpoint, List<Source> metadata, Map<String, Object> props, String endpointAddress, String wsdlLocation, boolean fromwsdl) -
Uses of TestEndpoint in com.sun.xml.ws.test.container
Methods in com.sun.xml.ws.test.container with parameters of type TestEndpointModifier and TypeMethodDescriptionAbstractHttpApplication.getEndpointAddress(TestEndpoint endpoint) Application.getEndpointAddress(TestEndpoint endpoint) Returns the actual endpoint address to which the givenTestEndpointis deployed. -
Uses of TestEndpoint in com.sun.xml.ws.test.model
Fields in com.sun.xml.ws.test.model with type parameters of type TestEndpointModifier and TypeFieldDescriptionfinal Set<TestEndpoint> TestService.endpointsTestEndpoints that this service exposes.Methods in com.sun.xml.ws.test.model that return TestEndpointModifier and TypeMethodDescriptionTestService.getEndpointByImpl(String implClassFullName) Gets theTestEndpointthat has the specified implementation class.