org.kuali.rice.ksb.messaging
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlternateEndpointLocation
public AlternateEndpointLocation()
getEndpointHostReplacementPattern
public String getEndpointHostReplacementPattern()
setEndpointHostReplacementPattern
public void setEndpointHostReplacementPattern(String endpointHostReplacementPattern)
getEndpointHostReplacementValue
public String getEndpointHostReplacementValue()
setEndpointHostReplacementValue
public void setEndpointHostReplacementValue(String endpointHostReplacementValue)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.