Package | Description |
---|---|
com.sun.xml.ws.server.sei |
Modifier and Type | Field and Description |
---|---|
protected ValueGetter |
MessageFiller.AttachmentFiller.getter |
protected ValueGetter[] |
EndpointResponseMessageBuilder.Wrapped.getters
Abstracts away the
Holder handling when touching method arguments. |
Modifier and Type | Method and Description |
---|---|
static ValueGetter |
ValueGetter.get(ParameterImpl p)
Returns a
ValueGetter suitable for the given Parameter . |
static ValueGetter |
ValueGetter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueGetter[] |
ValueGetter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MessageFiller |
MessageFiller.AttachmentFiller.createAttachmentFiller(ParameterImpl param,
ValueGetter getter)
Creates an MessageFiller based on the parameter type
|
Constructor and Description |
---|
MessageFiller.AttachmentFiller(ParameterImpl param,
ValueGetter getter) |
MessageFiller.Header(int methodPos,
XMLBridge bridge,
ValueGetter getter) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.