Searched refs:setRoles (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationInfo.java80 public void setRoles(Set<String> roles) { method in class:HandlerAnnotationInfo
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DSOAPBinding.java76 public void setRoles(Set<String> roles); method in interface:SOAPBinding
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelation.java90 * @see #setRoles
194 public RoleResult setRoles(RoleList roleList) method in interface:Relation
H A DRoleResult.java132 setRoles(list);
146 * @see #setRoles
170 public void setRoles(RoleList list) { method in class:RoleResult
H A DRelationServiceMBean.java422 * setRoles() (for each role) methods (implementation provided in
425 * setRoles() (for each role) methods.
468 * setRoles() (for each role) methods (implementation provided in
471 * setRoles() (for each role) methods.
651 * @see #setRoles
761 public RoleResult setRoles(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
316 * @see #setRoles
513 public RoleResult setRoles(RoleList list) method in class:RelationSupport
525 "setRoles", list);
529 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "setRoles");
1018 // It is also called in setRolesInt() method below (used in setRoles()
1019 // above and in RelationService setRoles() method).
1449 // This method is called in setRoles() above and in Relation Service
1450 // setRoles() metho
[all...]
H A DRelationService.java1088 * setRoles() (for each role) methods (implementation provided in
1091 * setRoles() (for each role) methods.
1198 * setRoles() (for each role) methods (implementation provided in
1201 * setRoles() (for each role) methods.
1921 * @see #setRoles
2239 public RoleResult setRoles(String relationId, method in class:RelationService
2251 "setRoles", new Object[] {relationId, roleList});
2286 "setRoles",
2299 RELATION_LOGGER.exiting(RelationService.class.getName(), "setRoles");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DSOAPBindingImpl.java86 setRoles(new HashSet<String>());
156 public void setRoles(Set<String> roles) { method in class:SOAPBindingImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DHandlerConfigurator.java138 ((SOAPBinding) binding).setRoles(chain.getRoles());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java308 info.setRoles(roles);
347 handlerInfo.setRoles(roles);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java271 ((SOAPBinding) binding).setRoles(chainInfo.getRoles());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java468 ((SOAPBinding)binding).setRoles(handlerInfo.getRoles());

Completed in 63 milliseconds