Package com.sun.xml.wss.provider.wsit
Class IdentityEPRExtnContributor
- java.lang.Object
-
- com.sun.xml.ws.api.server.EndpointReferenceExtensionContributor
-
- com.sun.xml.wss.provider.wsit.IdentityEPRExtnContributor
-
public class IdentityEPRExtnContributor extends EndpointReferenceExtensionContributor
- Author:
- suresh
-
-
Constructor Summary
Constructors Constructor Description IdentityEPRExtnContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSEndpointReference.EPRExtensiongetEPRExtension(WSEndpoint wse, WSEndpointReference.EPRExtension extension)QNamegetQName()<T> TgetSPI(Class<T> spiType)XMLStreamReaderreadHeader(IdentityType identityElem)
-
-
-
Method Detail
-
getEPRExtension
public WSEndpointReference.EPRExtension getEPRExtension(WSEndpoint wse, WSEndpointReference.EPRExtension extension)
- Specified by:
getEPRExtensionin classEndpointReferenceExtensionContributorextension- EPRExtension is passed if an extension with same QName is already configured on the endpoint via other means (one possible way is by embedding EndpointReference in WSDL).- Returns:
- EPRExtension that should be finally configured on an Endpoint.
-
getQName
public QName getQName()
- Specified by:
getQNamein classEndpointReferenceExtensionContributor- Returns:
- QName of the extensibility element that is contributed by this extension.
-
readHeader
public XMLStreamReader readHeader(IdentityType identityElem) throws XMLStreamException
- Throws:
XMLStreamException
-
-