|
|||||||||
| Home >> All >> org >> apache >> notgeronimo >> itests >> naming >> common >> webservice >> [ interop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.notgeronimo.itests.naming.common.webservice.interop
Interface InteropTest2PortType

- All Superinterfaces:
- java.rmi.Remote
- public interface InteropTest2PortType
- extends java.rmi.Remote
| Method Detail |
echoVoid
public void echoVoid()
throws java.rmi.RemoteException
echoString
public java.lang.String echoString(java.lang.String inputString) throws java.rmi.RemoteException
echoStringArray
public java.lang.String[] echoStringArray(java.lang.String[] inputStringArray) throws java.rmi.RemoteException
echoInteger
public int echoInteger(int inputInteger)
throws java.rmi.RemoteException
echoIntegerArray
public int[] echoIntegerArray(int[] inputIntegerArray)
throws java.rmi.RemoteException
echoFloat
public float echoFloat(float inputFloat)
throws java.rmi.RemoteException
echoFloatArray
public float[] echoFloatArray(float[] inputFloatArray)
throws java.rmi.RemoteException
echoStruct
public org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct echoStruct(org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct inputStruct) throws java.rmi.RemoteException
echoStructArray
public org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct[] echoStructArray(org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct[] inputStructArray) throws java.rmi.RemoteException
echoDate
public java.util.Calendar echoDate(java.util.Calendar inputDate) throws java.rmi.RemoteException
echoBase64
public byte[] echoBase64(byte[] inputBase64)
throws java.rmi.RemoteException
echoBoolean
public boolean echoBoolean(boolean inputBoolean)
throws java.rmi.RemoteException
echoDecimal
public java.math.BigDecimal echoDecimal(java.math.BigDecimal inputDecimal) throws java.rmi.RemoteException
echoHexBinary
public byte[] echoHexBinary(byte[] inputHexBinary)
throws java.rmi.RemoteException
echoStructAsSimpleTypes
public void echoStructAsSimpleTypes(org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct inputStruct, javax.xml.rpc.holders.StringHolder outputString, javax.xml.rpc.holders.IntHolder outputInteger, javax.xml.rpc.holders.FloatHolder outputFloat) throws java.rmi.RemoteException
echoSimpleTypesAsStruct
public org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStruct echoSimpleTypesAsStruct(java.lang.String inputString, int inputInteger, float inputFloat) throws java.rmi.RemoteException
echo2DStringArray
public java.lang.String[] echo2DStringArray(java.lang.String[] input2DStringArray) throws java.rmi.RemoteException
echoNestedStruct
public org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStructStruct echoNestedStruct(org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPStructStruct inputStruct) throws java.rmi.RemoteException
echoNestedArray
public org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPArrayStruct echoNestedArray(org.apache.notgeronimo.itests.naming.common.webservice.interop.types.SOAPArrayStruct inputStruct) throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> org >> apache >> notgeronimo >> itests >> naming >> common >> webservice >> [ interop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC