Uses of Class
com.sun.xml.ws.developer.EPRRecipe
-
Packages that use EPRRecipe Package Description com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of EPRRecipe in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return EPRRecipe Modifier and Type Method Description EPRRecipeEPRRecipe. addMetadata(Iterable<? extends Source> sources)EPRRecipeEPRRecipe. addMetadata(Source source)Adds a new metadata.EPRRecipeEPRRecipe. addMetadata(Source... sources)EPRRecipeEPRRecipe. addReferenceParameter(Header h)Adds a new reference parameter.EPRRecipeEPRRecipe. addReferenceParameters(Header... headers)Adds all the headers as reference parameters.EPRRecipeEPRRecipe. addReferenceParameters(Iterable<? extends Header> headers)Adds all the headers as reference parameters.Methods in com.sun.xml.ws.developer with parameters of type EPRRecipe Modifier and Type Method Description <EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)The same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> epr, T o, EPRRecipe recipe)Exports an object. -
Uses of EPRRecipe in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type EPRRecipe Modifier and Type Method Description <EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o, EPRRecipe recipe)<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, String endpointAddress, String wsdlAddress, T o, EPRRecipe recipe)<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> epr, T o, EPRRecipe recipe)
-