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

java.lang.Object
  extended by com.sun.xml.ws.api.addressing.WSEndpointReference.EPRExtension
Direct Known Subclasses:
WSEPRExtension
Enclosing class:
WSEndpointReference

public abstract static class WSEndpointReference.EPRExtension
extends Object

Represents an extensibility element inside an EndpointReference


Constructor Summary
WSEndpointReference.EPRExtension()
           
 
Method Summary
abstract  QName getQName()
           
abstract  javax.xml.stream.XMLStreamReader readAsXMLStreamReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSEndpointReference.EPRExtension

public WSEndpointReference.EPRExtension()
Method Detail

readAsXMLStreamReader

public abstract javax.xml.stream.XMLStreamReader readAsXMLStreamReader()
                                                                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

getQName

public abstract QName getQName()


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