com.aliyuncs.regions
类 RemoteEndpointsParser

java.lang.Object
  继承者 com.aliyuncs.regions.RemoteEndpointsParser
所有已实现的接口:
IEndpointsProvider

public class RemoteEndpointsParser
extends Object
implements IEndpointsProvider


构造方法摘要
RemoteEndpointsParser()
           
 
方法摘要
 List<Endpoint> getEndpoints()
           
 List<Endpoint> getEndpoints(String regionId, String serviceCode, String endpointType, Credential credential, LocationConfig locationConfig)
           
static RemoteEndpointsParser initRemoteEndpointsParser()
           
 void setDescribeEndpointService(DescribeEndpointService describeEndpointService)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RemoteEndpointsParser

public RemoteEndpointsParser()
方法详细信息

setDescribeEndpointService

public void setDescribeEndpointService(DescribeEndpointService describeEndpointService)

initRemoteEndpointsParser

public static RemoteEndpointsParser initRemoteEndpointsParser()

getEndpoints

public List<Endpoint> getEndpoints()
                            throws ClientException
指定者:
接口 IEndpointsProvider 中的 getEndpoints
抛出:
ClientException

getEndpoints

public List<Endpoint> getEndpoints(String regionId,
                                   String serviceCode,
                                   String endpointType,
                                   Credential credential,
                                   LocationConfig locationConfig)
                            throws ClientException
指定者:
接口 IEndpointsProvider 中的 getEndpoints
抛出:
ClientException


Copyright © 2016. All Rights Reserved.