Uses of Class
com.sun.xml.ws.developer.EPRRecipe
Packages that use EPRRecipe
Package
Description
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of EPRRecipe in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return EPRRecipeModifier and TypeMethodDescriptionEPRRecipe.addMetadata(Iterable<? extends Source> sources) EPRRecipe.addMetadata(Source source) Adds a new metadata.EPRRecipe.addMetadata(Source... sources) EPRRecipe.addReferenceParameter(Header h) Adds a new reference parameter.EPRRecipe.addReferenceParameters(Header... headers) Adds all the headers as reference parameters.EPRRecipe.addReferenceParameters(Iterable<? extends Header> headers) Adds all the headers as reference parameters.Methods in com.sun.xml.ws.developer with parameters of type EPRRecipeModifier and TypeMethodDescription<EPR extends javax.xml.ws.EndpointReference>
EPRThe same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object. -
Uses of EPRRecipe in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type EPRRecipe