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 java.lang.Object

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


Method Summary
 javax.xml.namespace.QName getPortName()
           
 javax.xml.namespace.QName getPortTypeName()
           
 javax.xml.namespace.QName getServiceName()
           
 java.lang.String getWsdliLocation()
           
 javax.xml.transform.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 javax.xml.namespace.QName getServiceName()

getPortName

@Nullable
public javax.xml.namespace.QName getPortName()

getPortTypeName

@Nullable
public javax.xml.namespace.QName getPortTypeName()

getWsdlSource

@Nullable
public javax.xml.transform.Source getWsdlSource()

getWsdliLocation

@Nullable
public java.lang.String getWsdliLocation()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.