Class AlternateEndpointLocation

java.lang.Object
org.kuali.rice.ksb.messaging.AlternateEndpointLocation

public class AlternateEndpointLocation extends Object
Represents an alternate endpoint URL host based on an endpoint URL host replacement pattern (reg-exp) to replace with the given actual endpoint host value.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • AlternateEndpointLocation

      public AlternateEndpointLocation()
  • Method Details

    • getEndpointHostReplacementPattern

      public String getEndpointHostReplacementPattern()
    • setEndpointHostReplacementPattern

      public void setEndpointHostReplacementPattern(String endpointHostReplacementPattern)
    • getEndpointHostReplacementValue

      public String getEndpointHostReplacementValue()
    • setEndpointHostReplacementValue

      public void setEndpointHostReplacementValue(String endpointHostReplacementValue)