Searched refs:setRole (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPHeaderElement.java45 * equivalent to {@link #setRole(String)}
70 public void setRole(String uri) throws SOAPException; method in interface:SOAPHeaderElement
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelation.java68 * @see #setRole
162 public void setRole(Role role) method in interface:Relation
H A DRelationServiceMBean.java421 * <P>It is called in relation MBean setRole() (for given role) and
424 * <P>It is also called in Relation Service setRole() (for given role) and
467 * <P>It is called in relation MBean setRole() (for given role) and
470 * <P>It is also called in Relation Service setRole() (for given role) and
627 * @see #setRole
731 public void setRole(String relationId, method in interface:RelationServiceMBean
H A DRelationSupport.java107 // - if the relation is a MBean, via setRole() and setRoles() methods, or
108 // via Relation Service setRole() and setRoles() methods
277 * @see #setRole
466 public void setRole(Role role) method in class:RelationSupport
480 "setRole", role);
485 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "setRole");
1016 // This method is called in setRole() above.
1017 // It is also called by the Relation Service setRole() method.
1097 // roles automatically initialized are set using setRole())
1132 // Call from setRole() metho
[all...]
H A DRelationService.java1087 * <P>It is called in relation MBean setRole() (for given role) and
1090 * <P>It is also called in Relation Service setRole() (for given role) and
1197 * <P>It is called in relation MBean setRole() (for given role) and
1200 * <P>It is also called in Relation Service setRole() (for given role) and
1834 * @see #setRole
2137 public void setRole(String relationId, method in class:RelationService
2151 "setRole", new Object[] {relationId, role});
2214 RELATION_LOGGER.exiting(RelationService.class.getName(), "setRole");
3376 // Use standard setRole()
3730 // using setRole()
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DHeaderElementImpl.java79 public void setRole(String roleUri) throws SOAPException { method in class:HeaderElementImpl

Completed in 540 milliseconds