Uses of Class
org.apache.hello_world_soap_http.types.TestNillableResponse
-
Packages that use TestNillableResponse Package Description org.apache.hello_world_soap_http org.apache.hello_world_soap_http.types -
-
Uses of TestNillableResponse in org.apache.hello_world_soap_http
Methods in org.apache.hello_world_soap_http that return types with arguments of type TestNillableResponse Modifier and Type Method Description javax.xml.ws.Response<TestNillableResponse>AnotherDerivedGreeterImpl. testNillableAsync(String nillElem, int intElem)javax.xml.ws.Response<TestNillableResponse>BaseGreeterImpl. testNillableAsync(String nillElem, int intElem)javax.xml.ws.Response<TestNillableResponse>DerivedGreeterImpl. testNillableAsync(String nillElem, int intElem)javax.xml.ws.Response<TestNillableResponse>Greeter. testNillableAsync(String nillElem, int intElem)javax.xml.ws.Response<TestNillableResponse>NotAnnotatedGreeterImpl. testNillableAsync(String nillElem, int intElem)Method parameters in org.apache.hello_world_soap_http with type arguments of type TestNillableResponse Modifier and Type Method Description Future<?>AnotherDerivedGreeterImpl. testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)Future<?>BaseGreeterImpl. testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)Future<?>DerivedGreeterImpl. testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)Future<?>Greeter. testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler)Future<?>NotAnnotatedGreeterImpl. testNillableAsync(String nillElem, int intElem, javax.xml.ws.AsyncHandler<TestNillableResponse> asyncHandler) -
Uses of TestNillableResponse in org.apache.hello_world_soap_http.types
Methods in org.apache.hello_world_soap_http.types that return TestNillableResponse Modifier and Type Method Description TestNillableResponseObjectFactory. createTestNillableResponse()Create an instance ofTestNillableResponse
-