javax.xml.ws
Interface WebServiceContext


public interface WebServiceContext


Method Summary
 MessageContext getMessageContext()
           
 java.security.Principal getUserPrincipal()
           
 boolean isUserInRole(java.lang.String s)
           
 

Method Detail

getMessageContext

MessageContext getMessageContext()

getUserPrincipal

java.security.Principal getUserPrincipal()

isUserInRole

boolean isUserInRole(java.lang.String s)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.