com.sun.xml.ws.api.addressing
Class WSEndpointReference.Metadata

java.lang.Object
  extended by com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
Enclosing class:
WSEndpointReference

public class WSEndpointReference.Metadata
extends Object

Parses the Metadata in an EPR and provides convenience methods to access the metadata.


Method Summary
 QName getPortName()
           
 QName getPortTypeName()
           
 QName getServiceName()
           
 String getWsdliLocation()
           
 Source getWsdlSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServiceName

@Nullable
public QName getServiceName()

getPortName

@Nullable
public QName getPortName()

getPortTypeName

@Nullable
public QName getPortTypeName()

getWsdlSource

@Nullable
public Source getWsdlSource()

getWsdliLocation

@Nullable
public String getWsdliLocation()