- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.oracle.webservices.api.EnvelopeStyleFeature
-
public class EnvelopeStyleFeature extends WebServiceFeature
-
-
Field Summary
-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description EnvelopeStyleFeature(EnvelopeStyle.Style... s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()EnvelopeStyle.Style[]getStyles()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Constructor Detail
-
EnvelopeStyleFeature
public EnvelopeStyleFeature(EnvelopeStyle.Style... s)
-
-
Method Detail
-
getStyles
public EnvelopeStyle.Style[] getStyles()
-
getID
public String getID()
- Specified by:
getIDin classWebServiceFeature
-
-