javax.wsdl.extensions.dime
Interface DIMEMessage
- All Superinterfaces:
- ExtensibilityElement, java.io.Serializable
- public interface DIMEMessage
- extends ExtensibilityElement, java.io.Serializable
Interface represents <dime:message /> extensibility element of the WSDL.
See http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/
.
- Component:
- WSDL-API interfaces
Method Summary |
java.lang.String |
getLayout()
Get the layout of the DIME message. |
void |
setLayout(java.lang.String layoutURI)
Set the layout of the DIME message. |
LAYOUT_OPEN
public static final java.lang.String LAYOUT_OPEN
- See Also:
- Constant Field Values
LAYOUT_CLOSED
public static final java.lang.String LAYOUT_CLOSED
- See Also:
- Constant Field Values
setLayout
public void setLayout(java.lang.String layoutURI)
- Set the layout of the DIME message.
getLayout
public java.lang.String getLayout()
- Get the layout of the DIME message.
- Returns:
- URI representing layout