Searched refs:getRoles (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/soap/
H A DSOAPMessageContext.java75 * <code>getRoles</code>.
90 * {@link javax.xml.ws.soap.SOAPBinding#getRoles}. <code>Handler</code> instances in
98 public Set<String> getRoles(); method in interface:SOAPMessageContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationInfo.java71 public Set<String> getRoles() { method in class:HandlerAnnotationInfo
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DSOAPBinding.java68 public Set<String> getRoles(); method in interface:SOAPBinding
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelation.java92 public RoleResult getRoles(String[] roleNameArray) method in interface:Relation
192 * @see #getRoles
H A DRoleResult.java148 public RoleList getRoles() { method in class:RoleResult
168 * @see #getRoles
H A DRelationServiceMBean.java653 public RoleResult getRoles(String relationId, method in interface:RelationServiceMBean
759 * @see #getRoles
H A DRelationSupport.java318 public RoleResult getRoles(String[] roleNameArray) method in class:RelationSupport
327 RELATION_LOGGER.entering(RelationSupport.class.getName(), "getRoles");
332 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "getRoles");
511 * @see #getRoles
728 // It is also called in getRolesInt() below (used for getRoles() above
729 // and for Relation Service getRoles() method).
896 // This method is called in getRoles() above and in Relation Service
897 // getRoles() method.
H A DRelationService.java1923 public RoleResult getRoles(String relationId, method in class:RelationService
1935 "getRoles", relationId);
1966 "getRoles",
1979 RELATION_LOGGER.exiting(RelationService.class.getName(), "getRoles");
2008 "getRoles", relationId);
2031 RELATION_LOGGER.exiting(RelationService.class.getName(), "getRoles");
2237 * @see #getRoles
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/handler/
H A DMessageHandlerContext.java64 * @see javax.xml.ws.handler.soap.SOAPMessageContext#getRoles()
66 public Set<String> getRoles(); method in interface:MessageHandlerContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DSOAPBindingImpl.java140 handlerConfig = new HandlerConfiguration(handlerConfig.getRoles(), chain);
147 public Set<String> getRoles() { method in class:SOAPBindingImpl
148 return handlerConfig.getRoles();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DSOAPMessageContextImpl.java116 if(getRoles().contains(role)) {
127 public Set<String> getRoles() { method in class:SOAPMessageContextImpl
H A DMessageHandlerContextImpl.java62 public Set<String> getRoles() { method in class:MessageHandlerContextImpl
H A DClientMessageHandlerTube.java138 roles.addAll(handlerConfig.getRoles());
H A DClientSOAPHandlerTube.java102 roles.addAll(handlerConfig.getRoles());
H A DServerMessageHandlerTube.java80 roles.addAll(handlerConfig.getRoles());
H A DServerSOAPHandlerTube.java105 roles.addAll(handlerConfig.getRoles());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DClientMUTube.java77 // roles = handlerConfig.getRoles();
90 Set<QName> misUnderstoodHeaders = getMisUnderstoodHeaders(response.getMessage().getHeaders(), handlerConfig.getRoles(),handlerConfig.getHandlerKnownHeaders());
H A DServerMUTube.java54 roles = handlerConfig.getRoles();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DHandlerConfiguration.java107 public Set<String> getRoles() { method in class:HandlerConfiguration
H A DHandlerConfigurator.java138 ((SOAPBinding) binding).setRoles(chain.getRoles());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTube.java337 return ((SOAPBinding)binding).getRoles().contains(header.getRole(soapVersion));
/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 88 milliseconds