Uses of Class
org.wso2.carbon.sequences.stub.types.common.to.SequenceInfo
-
Packages that use SequenceInfo Package Description org.wso2.carbon.sequences.stub.types org.wso2.carbon.sequences.stub.types.axis2 org.wso2.carbon.sequences.stub.types.common.to -
-
Uses of SequenceInfo in org.wso2.carbon.sequences.stub.types
Methods in org.wso2.carbon.sequences.stub.types that return SequenceInfo Modifier and Type Method Description SequenceInfo[]SequenceAdminService. getDynamicSequences(int pageNumber104, int sequencePerPage105)Auto generated method signatureSequenceInfo[]SequenceAdminServiceStub. getDynamicSequences(int pageNumber191, int sequencePerPage192)Auto generated method signatureSequenceInfo[]SequenceAdminService. getSequences(int pageNumber52, int sequencePerPage53)Auto generated method signatureSequenceInfo[]SequenceAdminServiceStub. getSequences(int pageNumber139, int sequencePerPage140)Auto generated method signatureMethods in org.wso2.carbon.sequences.stub.types with parameters of type SequenceInfo Modifier and Type Method Description voidSequenceAdminServiceCallbackHandler. receiveResultgetDynamicSequences(SequenceInfo[] result)auto generated Axis2 call back method for getDynamicSequences method override this method for handling normal response from getDynamicSequences operationvoidSequenceAdminServiceCallbackHandler. receiveResultgetSequences(SequenceInfo[] result)auto generated Axis2 call back method for getSequences method override this method for handling normal response from getSequences operation -
Uses of SequenceInfo in org.wso2.carbon.sequences.stub.types.axis2
Fields in org.wso2.carbon.sequences.stub.types.axis2 declared as SequenceInfo Modifier and Type Field Description protected SequenceInfo[]GetDynamicSequencesResponse. local_returnfield for _return This was an Array!protected SequenceInfo[]GetSequencesResponse. local_returnfield for _return This was an Array!Methods in org.wso2.carbon.sequences.stub.types.axis2 that return SequenceInfo Modifier and Type Method Description SequenceInfo[]GetDynamicSequencesResponse. get_return()Auto generated getter methodSequenceInfo[]GetSequencesResponse. get_return()Auto generated getter methodMethods in org.wso2.carbon.sequences.stub.types.axis2 with parameters of type SequenceInfo Modifier and Type Method Description voidGetDynamicSequencesResponse. add_return(SequenceInfo param)Auto generated add method for the array for conveniencevoidGetSequencesResponse. add_return(SequenceInfo param)Auto generated add method for the array for conveniencevoidGetDynamicSequencesResponse. set_return(SequenceInfo[] param)Auto generated setter methodvoidGetSequencesResponse. set_return(SequenceInfo[] param)Auto generated setter methodprotected voidGetDynamicSequencesResponse. validate_return(SequenceInfo[] param)validate the array for _returnprotected voidGetSequencesResponse. validate_return(SequenceInfo[] param)validate the array for _return -
Uses of SequenceInfo in org.wso2.carbon.sequences.stub.types.common.to
Methods in org.wso2.carbon.sequences.stub.types.common.to that return SequenceInfo Modifier and Type Method Description static SequenceInfoSequenceInfo.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-