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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<EPR extends EndpointReference> |
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 EndpointReference> |
StatefulWebServiceManager.export(Class<EPR> epr,
T o,
EPRRecipe recipe)
Exports an object.
|
Modifier and Type | Method and Description |
---|---|
<EPR extends EndpointReference> |
StatefulInstanceResolver.export(Class<EPR> adrsVer,
Packet currentRequest,
T o,
EPRRecipe recipe) |
<EPR extends EndpointReference> |
StatefulInstanceResolver.export(Class<EPR> adrsVer,
String endpointAddress,
String wsdlAddress,
T o,
EPRRecipe recipe) |
<EPR extends EndpointReference> |
StatefulInstanceResolver.export(Class<EPR> epr,
T o,
EPRRecipe recipe) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.