Uses of Class
com.sun.xml.ws.developer.EPRRecipe

Packages that use EPRRecipe
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
 EPRRecipe EPRRecipe.addMetadata(Iterable<? extends Source> sources)
           
 EPRRecipe EPRRecipe.addMetadata(Source... sources)
           
 EPRRecipe EPRRecipe.addMetadata(Source source)
          Adds a new metadata.
 EPRRecipe EPRRecipe.addReferenceParameter(Header h)
          Adds a new reference parameter.
 EPRRecipe EPRRecipe.addReferenceParameters(Header... headers)
          Adds all the headers as reference parameters.
 EPRRecipe EPRRecipe.addReferenceParameters(Iterable<? extends Header> headers)
          Adds all the headers as reference parameters.
 

Methods in com.sun.xml.ws.developer with parameters of type EPRRecipe
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulWebServiceManager.export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)
          The same as StatefulWebServiceManager.export(Class, Packet, Object) except that it takes EPRRecipe.
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulWebServiceManager.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
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> adrsVer, Packet currentRequest, T o, EPRRecipe recipe)
           
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> adrsVer, String endpointAddress, T o, EPRRecipe recipe)
           
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> epr, T o, EPRRecipe recipe)