org.kuali.rice.ksb.messaging
Class AlternateEndpointLocation

java.lang.Object
  extended by 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 Summary
AlternateEndpointLocation()
           
 
Method Summary
 String getEndpointHostReplacementPattern()
           
 String getEndpointHostReplacementValue()
           
 void setEndpointHostReplacementPattern(String endpointHostReplacementPattern)
           
 void setEndpointHostReplacementValue(String endpointHostReplacementValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternateEndpointLocation

public AlternateEndpointLocation()
Method Detail

getEndpointHostReplacementPattern

public String getEndpointHostReplacementPattern()

setEndpointHostReplacementPattern

public void setEndpointHostReplacementPattern(String endpointHostReplacementPattern)

getEndpointHostReplacementValue

public String getEndpointHostReplacementValue()

setEndpointHostReplacementValue

public void setEndpointHostReplacementValue(String endpointHostReplacementValue)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.