Uses of Class
javax.xml.ws.soap.AddressingFeature.Responses

Packages that use AddressingFeature.Responses
javax.xml.ws.soap   
 

Uses of AddressingFeature.Responses in javax.xml.ws.soap
 

Methods in javax.xml.ws.soap that return AddressingFeature.Responses
 AddressingFeature.Responses AddressingFeature.getResponses()
           
static AddressingFeature.Responses AddressingFeature.Responses.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AddressingFeature.Responses[] AddressingFeature.Responses.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in javax.xml.ws.soap with parameters of type AddressingFeature.Responses
AddressingFeature(boolean enabled, boolean required, AddressingFeature.Responses responses)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.