webservices
Interface ExpProcessorServ


public interface ExpProcessorServ

This class was generated by the JAX-WS RI. JAX-WS RI 2.2-hudson-752- Generated source version: 2.2


Method Summary
 Exp computeExpIndexesExp(Exp arg0)
           
 Exp computeExpIndexesExp1(java.lang.String arg0)
           
 java.util.List<java.lang.Integer> subSeqBaseNum(Exp arg0, int arg1, int arg2)
           
 

Method Detail

computeExpIndexesExp

@RequestWrapper(localName="computeExpIndexesExp",
                targetNamespace="http://webservices/",
                className="webservices.ComputeExpIndexesExp")
@ResponseWrapper(localName="computeExpIndexesExpResponse",
                 targetNamespace="http://webservices/",
                 className="webservices.ComputeExpIndexesExpResponse")
@Action(input="http://webservices/ExpProcessorServ/computeExpIndexesExpRequest",
        output="http://webservices/ExpProcessorServ/computeExpIndexesExpResponse")
Exp computeExpIndexesExp(Exp arg0)
Parameters:
arg0 -
Returns:
returns webservices.Exp

subSeqBaseNum

@RequestWrapper(localName="subSeqBaseNum",
                targetNamespace="http://webservices/",
                className="webservices.SubSeqBaseNum")
@ResponseWrapper(localName="subSeqBaseNumResponse",
                 targetNamespace="http://webservices/",
                 className="webservices.SubSeqBaseNumResponse")
@Action(input="http://webservices/ExpProcessorServ/subSeqBaseNumRequest",
        output="http://webservices/ExpProcessorServ/subSeqBaseNumResponse")
java.util.List<java.lang.Integer> subSeqBaseNum(Exp arg0,
                                                                                      int arg1,
                                                                                      int arg2)
Parameters:
arg2 -
arg1 -
arg0 -
Returns:
returns java.util.List

computeExpIndexesExp1

@RequestWrapper(localName="computeExpIndexesExp1",
                targetNamespace="http://webservices/",
                className="webservices.ComputeExpIndexesExp1")
@ResponseWrapper(localName="computeExpIndexesExp1Response",
                 targetNamespace="http://webservices/",
                 className="webservices.ComputeExpIndexesExp1Response")
@Action(input="http://webservices/ExpProcessorServ/computeExpIndexesExp1Request",
        output="http://webservices/ExpProcessorServ/computeExpIndexesExp1Response")
Exp computeExpIndexesExp1(java.lang.String arg0)
Parameters:
arg0 -
Returns:
returns webservices.Exp