public static interface ComponentSession.ExternalComponent
extends org.xmpp.component.Component
An ExternalComponent will be added as a route in the RoutingTable for each connected external component. This implies that when the server receives a packet whose domain matches the external component services address then a route to the external component will be used and the packet will be forwarded to the component on the other side of the connection.
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getInitialSubdomain() |
Collection<String> |
getSubdomains() |
String |
getType() |
void |
setCategory(String category) |
void |
setName(String name) |
void |
setType(String type) |
Copyright © 2003-2008 Jive Software.