Uses of Class
org.apache.cxf.hello_world_jms.types.TestRpcLitFaultResponse
-
Packages that use TestRpcLitFaultResponse Package Description org.apache.cxf.hello_world_jms org.apache.cxf.hello_world_jms.types -
-
Uses of TestRpcLitFaultResponse in org.apache.cxf.hello_world_jms
Methods in org.apache.cxf.hello_world_jms that return TestRpcLitFaultResponse Modifier and Type Method Description TestRpcLitFaultResponseHelloWorldPortType. testRpcLitFault(String in)Methods in org.apache.cxf.hello_world_jms that return types with arguments of type TestRpcLitFaultResponse Modifier and Type Method Description javax.xml.ws.Response<TestRpcLitFaultResponse>HelloWorldPortType. testRpcLitFaultAsync(String in)Method parameters in org.apache.cxf.hello_world_jms with type arguments of type TestRpcLitFaultResponse Modifier and Type Method Description Future<?>HelloWorldPortType. testRpcLitFaultAsync(String in, javax.xml.ws.AsyncHandler<TestRpcLitFaultResponse> asyncHandler) -
Uses of TestRpcLitFaultResponse in org.apache.cxf.hello_world_jms.types
Methods in org.apache.cxf.hello_world_jms.types that return TestRpcLitFaultResponse Modifier and Type Method Description TestRpcLitFaultResponseObjectFactory. createTestRpcLitFaultResponse()Create an instance ofTestRpcLitFaultResponse
-