com.cyclonecommerce.cybervan.api
Class RoutingInformation
java.lang.Object
|
+--com.cyclonecommerce.cybervan.api.RoutingInformation
- public class RoutingInformation
- extends java.lang.Object
- implements java.io.Serializable
Represents addition routing information, such as target
destinations based on content type.
Not supported for remote clients.
Intended for internal Sterling GENTRAN client only
- Version:
- 2.2
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getContentTypeRoutingTarget(java.lang.String type)
Returns the target routing destination based on content type |
void |
setContentTypeRoutingTarget(java.lang.String type,
java.lang.String destination)
Set the target routing destination based on content type |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RoutingInformation
public RoutingInformation()
setContentTypeRoutingTarget
public void setContentTypeRoutingTarget(java.lang.String type,
java.lang.String destination)
- Set the target routing destination based on content type
- Parameters:
type - The content typedestination - The target routing destination
getContentTypeRoutingTarget
public java.lang.String getContentTypeRoutingTarget(java.lang.String type)
- Returns the target routing destination based on content type
- Parameters:
type - The content type- Returns:
-