FileDocCategorySizeDatePackage
ServiceReferenceContainer.javaAPI DocGlassfish v2 API2949Fri May 04 22:31:56 BST 2007com.sun.enterprise.deployment.types

ServiceReferenceContainer

public interface ServiceReferenceContainer
This interface defines the behaviour of a Java EE component containaing web service references Note from the author, I hate being so verbose with method names but I follow the current design pattern. should be fixed one day
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidaddServiceReferenceDescriptor(com.sun.enterprise.deployment.ServiceReferenceDescriptor descriptor)
Add a new service reference

public com.sun.enterprise.deployment.ServiceReferenceDescriptorgetServiceReferenceByName(java.lang.String name)
get a particular service reference by name

public java.util.SetgetServiceReferenceDescriptors()
return the list of service references

public voidremoveServiceReferenceDescriptor(com.sun.enterprise.deployment.ServiceReferenceDescriptor descriptor)
remove a service reference