Uses of Class
com.sun.xml.ws.test.model.TestEndpoint
-
Packages that use TestEndpoint Package Description com.sun.xml.ws.test com.sun.xml.ws.test.container Container/transport abstraction API.com.sun.xml.ws.test.model 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 TestEndpoint Modifier and Type Method Description static 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 TestEndpoint Modifier and Type Method Description URIAbstractHttpApplication. getEndpointAddress(TestEndpoint endpoint)URIApplication. 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 TestEndpoint Modifier and Type Field Description Set<TestEndpoint>TestService. endpointsTestEndpoints that this service exposes.Methods in com.sun.xml.ws.test.model that return TestEndpoint Modifier and Type Method Description TestEndpointTestService. getEndpointByImpl(String implClassFullName)Gets theTestEndpointthat has the specified implementation class.
-