Uses of Class
javax.xml.ws.soap.AddressingFeature.Responses
-
Packages that use AddressingFeature.Responses 软件包 描述 javax.xml.ws.soap 该包定义了SOAP绑定专用的API。 -
-
Uses of AddressingFeature.Responses in javax.xml.ws.soap
Methods in javax.xml.ws.soap that return AddressingFeature.Responses Modifier and Type 方法 描述 AddressingFeature.Responses
AddressingFeature. getResponses()
如果启用寻址,则此属性确定端点是否需要使用匿名响应,或非匿名响应或所有响应。static AddressingFeature.Responses
AddressingFeature.Responses. valueOf(String name)
以指定的名称返回此类型的枚举常量。static AddressingFeature.Responses[]
AddressingFeature.Responses. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Constructors in javax.xml.ws.soap with parameters of type AddressingFeature.Responses Constructor 描述 AddressingFeature(boolean enabled, boolean required, AddressingFeature.Responses responses)
使用寻址要求创建和配置一个AddressingFeature
。
-