Uses of Class
org.wso2.carbon.sequences.stub.types.common.to.SequenceInfo
Packages that use SequenceInfo
Package
Description
-
Uses of SequenceInfo in org.wso2.carbon.sequences.stub.types
Methods in org.wso2.carbon.sequences.stub.types that return SequenceInfoModifier and TypeMethodDescriptionSequenceAdminService.getDynamicSequences(int pageNumber104, int sequencePerPage105) Auto generated method signatureSequenceAdminServiceStub.getDynamicSequences(int pageNumber191, int sequencePerPage192) Auto generated method signatureSequenceAdminService.getSequences(int pageNumber52, int sequencePerPage53) Auto generated method signatureSequenceAdminServiceStub.getSequences(int pageNumber139, int sequencePerPage140) Auto generated method signatureMethods in org.wso2.carbon.sequences.stub.types with parameters of type SequenceInfoModifier and TypeMethodDescriptionvoidSequenceAdminServiceCallbackHandler.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 SequenceInfoModifier and TypeFieldDescriptionprotected 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 SequenceInfoModifier and TypeMethodDescriptionGetDynamicSequencesResponse.get_return()Auto generated getter methodGetSequencesResponse.get_return()Auto generated getter methodMethods in org.wso2.carbon.sequences.stub.types.axis2 with parameters of type SequenceInfoModifier and TypeMethodDescriptionvoidGetDynamicSequencesResponse.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 SequenceInfoModifier and TypeMethodDescriptionstatic 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