|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.types.AttributableSupport
org.ws4d.java.wsdl.IOType
public class IOType
WSDL 1.1 paramType
. Possible usage = wsdl:input, wsdl:output,
wsdl:fault.
Field Summary | |
---|---|
static java.lang.String |
REQUEST_SUFFIX
|
static java.lang.String |
RESPONSE_SUFFIX
|
static java.lang.String |
SOLICIT_SUFFIX
|
static java.lang.String |
SUFFIX_FAULT
|
static java.lang.String |
SUFFIX_INPUT
|
static java.lang.String |
SUFFIX_OUTPUT
|
static java.lang.String |
URL_DELIMITER
|
static java.lang.String |
URN_DELIMITER
|
Constructor Summary | |
---|---|
IOType()
|
|
IOType(QName message)
|
|
IOType(java.lang.String name,
QName message)
|
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the wsa:Action URI as String. |
WSDLMessage |
getMessage()
|
QName |
getMessageName()
Returns the WSDL messageName for this |
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
Returns the namespace within which this input/output/fault element resides. |
WSDLOperation |
getOperation()
|
DataStructure |
getParts()
|
WSDLPortType |
getPortType()
|
WSDL |
getWsdl()
|
void |
setAction(java.lang.String action)
Sets the wsa:Action. |
void |
setAttribute(QName name,
CustomAttributeValue value)
Sets the value for the attribute with the specified
name . |
void |
setAttributes(HashMap attributes)
Sets all attributes at once to those contained within argument attributes . |
void |
setMessage(QName messageName)
Sets the WSDL messageName. |
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
|
Methods inherited from class org.ws4d.java.types.AttributableSupport |
---|
equals, getAttribute, getAttributes, hasAttributes, hashCode, serializeAttributes, setAttribute |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SUFFIX_INPUT
public static final java.lang.String SUFFIX_OUTPUT
public static final java.lang.String SUFFIX_FAULT
public static final java.lang.String REQUEST_SUFFIX
public static final java.lang.String RESPONSE_SUFFIX
public static final java.lang.String SOLICIT_SUFFIX
public static final java.lang.String URL_DELIMITER
public static final java.lang.String URN_DELIMITER
Constructor Detail |
---|
public IOType()
public IOType(QName message)
message
- public IOType(java.lang.String name, QName message)
name
- message
- Method Detail |
---|
public java.lang.String toString()
toString
in class AttributableSupport
public void setAttribute(QName name, CustomAttributeValue value)
Attributable
value
for the attribute with the specified
name
. Throws a
java.lang.IllegalArgumentException
in case name
is null
.
setAttribute
in interface Attributable
setAttribute
in class AttributableSupport
name
- the name of the attribute to set, must not be
null
value
- the value to set the named attribute to (may be
null
public void setAttributes(HashMap attributes)
Attributable
attributes
. Note that depending on the actual implementation
it is possible that the map attributes
points at may be used
for the actual internal storage of the attributes (i.e. without copying
it). That is why, after passing it to this method, modifications to this
map should be made with care. This method throws a
java.lang.IllegalArgumentException
in cases where
attributes
is null
.
setAttributes
in interface Attributable
setAttributes
in class AttributableSupport
attributes
- the new attributes to setpublic WSDL getWsdl()
public WSDLPortType getPortType()
public java.lang.String getNamespace()
null
otherwise.
null
if operation not setpublic java.lang.String getName()
public void setName(java.lang.String name)
public WSDLMessage getMessage()
public DataStructure getParts()
public QName getMessageName()
public void setMessage(QName messageName)
messageName
- the messageName to set.public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- the action to setpublic WSDLOperation getOperation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |