public interface SOAP12Operation extends SOAP12Component
SOAP12Component.Visitor
ExtensibilityElement.EmbeddedModel, ExtensibilityElement.ParentSelector, ExtensibilityElement.UpdaterProvider
Modifier and Type | Field and Description |
---|---|
static String |
SOAP_ACTION_PROPERTY |
static String |
SOAP_ACTION_REQUIRED_PROPERTY |
static String |
STYLE_PROPERTY |
CONTENT_FRAGMENT_PROPERTY
DOCUMENTATION_PROPERTY, EXTENSIBILITY_ELEMENT_PROPERTY
TEXT_CONTENT_PROPERTY
Modifier and Type | Method and Description |
---|---|
String |
getSoapAction() |
String |
getSoapActionRequired() |
SOAP12Binding.Style |
getStyle() |
void |
setSoapAction(String soapActionURI) |
void |
setSoapActionRequired(String soapActionRequired) |
void |
setStyle(SOAP12Binding.Style v) |
accept
addAnyElement, getAnyAttribute, getAnyElements, getAttribute, getContentFragment, getQName, removeAnyElement, setAnyAttribute, setAttribute, setContentFragment
accept, addExtensibilityElement, createReferenceTo, createSchemaReference, getAttributeMap, getDocumentation, getExtensibilityElements, getExtensibilityElements, getModel, removeExtensibilityElement, setDocumentation
findAttributePosition, findChildComponent, findPosition, getAttribute, getPeer, isInDocumentModel, referencesSameNode, setAttribute
canPaste, copy, getChildren, getChildren, getChildren, getParent
static final String SOAP_ACTION_PROPERTY
static final String STYLE_PROPERTY
static final String SOAP_ACTION_REQUIRED_PROPERTY
SOAP12Binding.Style getStyle()
void setStyle(SOAP12Binding.Style v)
void setSoapAction(String soapActionURI)
String getSoapAction()
void setSoapActionRequired(String soapActionRequired)
String getSoapActionRequired()