| Constructor and Description |
|---|
Method.MethodBuilder() |
public Method.MethodBuilder isAsynchronous(boolean isAsynchronous)
public Method.MethodBuilder consumes(String consumes)
public Method.MethodBuilder name(String name)
public Method.MethodBuilder produces(String produces)
public Method.MethodBuilder path(String path)
public Method.MethodBuilder pathExample(String pathExample)
public Method.MethodBuilder returnOptions(List<Return> returnOptions)
public Method.MethodBuilder parameter(TransportType parameter)
public Method.MethodBuilder httpMethodType(String httpMethodType)
public Method.MethodBuilder description(String description)
public Method.MethodBuilder soapBinding(SoapBinding soapBinding)
public Method.MethodBuilder param(Param.Type paramType, Param param)
protected void addHeaderParam(HeaderParam headerParam)
protected void addCookieParam(CookieParam cookieParam)
protected void addFormParam(FormParam formParam)
protected void addMatrixParam(MatrixParam matrixParam)
protected void addPathParam(PathParam pathParam)
protected void addQueryParam(QueryParam queryParam)
public void soapInputHeader(TransportType soapHeader)
public Method build()
Copyright © 2015. All rights reserved.