Uses of Interface
org.eclipse.wst.ws.service.policy.IPolicyRelationship

Packages that use IPolicyRelationship
org.eclipse.wst.ws.service.policy   
 

Uses of IPolicyRelationship in org.eclipse.wst.ws.service.policy
 

Classes in org.eclipse.wst.ws.service.policy that implement IPolicyRelationship
 class PolicyRelationshipImpl
          This class provides a simple implementation of the IPolicyRelationship interface.
 

Methods in org.eclipse.wst.ws.service.policy that return types with arguments of type IPolicyRelationship
 java.util.List<IPolicyRelationship> IServicePolicy.getRelationships()
          Returns a list of relationships to other IServicePolicy objects.
 

Method parameters in org.eclipse.wst.ws.service.policy with type arguments of type IPolicyRelationship
 void IServicePolicy.setRelationships(java.util.List<IPolicyRelationship> relationships)
          Sets the relationships for this service policy.