org.apache.axis2.wsdl.template.java.InterfaceTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-codegen Show documentation
Show all versions of axis2-codegen Show documentation
Axis2 Code Generation module
/**
* .java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: #axisVersion# #today#
*/
package ;
/*
* java interface
*/
public interface {
/**
* Auto generated method signature
*
* @param
* @throws :
*/
public void
(
,
,
)
throws java.rmi.RemoteException
public
void
void
(
,
,
,
)
throws java.rmi.RemoteException
,
;
/**
* Auto generated method signature for Asynchronous Invocations
*
* @param
*/
public void start (
,
,
,
final . callback)
throws java.rmi.RemoteException;
/**
* Auto generated method signature for Asynchronous Invocations
*
* @throws :
*/
public void (
,
,
,
) throws java.rmi.RemoteException
,
;
//
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy