com.oracle.webservices.api
Class EnvelopeStyleFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.oracle.webservices.api.EnvelopeStyleFeature

public class EnvelopeStyleFeature
extends WebServiceFeature


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
EnvelopeStyleFeature(EnvelopeStyle.Style... s)
           
 
Method Summary
 String getID()
           
 EnvelopeStyle.Style[] getStyles()
           
 
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
 

Constructor Detail

EnvelopeStyleFeature

public EnvelopeStyleFeature(EnvelopeStyle.Style... s)
Method Detail

getStyles

public EnvelopeStyle.Style[] getStyles()

getID

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.