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
- Author:
- suresh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEPRExtension(WSEndpoint wse, WSEndpointReference.EPRExtension extension) getQName()<T> T
-
Constructor Details
-
IdentityEPRExtnContributor
public IdentityEPRExtnContributor()
-
-
Method Details
-
getSPI
-
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
- Specified by:
getQNamein classEndpointReferenceExtensionContributor- Returns:
- QName of the extensibility element that is contributed by this extension.
-