Uses of Class
org.apache.hello_world_soap_http.types.TestDocLitFaultResponse

Packages that use TestDocLitFaultResponse
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
 javax.xml.ws.Response<TestDocLitFaultResponse> GreeterImpl.testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> Greeter.testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> NotAnnotatedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> AnotherDerivedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> DerivedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> AnotherDerivedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> DerivedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)
           
 

Method parameters in org.apache.hello_world_soap_http with type arguments of type TestDocLitFaultResponse
 java.util.concurrent.Future<?> Greeter.testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> asyncHandler)
           
 java.util.concurrent.Future<?> NotAnnotatedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> AnotherDerivedGreeterImpl.testDocLitFaultAsync(java.lang.String faultType, javax.xml.ws.AsyncHandler<TestDocLitFaultResponse> ah)
           
 javax.xml.ws.Response<TestDocLitFaultResponse> DerivedGreeterImpl.testDocLitFaultAsync(java.lang.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
 TestDocLitFaultResponse ObjectFactory.createTestDocLitFaultResponse()
          Create an instance of TestDocLitFaultResponse
 



Apache CXF