javax.xml.ws.soap
Class AddressingFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by javax.xml.ws.soap.AddressingFeature

public final class AddressingFeature
extends WebServiceFeature


Nested Class Summary
static class AddressingFeature.Responses
           
 
Field Summary
static String ID
           
protected  boolean required
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
AddressingFeature()
           
AddressingFeature(boolean enabled)
           
AddressingFeature(boolean enabled, boolean required)
           
AddressingFeature(boolean enabled, boolean required, AddressingFeature.Responses responses)
           
 
Method Summary
 String getID()
           
 AddressingFeature.Responses getResponses()
           
 boolean isRequired()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

required

protected boolean required
Constructor Detail

AddressingFeature

public AddressingFeature()

AddressingFeature

public AddressingFeature(boolean enabled)

AddressingFeature

public AddressingFeature(boolean enabled,
                         boolean required)

AddressingFeature

public AddressingFeature(boolean enabled,
                         boolean required,
                         AddressingFeature.Responses responses)
Since:
2.2
Method Detail

isRequired

public boolean isRequired()

getID

public String getID()
Specified by:
getID in class WebServiceFeature

getResponses

public AddressingFeature.Responses getResponses()
Since:
2.2


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