org.apache.hello_world_soap_http
Interface DocLitBare

All Known Implementing Classes:
DocLitBareGreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T11:38:50.118-04:00",
           comments="Apache CXF 2.6.15")
public interface DocLitBare

This class was generated by Apache CXF 2.6.15 2014-07-15T11:38:50.118-04:00 Generated source version: 2.6.15


Method Summary
 BareDocumentResponse testDocLitBare(String in)
           
 javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)
           
 Future<?> testDocLitBareAsync(String in, javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)
           
 

Method Detail

testDocLitBareAsync

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T11:38:50.118-04:00")
javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)

testDocLitBareAsync

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T11:38:50.118-04:00")
Future<?> testDocLitBareAsync(String in,
                                        javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)

testDocLitBare

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T11:38:50.118-04:00")
BareDocumentResponse testDocLitBare(String in)


Apache CXF