|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ws4d.java.wsdl.WSDLMessagePart
public class WSDLMessagePart
Implementation of the WSDL 1.1 Message Part.
WSDL 1.1, 2.3.1 Message Parts
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_INPUT_PART_NAME
|
static java.lang.String |
DEFAULT_OUTPUT_PART_NAME
|
static java.lang.String |
DEFAULT_PART_NAME
|
| Constructor Summary | |
|---|---|
WSDLMessagePart()
Creates a message part with a default local name. |
|
WSDLMessagePart(java.lang.String name)
Creates a message part with a given name. |
|
| Method Summary | |
|---|---|
Element |
getElement()
|
QName |
getElementName()
|
WSDLMessage |
getMessage()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
Returns the namespace within which this message part resides. |
Type |
getType()
|
QName |
getTypeName()
|
WSDL |
getWsdl()
|
boolean |
isElement()
Returns true if this message part refers to a schema
element, false if it refers to a schema type. |
void |
setElementName(QName elementName)
|
void |
setName(java.lang.String name)
|
void |
setTypeName(QName typeName)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_PART_NAME
public static final java.lang.String DEFAULT_INPUT_PART_NAME
public static final java.lang.String DEFAULT_OUTPUT_PART_NAME
| Constructor Detail |
|---|
public WSDLMessagePart()
DEFAULT_PART_NAMEpublic WSDLMessagePart(java.lang.String name)
name - the name of the part.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic WSDL getWsdl()
public Element getElement()
public Type getType()
public java.lang.String getNamespace()
null
otherwise.
null if message not setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic void setElementName(QName elementName)
public void setTypeName(QName typeName)
public QName getElementName()
public QName getTypeName()
public boolean isElement()
true if this message part refers to a schema
element, false if it refers to a schema type.
true if this message part refers to a schema
element, false if it refers to a schema typepublic WSDLMessage getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||