org.apache.handler_test
Interface HandlerTest


public interface HandlerTest

This class was generated by IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:15 NST 2007 Generated source version: 2.0.3.0-fuse


Method Summary
 java.util.List<java.lang.String> ping()
           
 void pingOneWay()
           
 java.util.List<java.lang.String> pingWithArgs(java.lang.String handlersCommand)
           
 

Method Detail

ping

@ResponseWrapper(targetNamespace="http://apache.org/handler_test/types",
                 className="org.apache.handler_test.types.PingResponse",
                 localName="pingResponse")
@RequestWrapper(targetNamespace="http://apache.org/handler_test/types",
                className="org.apache.handler_test.types.Ping",
                localName="ping")
java.util.List<java.lang.String> ping()

pingWithArgs

@ResponseWrapper(targetNamespace="http://apache.org/handler_test/types",
                 className="org.apache.handler_test.types.PingResponse",
                 localName="pingResponse")
@RequestWrapper(targetNamespace="http://apache.org/handler_test/types",
                className="org.apache.handler_test.types.PingWithArgs",
                localName="pingWithArgs")
java.util.List<java.lang.String> pingWithArgs(java.lang.String handlersCommand)
                                              throws PingException
Throws:
PingException

pingOneWay

@RequestWrapper(targetNamespace="http://apache.org/handler_test/types",
                className="org.apache.handler_test.types.PingOneWay",
                localName="pingOneWay")
void pingOneWay()


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.