Package | Description |
---|---|
com.sun.xml.ws.server.sei |
Modifier and Type | Class and Description |
---|---|
static class |
EndpointArgumentsBuilder.AttachmentBuilder
Reads an Attachment into a Java parameter.
|
static class |
EndpointArgumentsBuilder.Body
Reads the whole payload into a single JAXB bean.
|
static class |
EndpointArgumentsBuilder.Composite
EndpointArgumentsBuilder that is a composition of multiple
EndpointArgumentsBuilder s. |
static class |
EndpointArgumentsBuilder.DocLit
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
static class |
EndpointArgumentsBuilder.Header
Reads a header into a JAXB object.
|
(package private) static class |
EndpointArgumentsBuilder.None |
static class |
EndpointArgumentsBuilder.NullSetter
EndpointArgumentsBuilder that sets the VM uninitialized value to the type. |
static class |
EndpointArgumentsBuilder.RpcLit
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
Modifier and Type | Field and Description |
---|---|
static EndpointArgumentsBuilder |
EndpointArgumentsBuilder.NONE
The singleton instance that produces null return value.
|
Modifier and Type | Method and Description |
---|---|
static EndpointArgumentsBuilder |
EndpointArgumentsBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param,
EndpointValueSetter setter)
Creates an AttachmentBuilder based on the parameter type
|
Constructor and Description |
---|
Composite(EndpointArgumentsBuilder... builders) |
Constructor and Description |
---|
Composite(Collection<? extends EndpointArgumentsBuilder> builders) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.