org.apache.wsif.wsdl.extensions.java
Class JavaAddress
java.lang.Object
|
+--org.apache.wsif.wsdl.extensions.java.JavaAddress
- All Implemented Interfaces:
- javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable
- public class JavaAddress
- extends java.lang.Object
- implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable
- Author:
- Gerhard Pfau , Ant Elder , Jeremy Hughes
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getClassLoader()
|
java.lang.String |
getClassName()
|
java.lang.String |
getClassPath()
|
javax.xml.namespace.QName |
getElementType()
Get the type of this extensibility element. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required. |
void |
setClassLoader(java.lang.String newClassLoader)
|
void |
setClassName(java.lang.String newClassName)
|
void |
setClassPath(java.lang.String newClassPath)
|
void |
setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element. |
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JavaAddress
public JavaAddress()
getClassLoader
public java.lang.String getClassLoader()
getClassName
public java.lang.String getClassName()
getClassPath
public java.lang.String getClassPath()
getElementType
public javax.xml.namespace.QName getElementType()
- Get the type of this extensibility element.
- Specified by:
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- the extensibility element's type
getRequired
public java.lang.Boolean getRequired()
- Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- Specified by:
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
setClassLoader
public void setClassLoader(java.lang.String newClassLoader)
setClassName
public void setClassName(java.lang.String newClassName)
setClassPath
public void setClassPath(java.lang.String newClassPath)
setElementType
public void setElementType(javax.xml.namespace.QName elementType)
- Set the type of this extensibility element.
- Specified by:
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType
- the type
setRequired
public void setRequired(java.lang.Boolean required)
- Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- Specified by:
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.