|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceDeployer
Component to deploy components in XFire using (optional) predefined configurations
| Method Summary | |
|---|---|
void |
deploy(java.lang.String key,
java.lang.Object object)
Deploy the specified object via XFire. |
void |
undeploy(java.lang.String key)
Undeploy the specified object as previously deployed with deploy(String, Object) |
| Method Detail |
|---|
void deploy(java.lang.String key,
java.lang.Object object)
throws java.lang.Exception
key - Key of service to deploy. Required.object - Object to deploy as service. Required.
java.lang.Exceptionvoid undeploy(java.lang.String key)
deploy(String, Object)
key - Key of service to undeploy. Required.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||