Package com.oracle.webservices.api
Class EnvelopeStyleFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.oracle.webservices.api.EnvelopeStyleFeature
-
public class EnvelopeStyleFeature extends jakarta.xml.ws.WebServiceFeature
-
-
Constructor Summary
Constructors Constructor Description EnvelopeStyleFeature(EnvelopeStyle.Style... s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
EnvelopeStyle.Style[]
getStyles()
-
-
-
Constructor Detail
-
EnvelopeStyleFeature
public EnvelopeStyleFeature(EnvelopeStyle.Style... s)
-
-
Method Detail
-
getStyles
public EnvelopeStyle.Style[] getStyles()
-
getID
public String getID()
- Specified by:
getID
in classjakarta.xml.ws.WebServiceFeature
-
-