Package | Description |
---|---|
com.sun.xml.ws.client.sei |
Modifier and Type | Field and Description |
---|---|
protected ValueGetter |
MessageFiller.AttachmentFiller.getter |
protected ValueGetter[] |
BodyBuilder.Wrapped.getters
Abstracts away the
Holder handling when touching method arguments. |
Modifier and Type | Method and Description |
---|---|
(package private) abstract ValueGetter |
ValueGetterFactory.get(ParameterImpl p) |
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 |
---|
AttachmentFiller(ParameterImpl param,
ValueGetter getter) |
Bare(ParameterImpl p,
SOAPVersion soapVersion,
ValueGetter getter)
Creates a
BodyBuilder from a bare parameter. |
Header(int methodPos,
XMLBridge bridge,
ValueGetter getter) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.