Skip navigation links
A B C D E F G H I L M O P R S T V 

A

AbstractProducerContextArgMapper - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
 
AbstractProducerContextArgMapper(int) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
addArgumentMapper(ArgumentMapper) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
addContext(String, String) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
addContext(InvocationContext) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
addContext(Map<String, String>) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
addHeader(String, Object) - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
addHeader(String, List<Object>) - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
addOperation(SwaggerConsumerOperation) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
addOperation(SwaggerProducerOperation) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
ArgumentMapper - Interface in org.apache.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperConfig - Class in org.apache.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperConfig() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
ArgumentsMapperFactory - Class in org.apache.servicecomb.swagger.invocation.arguments
 
ArgumentsMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
AsyncResponse - Interface in org.apache.servicecomb.swagger.invocation
 

B

beforeMethodInvoke(SwaggerInvocation, SwaggerProducerOperation, Object[]) - Method in interface org.apache.servicecomb.swagger.invocation.extension.ProducerInvokeExtension
 
boot() - Method in class org.apache.servicecomb.swagger.engine.bootstrap.BootstrapNormal
 
boot() - Method in interface org.apache.servicecomb.swagger.engine.SwaggerBootstrap
 
BootstrapNormal - Class in org.apache.servicecomb.swagger.engine.bootstrap
 
BootstrapNormal() - Constructor for class org.apache.servicecomb.swagger.engine.bootstrap.BootstrapNormal
 
build() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
BytesToPartConverter - Class in org.apache.servicecomb.swagger.invocation.converter.impl.part
 
BytesToPartConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.part.BytesToPartConverter
 

C

collectArgumentsMapper(ArgumentsMapperConfig) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
collectContextArgumentsMapper(ArgumentsMapperConfig) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
collectSwaggerArgumentsMapper(ArgumentsMapperConfig, List<ProviderParameter>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
collectWrapBodyMapper(ArgumentsMapperConfig, List<ProviderParameter>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
CommonExceptionData - Class in org.apache.servicecomb.swagger.invocation.exception
将普通异常转换为InvocationException时,保存message信息
CommonExceptionData() - Constructor for class org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData
 
CommonExceptionData(String) - Constructor for class org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData
 
CompletableFutureConsumerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.consumer
 
CompletableFutureConsumerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory
 
completableFutureInvoke(SwaggerInvocation, AsyncResponse) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
CompletableFutureProducerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.producer
 
CompletableFutureProducerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory
 
complete(Response) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
CONSUMER_INNER_REASON_PHRASE - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
CONSUMER_INNER_STATUS - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
CONSUMER_INNER_STATUS_CODE - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
ConsumerArgumentSame - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerArgumentSame(int, int, Converter) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentSame
 
ConsumerArgumentsMapper - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
将consumer参数保存到invocation中去(args/context) 比如契约原型是 int add(int x, int y) 而consumer原型是int add(InvocationContext context, int x, int y) 除了context参数,剩下的参数,必须与契约中的一一匹配,包括顺序、类型
ConsumerArgumentsMapper(List<ArgumentMapper>, int) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
ConsumerArgumentsMapperFactory - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerArgumentsMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
ConsumerArgumentToBodyField - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
透明RPC的典型场景 因为没有标注指明RESTful映射方式 所以,所有参数被包装为一个class,每个参数是一个field
ConsumerArgumentToBodyField(Class<?>, Map<Integer, FieldInfo>) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
consumerFail(Throwable) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
consumerFailResp(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
ConsumerInvocationContextMapper - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerInvocationContextMapper(int) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapper
 
ConsumerInvocationContextMapperFactory - Class in org.apache.servicecomb.swagger.invocation.arguments.consumer
 
ConsumerInvocationContextMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
ConsumerResponseMapper - Interface in org.apache.servicecomb.swagger.invocation.response.consumer
 
ConsumerResponseMapperFactory - Interface in org.apache.servicecomb.swagger.invocation.response.consumer
 
context - Variable in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
ContextArgumentMapperFactory - Interface in org.apache.servicecomb.swagger.invocation.arguments
 
ContextUtils - Class in org.apache.servicecomb.swagger.invocation.context
传递调用过程的上下文数据
convert(Object) - Method in interface org.apache.servicecomb.swagger.invocation.converter.Converter
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.ConverterCommon
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.ConverterSame
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.BytesToPartConverter
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.FileToPartConverter
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.InputStreamToPartConverter
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.ResourceToPartConverter
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementArrayToList
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementArrayToSet
 
convert(Object) - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementCollectionToArray
 
convert(SwaggerInvocation, Throwable) - Method in class org.apache.servicecomb.swagger.invocation.exception.DefaultExceptionToResponseConverter
 
convert(SwaggerInvocation, T) - Method in interface org.apache.servicecomb.swagger.invocation.exception.ExceptionToResponseConverter
 
convert(SwaggerInvocation, InvocationException) - Method in class org.apache.servicecomb.swagger.invocation.exception.InvocationExceptionToResponseConverter
 
convertConsumerException(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
convertConsumerException(Throwable, String) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
Converter - Interface in org.apache.servicecomb.swagger.invocation.converter
 
ConverterCommon - Class in org.apache.servicecomb.swagger.invocation.converter.impl
 
ConverterCommon(Type) - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.ConverterCommon
 
converterMgr - Variable in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
ConverterMgr - Class in org.apache.servicecomb.swagger.invocation.converter
 
ConverterMgr() - Constructor for class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
ConverterSame - Class in org.apache.servicecomb.swagger.invocation.converter.impl
 
convertException(int, String, Throwable, String) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
convertExceptionToResponse(SwaggerInvocation, Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
convertExceptionToResponse(SwaggerInvocation, Throwable) - Method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionToResponseConverters
 
convertProducerException(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
convertProducerException(Throwable, String) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
correctType(Class<?>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
create(int) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
create(int) - Method in interface org.apache.servicecomb.swagger.invocation.arguments.ContextArgumentMapperFactory
 
create(int) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
create(Response.StatusType, Object) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
create(int, String, Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
create(Response.StatusType, Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createArgumentMapperWithConverter(int, int, Converter) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentMapperWithConverter(int, int, Converter) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createArgumentMapperWithConverter(int, int, Converter) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createArgumentsMapper(Method, Method) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createArgumentsMapper(ArgumentsMapperConfig) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, Map<Integer, FieldInfo>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, Map<Integer, FieldInfo>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
createBodyFieldArgMapper(ArgumentsMapperConfig, Map<Integer, FieldInfo>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
createConsumer(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
createConsumer(Class<?>, Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
createConsumerException(Object) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
createConsumerFail(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createContextArg(SwaggerInvocation) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
createContextArg(SwaggerInvocation) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapper
 
createFactoryMap(List<ContextArgumentMapperFactory>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
createFail(InvocationException) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createFail(InvocationType, String) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createFail(InvocationType, Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createProducer(Object, Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
createProducerException(Object) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
createProducerFail(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createResponseMapper(ResponseMapperFactorys<ConsumerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<ConsumerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<ConsumerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<ProducerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<ProducerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<ProducerResponseMapper>, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory
 
createResponseMapper(ResponseMapperFactorys<MAPPER>, Type, Type) - Method in interface org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactory
 
createResponseMapper(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactorys
 
createSuccess(Response.StatusType, Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
createSuccess(Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
CseResponseConsumerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.consumer
 
CseResponseConsumerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory
 
CseResponseProducerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.producer
 
CseResponseProducerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory
 
CustomizedConverter - Interface in org.apache.servicecomb.swagger.invocation.converter
 

D

DefaultConsumerResponseMapper - Class in org.apache.servicecomb.swagger.invocation.response.consumer
 
DefaultConsumerResponseMapper(Converter) - Constructor for class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapper
 
DefaultConsumerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.consumer
 
DefaultConsumerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory
 
DefaultExceptionToResponseConverter - Class in org.apache.servicecomb.swagger.invocation.exception
 
DefaultExceptionToResponseConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.exception.DefaultExceptionToResponseConverter
 
DefaultProducerResponseMapper - Class in org.apache.servicecomb.swagger.invocation.response.producer
 
DefaultProducerResponseMapper(Converter) - Constructor for class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapper
 
DefaultProducerResponseMapperFactory - Class in org.apache.servicecomb.swagger.invocation.response.producer
 
DefaultProducerResponseMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory
 
doCompletableFutureInvoke(SwaggerInvocation, AsyncResponse) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
doCreate(Response.StatusType, Object) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
doCreate(int, String, CommonExceptionData, Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
doInvoke(SwaggerInvocation) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 

E

entity(Object) - Method in class org.apache.servicecomb.swagger.invocation.Response
 
ExceptionFactory - Class in org.apache.servicecomb.swagger.invocation.exception
 
ExceptionToResponseConverter<T extends Throwable> - Interface in org.apache.servicecomb.swagger.invocation.exception
 
ExceptionToResponseConverters - Class in org.apache.servicecomb.swagger.invocation.exception
 
ExceptionToResponseConverters() - Constructor for class org.apache.servicecomb.swagger.invocation.exception.ExceptionToResponseConverters
 

F

fail(InvocationType, Throwable) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
failResp(InvocationException) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
failResp(InvocationType, Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
FieldInfo - Class in org.apache.servicecomb.swagger.invocation.arguments
 
FieldInfo(Field, Converter) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.FieldInfo
 
FileToPartConverter - Class in org.apache.servicecomb.swagger.invocation.converter.impl.part
 
FileToPartConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.part.FileToPartConverter
 
findArrayToCollection(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findAssignable(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findCollectionToArray(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findCommonConverter(Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findConverter(InvocationType, Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findConverter(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findFactory(Type) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
findOperation(String) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
findOperation(String) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
findResponseMeta(int) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponsesMeta
 
findSrcTarget(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
findSwaggerMethodName(Method) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 

G

getAllOperations() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
getAndRemoveInvocationContext() - Static method in class org.apache.servicecomb.swagger.invocation.context.ContextUtils
 
getArgumentMapper(int) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
getArgumentMapperList() - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getArgumentsMapper() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
getArgumentsMapper() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getConsumerArgumentsFactory() - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
getConsumerIntf() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
getConsumerMethod() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
getContext(String) - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
getContext() - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
getContext(String) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
getContextClass() - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapperFactory
 
getContextClass() - Method in interface org.apache.servicecomb.swagger.invocation.arguments.ContextArgumentMapperFactory
 
getContextClass() - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
getConverter() - Method in class org.apache.servicecomb.swagger.invocation.arguments.FieldInfo
 
getErrorData() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
getExceptionClass() - Method in class org.apache.servicecomb.swagger.invocation.exception.DefaultExceptionToResponseConverter
 
getExceptionClass() - Method in interface org.apache.servicecomb.swagger.invocation.exception.ExceptionToResponseConverter
 
getExceptionClass() - Method in class org.apache.servicecomb.swagger.invocation.exception.InvocationExceptionToResponseConverter
 
getField() - Method in class org.apache.servicecomb.swagger.invocation.arguments.FieldInfo
 
getFirst(String) - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
getHeader(String) - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
getHeaderMap() - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
getHeaders() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
getHeaders() - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMeta
 
getIndex() - Method in class org.apache.servicecomb.swagger.invocation.arguments.ProviderParameter
 
getInstance() - Static method in class org.apache.servicecomb.swagger.invocation.converter.impl.ConverterSame
 
getInstance() - Static method in class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementArrayToList
 
getInstance() - Static method in class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementArrayToSet
 
getInvocation() - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
getInvocationContext() - Static method in class org.apache.servicecomb.swagger.invocation.context.ContextUtils
 
getInvocationQualifiedName() - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
getInvocationType() - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
getJavaType() - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMeta
 
getMessage() - Method in class org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData
 
getMessage() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
getName() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
getName() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getOrder() - Method in interface org.apache.servicecomb.swagger.invocation.exception.ExceptionToResponseConverter
 
getOrder() - Method in interface org.apache.servicecomb.swagger.invocation.extension.ProducerInvokeExtension
 
getOrder() - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory
 
getOrder() - Method in class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory
 
getOrder() - Method in interface org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactory
 
getParameterType() - Method in class org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor
 
getParentContext() - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
getProducerArgumentsFactory() - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
getProducerClass() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getProducerCls() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
getProducerInstance() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getProducerMethod() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getProducerResponse() - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
getProviderMethod() - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getProxy() - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
getReasonPhrase() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
getReasonPhrase() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
getResponseMapper() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
getResponseMapper() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getResult() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
getSrcType() - Method in interface org.apache.servicecomb.swagger.invocation.converter.CustomizedConverter
 
getSrcType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.BytesToPartConverter
 
getSrcType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.FileToPartConverter
 
getSrcType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.InputStreamToPartConverter
 
getSrcType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.ResourceToPartConverter
 
getStatus() - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
getStatus() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
getStatus() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
getStatusCode() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
getStatusCode() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
getSwaggerArgument(int) - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
getSwaggerArgument(int) - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
getSwaggerArguments() - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
getSwaggerIntf() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
getSwaggerIntf() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
getSwaggerMethod() - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
getSwaggerMethod() - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
getSwaggerMethod() - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
getSwaggerParamType() - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
getTargetType() - Method in interface org.apache.servicecomb.swagger.invocation.converter.CustomizedConverter
 
getTargetType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.BytesToPartConverter
 
getTargetType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.FileToPartConverter
 
getTargetType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.InputStreamToPartConverter
 
getTargetType() - Method in class org.apache.servicecomb.swagger.invocation.converter.impl.part.ResourceToPartConverter
 
getType() - Method in class org.apache.servicecomb.swagger.invocation.arguments.ProviderParameter
 

H

handle(Response) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
Headers - Class in org.apache.servicecomb.swagger.invocation.response
 
Headers() - Constructor for class org.apache.servicecomb.swagger.invocation.response.Headers
 
HttpStatus - Class in org.apache.servicecomb.swagger.invocation.context
 
HttpStatus(int, String) - Constructor for class org.apache.servicecomb.swagger.invocation.context.HttpStatus
 
httpStatus - Variable in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
HttpStatusManager - Class in org.apache.servicecomb.swagger.invocation.context
 
HttpStatusManager() - Constructor for class org.apache.servicecomb.swagger.invocation.context.HttpStatusManager
 

I

init(SwaggerToClassGenerator, Response) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMeta
 
init(SwaggerToClassGenerator, Operation, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponsesMeta
 
initSuccessResponse(Type) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponsesMeta
 
InputStreamToPartConverter - Class in org.apache.servicecomb.swagger.invocation.converter.impl.part
 
InputStreamToPartConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.part.InputStreamToPartConverter
 
InvocationContext - Class in org.apache.servicecomb.swagger.invocation.context
设置特定的Cse Context数据
InvocationContext() - Constructor for class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
InvocationContextParameter - Class in org.apache.servicecomb.swagger.extend.parameter
 
InvocationContextParameter() - Constructor for class org.apache.servicecomb.swagger.extend.parameter.InvocationContextParameter
 
InvocationContextProcessor - Class in org.apache.servicecomb.swagger.invocation.generator
 
InvocationContextProcessor() - Constructor for class org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor
 
InvocationException - Exception in org.apache.servicecomb.swagger.invocation.exception
业务在provider端,想返回在swagger中定义好的错误 通过抛出本类型的异常来实现 如果不是本类型的异常,则强制认为是PRODUCER_INNER_STATUS_CODE错误
InvocationException(Response.StatusType, Object) - Constructor for exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
InvocationException(Response.StatusType, String) - Constructor for exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
InvocationException(int, String, Object, Throwable) - Constructor for exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
InvocationException(int, String, Object) - Constructor for exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
InvocationExceptionToResponseConverter - Class in org.apache.servicecomb.swagger.invocation.exception
 
InvocationExceptionToResponseConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.exception.InvocationExceptionToResponseConverter
 
InvocationType - Enum in org.apache.servicecomb.swagger.invocation
 
invocationType - Variable in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
invoke(SwaggerInvocation, AsyncResponse) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
invoke(Object, Method, Object[]) - Method in class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 
isFailed() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory
 
isMatch(Type, Type) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory
 
isMatch(Type, Type) - Method in interface org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactory
 
isSuccessed() - Method in class org.apache.servicecomb.swagger.invocation.Response
 
isSwaggerWrapBody(ArgumentsMapperConfig, List<ProviderParameter>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 

L

LocalProducerInvoker - Class in org.apache.servicecomb.swagger.engine.unittest
 
LocalProducerInvoker(SwaggerConsumer, SwaggerProducer) - Constructor for class org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker
 

M

mapArgument(SwaggerInvocation, Object[]) - Method in interface org.apache.servicecomb.swagger.invocation.arguments.ArgumentMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentSame
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentToBodyField
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerInvocationContextMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentSame
 
mapArgument(SwaggerInvocation, Object[]) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.SwaggerArgumentToProducerBodyField
 
mapResponse(Response) - Method in interface org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapper
 
mapResponse(Response) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapper
 
mapResponse(Response.StatusType, Object) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapper
 
mapResponse(Response.StatusType, Object) - Method in interface org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapper
 

O

ok(Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
org.apache.servicecomb.swagger.engine - package org.apache.servicecomb.swagger.engine
 
org.apache.servicecomb.swagger.engine.bootstrap - package org.apache.servicecomb.swagger.engine.bootstrap
 
org.apache.servicecomb.swagger.engine.unittest - package org.apache.servicecomb.swagger.engine.unittest
 
org.apache.servicecomb.swagger.extend.parameter - package org.apache.servicecomb.swagger.extend.parameter
 
org.apache.servicecomb.swagger.invocation - package org.apache.servicecomb.swagger.invocation
 
org.apache.servicecomb.swagger.invocation.arguments - package org.apache.servicecomb.swagger.invocation.arguments
 
org.apache.servicecomb.swagger.invocation.arguments.consumer - package org.apache.servicecomb.swagger.invocation.arguments.consumer
 
org.apache.servicecomb.swagger.invocation.arguments.producer - package org.apache.servicecomb.swagger.invocation.arguments.producer
 
org.apache.servicecomb.swagger.invocation.context - package org.apache.servicecomb.swagger.invocation.context
 
org.apache.servicecomb.swagger.invocation.converter - package org.apache.servicecomb.swagger.invocation.converter
 
org.apache.servicecomb.swagger.invocation.converter.impl - package org.apache.servicecomb.swagger.invocation.converter.impl
 
org.apache.servicecomb.swagger.invocation.converter.impl.part - package org.apache.servicecomb.swagger.invocation.converter.impl.part
 
org.apache.servicecomb.swagger.invocation.exception - package org.apache.servicecomb.swagger.invocation.exception
 
org.apache.servicecomb.swagger.invocation.extension - package org.apache.servicecomb.swagger.invocation.extension
 
org.apache.servicecomb.swagger.invocation.generator - package org.apache.servicecomb.swagger.invocation.generator
 
org.apache.servicecomb.swagger.invocation.response - package org.apache.servicecomb.swagger.invocation.response
 
org.apache.servicecomb.swagger.invocation.response.consumer - package org.apache.servicecomb.swagger.invocation.response.consumer
 
org.apache.servicecomb.swagger.invocation.response.producer - package org.apache.servicecomb.swagger.invocation.response.producer
 

P

parentContext - Variable in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
process(OperationGenerator, int) - Method in class org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor
 
processException(SwaggerInvocation, Throwable) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
PRODUCER_INNER_REASON_PHRASE - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
PRODUCER_INNER_STATUS - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
PRODUCER_INNER_STATUS_CODE - Static variable in class org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory
 
producerArgIdx - Variable in class org.apache.servicecomb.swagger.invocation.arguments.producer.AbstractProducerContextArgMapper
 
ProducerArgumentSame - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
 
ProducerArgumentSame(int, int, Converter) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentSame
 
ProducerArgumentsMapper - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
将契约参数转为producer原型 比如契约原型是 int add(int x, int y) 而producer原型是int add(HttpRequest request, int x, int y)
ProducerArgumentsMapper(List<ArgumentMapper>, int) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapper
 
ProducerArgumentsMapperFactory - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
 
ProducerArgumentsMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
producerFail(Throwable) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
producerFailResp(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
ProducerInvocationContextMapper - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
 
ProducerInvocationContextMapper(int) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapper
 
ProducerInvocationContextMapperFactory - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
 
ProducerInvocationContextMapperFactory() - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerInvocationContextMapperFactory
 
ProducerInvokeExtension - Interface in org.apache.servicecomb.swagger.invocation.extension
Producer method invocation extension to handle the required validations/checks before invoking the actual method.
ProducerResponseMapper - Interface in org.apache.servicecomb.swagger.invocation.response.producer
 
ProducerResponseMapperFactory - Interface in org.apache.servicecomb.swagger.invocation.response.producer
 
providerFailResp(Throwable) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
ProviderParameter - Class in org.apache.servicecomb.swagger.invocation.arguments
 
ProviderParameter(int, Type) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.ProviderParameter
 

R

removeInvocationContext() - Static method in class org.apache.servicecomb.swagger.invocation.context.ContextUtils
 
ResourceToPartConverter - Class in org.apache.servicecomb.swagger.invocation.converter.impl.part
 
ResourceToPartConverter() - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.part.ResourceToPartConverter
 
Response - Class in org.apache.servicecomb.swagger.invocation
用jaxrs的Response能表达所有概念 但是那个是abstract类,在不引入jersey之类的库的情况下,我们需要补充的功能太多 所以,使用一个简单的归一化类
Response() - Constructor for class org.apache.servicecomb.swagger.invocation.Response
 
ResponseMapperFactory<MAPPER> - Interface in org.apache.servicecomb.swagger.invocation.response
 
ResponseMapperFactorys<MAPPER> - Class in org.apache.servicecomb.swagger.invocation.response
 
ResponseMapperFactorys(Class<? extends ResponseMapperFactory<MAPPER>>, ConverterMgr) - Constructor for class org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactorys
 
ResponseMapperFactorys(Class<? extends ResponseMapperFactory<MAPPER>>) - Constructor for class org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactorys
 
ResponseMeta - Class in org.apache.servicecomb.swagger.invocation.response
 
ResponseMeta() - Constructor for class org.apache.servicecomb.swagger.invocation.response.ResponseMeta
 
ResponsesMeta - Class in org.apache.servicecomb.swagger.invocation.response
 
ResponsesMeta() - Constructor for class org.apache.servicecomb.swagger.invocation.response.ResponsesMeta
 

S

SameElementArrayToList - Class in org.apache.servicecomb.swagger.invocation.converter.impl
 
SameElementArrayToSet - Class in org.apache.servicecomb.swagger.invocation.converter.impl
 
SameElementCollectionToArray - Class in org.apache.servicecomb.swagger.invocation.converter.impl
 
SameElementCollectionToArray(Class<?>) - Constructor for class org.apache.servicecomb.swagger.invocation.converter.impl.SameElementCollectionToArray
 
setArgumentMapperList(List<ArgumentMapper>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setArgumentsMapper(ConsumerArgumentsMapper) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
setArgumentsMapper(ProducerArgumentsMapper) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setConsumerArgumentsFactory(ConsumerArgumentsMapperFactory) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
setConsumerIntf(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
setConsumerMethod(Method) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
setContext(Map<String, String>) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
setConverterMgr(ConverterMgr) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
setConverterMgr(ConverterMgr) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 
setConverterMgr(ConverterMgr) - Method in class org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory
 
setConverterMgr(ConverterMgr) - Method in class org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory
 
setConverterMgr(ConverterMgr) - Method in interface org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactory
 
setConverterMgr(ConverterMgr) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMapperFactorys
 
setCustomizedConverters(List<CustomizedConverter>) - Method in class org.apache.servicecomb.swagger.invocation.converter.ConverterMgr
 
setFactoryList(List<ContextArgumentMapperFactory>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapperFactory
 
setFactoryList(List<ContextArgumentMapperFactory>) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapperFactory
 
setHeaderMap(Map<String, List<Object>>) - Method in class org.apache.servicecomb.swagger.invocation.response.Headers
 
setHeaders(Headers) - Method in class org.apache.servicecomb.swagger.invocation.Response
 
setIndex(int) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ProviderParameter
 
setInvocationContext(InvocationContext) - Static method in class org.apache.servicecomb.swagger.invocation.context.ContextUtils
 
setJavaType(JavaType) - Method in class org.apache.servicecomb.swagger.invocation.response.ResponseMeta
 
setMessage(String) - Method in class org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData
 
setName(String) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
setName(String) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setProducerArgumentsFactory(ProducerArgumentsMapperFactory) - Method in class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
setProducerClass(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setProducerCls(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
setProducerInstance(Object) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setProducerMethod(Method) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setProviderMethod(Method) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setResponseMapper(ConsumerResponseMapper) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
setResponseMapper(ProducerResponseMapper) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setResult(Object) - Method in class org.apache.servicecomb.swagger.invocation.Response
 
setStatus(Response.StatusType) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
setStatus(int, String) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
setStatus(int) - Method in class org.apache.servicecomb.swagger.invocation.context.InvocationContext
 
setStatus(Response.StatusType) - Method in class org.apache.servicecomb.swagger.invocation.Response
 
setSwaggerArgument(int, Object) - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
setSwaggerArguments(Object[]) - Method in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
setSwaggerIntf(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
setSwaggerIntf(Class<?>) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
setSwaggerMethod(Method) - Method in class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
setSwaggerMethod(Method) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
setSwaggerMethod(Method) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig
 
setType(Type) - Method in class org.apache.servicecomb.swagger.invocation.arguments.ProviderParameter
 
status(Response.StatusType) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
success(Response.StatusType, Object) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
success(Object) - Method in interface org.apache.servicecomb.swagger.invocation.AsyncResponse
 
success(Object, Response.StatusType) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
succResp(Object) - Static method in class org.apache.servicecomb.swagger.invocation.Response
 
swaggerArguments - Variable in class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
SwaggerArgumentToProducerBodyField - Class in org.apache.servicecomb.swagger.invocation.arguments.producer
透明RPC的典型场景 因为没有标注指明RESTful映射方式 所以,所有参数被包装为一个class,每个参数是一个field producer在处理时,需要将这些field取出来当作参数使用
SwaggerArgumentToProducerBodyField(Map<Integer, FieldInfo>) - Constructor for class org.apache.servicecomb.swagger.invocation.arguments.producer.SwaggerArgumentToProducerBodyField
 
SwaggerBootstrap - Interface in org.apache.servicecomb.swagger.engine
 
SwaggerConsumer - Class in org.apache.servicecomb.swagger.engine
 
SwaggerConsumer() - Constructor for class org.apache.servicecomb.swagger.engine.SwaggerConsumer
 
SwaggerConsumerOperation - Class in org.apache.servicecomb.swagger.engine
 
SwaggerConsumerOperation() - Constructor for class org.apache.servicecomb.swagger.engine.SwaggerConsumerOperation
 
SwaggerEnvironment - Class in org.apache.servicecomb.swagger.engine
 
SwaggerEnvironment() - Constructor for class org.apache.servicecomb.swagger.engine.SwaggerEnvironment
 
SwaggerInvocation - Class in org.apache.servicecomb.swagger.invocation
 
SwaggerInvocation() - Constructor for class org.apache.servicecomb.swagger.invocation.SwaggerInvocation
 
SwaggerProducer - Class in org.apache.servicecomb.swagger.engine
 
SwaggerProducer() - Constructor for class org.apache.servicecomb.swagger.engine.SwaggerProducer
 
SwaggerProducerOperation - Class in org.apache.servicecomb.swagger.engine
 
SwaggerProducerOperation() - Constructor for class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 
syncInvoke(SwaggerInvocation, AsyncResponse) - Method in class org.apache.servicecomb.swagger.engine.SwaggerProducerOperation
 

T

toInvocation(Object[], SwaggerInvocation) - Method in class org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper
 
toProducerArgs(SwaggerInvocation) - Method in class org.apache.servicecomb.swagger.invocation.arguments.producer.ProducerArgumentsMapper
 
toString() - Method in class org.apache.servicecomb.swagger.invocation.exception.CommonExceptionData
 
toString() - Method in exception org.apache.servicecomb.swagger.invocation.exception.InvocationException
 
type - Variable in class org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperFactory
 

V

valueOf(String) - Static method in enum org.apache.servicecomb.swagger.invocation.InvocationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.servicecomb.swagger.invocation.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P R S T V 
Skip navigation links

Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.