org.apache.hello_world_soap_http
Interface DocLitBare

All Known Implementing Classes:
DocLitBareGreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.451Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface DocLitBare

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:39.451Z Generated source version: 2.5.0.fuse-70-097


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="2012-10-02T15:03:39.451Z")
javax.xml.ws.Response<BareDocumentResponse> testDocLitBareAsync(String in)

testDocLitBareAsync

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.451Z")
Future<?> testDocLitBareAsync(String in,
                                        javax.xml.ws.AsyncHandler<BareDocumentResponse> asyncHandler)

testDocLitBare

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.451Z")
BareDocumentResponse testDocLitBare(String in)


Apache CXF