public class OutboundProfile extends Profile
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
OutboundProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<Policy> |
getAllPolices() |
String |
getAuthenticationProfile() |
Policy |
getFaultHandlerPolicy() |
List<Object> |
getParameters() |
Policy |
getRequestPolicy() |
Policy |
getResponsePolicy() |
Policy |
getRoutePolicy() |
String |
getRouteType() |
void |
setAuthenticationProfile(String authenticationProfile) |
void |
setFaultHandlerPolicy(Policy faultHandlerPolicy) |
void |
setParameters(List<Object> parameters) |
void |
setRequestPolicy(Policy requestPolicy) |
void |
setResponsePolicy(Policy responsePolicy) |
void |
setRoutePolicy(Policy routePolicy) |
void |
setRouteType(String routeType) |
getApiId, getApiMethodId, getApiMethodName, setApiId, setApiMethodId, setApiMethodNamepublic OutboundProfile()
throws AppException
AppExceptionpublic String getAuthenticationProfile()
public void setAuthenticationProfile(String authenticationProfile)
public String getRouteType()
public void setRouteType(String routeType)
public Policy getRequestPolicy()
public void setRequestPolicy(Policy requestPolicy) throws AppException
AppExceptionpublic Policy getResponsePolicy()
public void setResponsePolicy(Policy responsePolicy) throws AppException
AppExceptionpublic Policy getRoutePolicy()
public void setRoutePolicy(Policy routePolicy) throws AppException
AppExceptionpublic Policy getFaultHandlerPolicy()
public void setFaultHandlerPolicy(Policy faultHandlerPolicy) throws AppException
AppExceptionCopyright © 2020. All rights reserved.