Uses of Class
org.apache.hello_world_soap_http.types.TestDocLitFaultResponse
-
Packages that use TestDocLitFaultResponse Package Description org.apache.hello_world_soap_http org.apache.hello_world_soap_http.types -
-
Uses of TestDocLitFaultResponse in org.apache.hello_world_soap_http
Methods in org.apache.hello_world_soap_http that return types with arguments of type TestDocLitFaultResponse Modifier and Type Method Description javax.xml.ws.Response<TestDocLitFaultResponse>AnotherDerivedGreeterImpl. testDocLitFaultAsync(String faultType)javax.xml.ws.Response<TestDocLitFaultResponse>AnotherDerivedGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)javax.xml.ws.Response<TestDocLitFaultResponse>BaseGreeterImpl. testDocLitFaultAsync(String faultType)javax.xml.ws.Response<TestDocLitFaultResponse>DerivedGreeterImpl. testDocLitFaultAsync(String faultType)javax.xml.ws.Response<TestDocLitFaultResponse>DerivedGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)javax.xml.ws.Response<TestDocLitFaultResponse>Greeter. testDocLitFaultAsync(String faultType)javax.xml.ws.Response<TestDocLitFaultResponse>NotAnnotatedGreeterImpl. testDocLitFaultAsync(String faultType)Method parameters in org.apache.hello_world_soap_http with type arguments of type TestDocLitFaultResponse Modifier and Type Method Description javax.xml.ws.Response<TestDocLitFaultResponse>AnotherDerivedGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)Future<?>BaseGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)javax.xml.ws.Response<TestDocLitFaultResponse>DerivedGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)Future<?>Greeter. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)Future<?>NotAnnotatedGreeterImpl. testDocLitFaultAsync(String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah) -
Uses of TestDocLitFaultResponse in org.apache.hello_world_soap_http.types
Methods in org.apache.hello_world_soap_http.types that return TestDocLitFaultResponse Modifier and Type Method Description TestDocLitFaultResponseObjectFactory. createTestDocLitFaultResponse()Create an instance ofTestDocLitFaultResponse
-