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(com.sun.xml.ws.api.message.Header h)
Adds a new reference parameter.
|
EPRRecipe |
EPRRecipe.addReferenceParameters(com.sun.xml.ws.api.message.Header... headers)
Adds all the headers as reference parameters.
|
EPRRecipe |
EPRRecipe.addReferenceParameters(Iterable<? extends com.sun.xml.ws.api.message.Header> headers)
Adds all the headers as reference parameters.
|
Modifier and Type | Method and Description |
---|---|
<EPR extends EndpointReference> |
StatefulWebServiceManager.export(Class<EPR> eprType,
com.sun.xml.ws.api.message.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,
com.sun.xml.ws.api.message.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 © 2015 Oracle Corporation. All rights reserved.