org.jvnet.wom.impl.extension.wsdl11.soap
Class SOAPAddressImpl

java.lang.Object
  extended by org.jvnet.wom.impl.extension.wsdl11.soap.SOAPAddressImpl
All Implemented Interfaces:
SOAPAddress, WSDLExtension

public class SOAPAddressImpl
extends java.lang.Object
implements SOAPAddress

Author:
Vivek Pandey

Constructor Summary
SOAPAddressImpl(javax.xml.namespace.QName name)
           
 
Method Summary
 java.lang.String getLocation()
          <soap:address@location value
 javax.xml.namespace.QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 void setLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPAddressImpl

public SOAPAddressImpl(javax.xml.namespace.QName name)
Method Detail

getLocation

public java.lang.String getLocation()
Description copied from interface: SOAPAddress
<soap:address@location value

Specified by:
getLocation in interface SOAPAddress
Returns:
may be null

getName

public javax.xml.namespace.QName getName()
Description copied from interface: WSDLExtension
Gets the qualified name of the WSDL extensibility element or attribute.

Specified by:
getName in interface WSDLExtension
Returns:
must not be null.

setLocation

public void setLocation(java.lang.String location)


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.