- addHeader(String, String) - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- addHeader(String, String) - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Add a new header parameter required by the AWS Signature to the request to be sent.
- append(List<?>, List<?>) - Method in class com.boomi.util.EqualsBuilder
-
- append(Object, Object) - Method in class com.boomi.util.EqualsBuilder
-
Test if two Object
s are equal using their
equals
method.
- append(long, long) - Method in class com.boomi.util.EqualsBuilder
-
Test if two long
s are equal.
- append(int, int) - Method in class com.boomi.util.EqualsBuilder
-
Test if two int
s are equal.
- append(short, short) - Method in class com.boomi.util.EqualsBuilder
-
Test if two short
s are equal.
- append(char, char) - Method in class com.boomi.util.EqualsBuilder
-
Test if two char
s are equal.
- append(byte, byte) - Method in class com.boomi.util.EqualsBuilder
-
Test if two byte
s are equal.
- append(double, double) - Method in class com.boomi.util.EqualsBuilder
-
Test if two double
s are equal by testing that the
pattern of bits returned by doubleToLong
are equal.
- append(float, float) - Method in class com.boomi.util.EqualsBuilder
-
Test if two float
s are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
- append(boolean, boolean) - Method in class com.boomi.util.EqualsBuilder
-
Test if two booleans
s are equal.
- append(Object[], Object[]) - Method in class com.boomi.util.EqualsBuilder
-
Performs a deep comparison of two Object
arrays.
- append(long[], long[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of long
.
- append(int[], int[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of int
.
- append(short[], short[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of short
.
- append(char[], char[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of char
.
- append(byte[], byte[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of byte
.
- append(double[], double[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of double
.
- append(float[], float[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of float
.
- append(boolean[], boolean[]) - Method in class com.boomi.util.EqualsBuilder
-
Deep comparison of array of boolean
.
- append(boolean) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a boolean
.
- append(boolean[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a boolean
array.
- append(byte) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a byte
.
- append(byte[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a byte
array.
- append(char) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a char
.
- append(char[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a char
array.
- append(double) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a double
.
- append(double[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a double
array.
- append(float) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a float
.
- append(float[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a float
array.
- append(int) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for an int
.
- append(int[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for an int
array.
- append(long) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a long
.
- append(long[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a long
array.
- append(List<?>) - Method in class com.boomi.util.HashCodeBuilder
-
- append(Object) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for an Object
.
- append(Object[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for an Object
array.
- append(short) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a short
.
- append(short[]) - Method in class com.boomi.util.HashCodeBuilder
-
Append a hashCode
for a short
array.
- append(boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a boolean
value.
- append(boolean[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a boolean
array.
- append(byte) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a byte
value.
- append(byte[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a byte
array.
- append(char) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a char
value.
- append(char[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a char
array.
- append(double) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a double
value.
- append(double[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a double
array.
- append(float) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a float
value.
- append(float[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a float
array.
- append(int) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an int
value.
- append(int[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an int
array.
- append(long) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a long
value.
- append(long[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a long
array.
- append(Object) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
value.
- append(Object[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
array.
- append(short) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a short
value.
- append(short[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a short
array.
- append(String, boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a boolean
value.
- append(String, boolean[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a boolean
array.
- append(String, boolean[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a boolean
array.
- append(String, byte) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an byte
value.
- append(String, byte[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a byte
array.
- append(String, byte[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a byte
array.
- append(String, char) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a char
value.
- append(String, char[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a char
array.
- append(String, char[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a char
array.
- append(String, double) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a double
value.
- append(String, double[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a double
array.
- append(String, double[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a double
array.
- append(String, float) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an float
value.
- append(String, float[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a float
array.
- append(String, float[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a float
array.
- append(String, int) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an int
value.
- append(String, int[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an int
array.
- append(String, int[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an int
array.
- append(String, long) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a long
value.
- append(String, long[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a long
array.
- append(String, long[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a long
array.
- append(String, Object) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
value.
- append(String, Object, boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
value.
- append(String, Object[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
array.
- append(String, Object[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an Object
array.
- append(String, short) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
an short
value.
- append(String, short[]) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a short
array.
- append(String, short[], boolean) - Method in class com.boomi.util.ToStringBuilder
-
Append to the toString
a short
array.
- append(StringBuffer, String, Object, Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
value, printing the full toString
of the
Object
passed in.
- append(StringBuffer, String, long) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a long
value.
- append(StringBuffer, String, int) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an int
value.
- append(StringBuffer, String, short) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a short
value.
- append(StringBuffer, String, byte) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a byte
value.
- append(StringBuffer, String, char) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a char
value.
- append(StringBuffer, String, double) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a double
value.
- append(StringBuffer, String, float) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a float
value.
- append(StringBuffer, String, boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a boolean
value.
- append(StringBuffer, String, Object[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
array.
- append(StringBuffer, String, long[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a long
array.
- append(StringBuffer, String, int[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an int
array.
- append(StringBuffer, String, short[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a short
array.
- append(StringBuffer, String, byte[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a byte
array.
- append(StringBuffer, String, char[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a char
array.
- append(StringBuffer, String, double[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a double
array.
- append(StringBuffer, String, float[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a float
array.
- append(StringBuffer, String, boolean[], Boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a boolean
array.
- appendClassName(StringBuffer, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the class name.
- appendContentEnd(StringBuffer) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the content end.
- appendContentStart(StringBuffer) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the content start.
- appendCyclicObject(StringBuffer, String, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
value that has been detected to participate in a cycle.
- appendDetail(StringBuffer, String, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
value, printing the full detail of the Object
.
- appendDetail(StringBuffer, String, Collection) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a Collection
.
- appendDetail(StringBuffer, String, Map) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a Map.
- appendDetail(StringBuffer, String, long) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a long
value.
- appendDetail(StringBuffer, String, int) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an int
value.
- appendDetail(StringBuffer, String, short) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a short
value.
- appendDetail(StringBuffer, String, byte) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a byte
value.
- appendDetail(StringBuffer, String, char) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a char
value.
- appendDetail(StringBuffer, String, double) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a double
value.
- appendDetail(StringBuffer, String, float) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a float
value.
- appendDetail(StringBuffer, String, boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a boolean
value.
- appendDetail(StringBuffer, String, Object[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of an
Object
array.
- appendDetail(StringBuffer, String, long[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
long
array.
- appendDetail(StringBuffer, String, int[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of an
int
array.
- appendDetail(StringBuffer, String, short[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
short
array.
- appendDetail(StringBuffer, String, byte[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
byte
array.
- appendDetail(StringBuffer, String, char[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
char
array.
- appendDetail(StringBuffer, String, double[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
double
array.
- appendDetail(StringBuffer, String, float[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
float
array.
- appendDetail(StringBuffer, String, boolean[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the detail of a
boolean
array.
- appendEnd(StringBuffer, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the end of data indicator.
- appendFieldEnd(StringBuffer, String) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString the field end.
- appendFieldSeparator(StringBuffer) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the field separator.
- appendFieldStart(StringBuffer, String) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the field start.
- appendIdentityHashCode(StringBuffer, Object) - Method in class com.boomi.util.ToStringStyle
-
- appendInternal(StringBuffer, String, Object, boolean) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
,
correctly interpreting its type.
- appendNullText(StringBuffer, String) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an indicator for null
.
- appendStart(StringBuffer, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the start of data indicator.
- appendSummary(StringBuffer, String, Object) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
an Object
value, printing a summary of the Object
.
- appendSummary(StringBuffer, String, Object[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of an
Object
array.
- appendSummary(StringBuffer, String, long[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
long
array.
- appendSummary(StringBuffer, String, int[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of an
int
array.
- appendSummary(StringBuffer, String, short[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
short
array.
- appendSummary(StringBuffer, String, byte[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
byte
array.
- appendSummary(StringBuffer, String, char[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
char
array.
- appendSummary(StringBuffer, String, double[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
double
array.
- appendSummary(StringBuffer, String, float[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
float
array.
- appendSummary(StringBuffer, String, boolean[]) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a summary of a
boolean
array.
- appendSummarySize(StringBuffer, String, int) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
a size summary.
- appendSuper(boolean) - Method in class com.boomi.util.EqualsBuilder
-
Adds the result of super.equals()
to this builder.
- appendSuper(int) - Method in class com.boomi.util.HashCodeBuilder
-
Adds the result of super.hashCode() to this builder.
- appendSuper(String) - Method in class com.boomi.util.ToStringBuilder
-
Append the toString
from the superclass.
- appendSuper(StringBuffer, String) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
the superclass toString.
- appendToString(String) - Method in class com.boomi.util.ToStringBuilder
-
Append the toString
from another object.
- appendToString(StringBuffer, String) - Method in class com.boomi.util.ToStringStyle
-
Append to the toString
another toString.
- ArrayTypeBuilder<P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building array type definitions.
- asBoolean(JsonNode, String) - Static method in class com.boomi.util.json.JSONUtil
-
Util method to safely get the specified field as a boolean.
- asText(JsonNode, String) - Static method in class com.boomi.util.json.JSONUtil
-
Util method to safely get the content of the specified field using
JsonNode.asText()
.
- ATTRIBUTE_HEADERS - Static variable in class com.boomi.restlet.RestletUtil
-
the attribute key for the HTTP headers in a restlet request
- AuthenticationResponseInterceptor - Class in com.boomi.common.apache.http.response
-
- AuthenticationResponseInterceptor() - Constructor for class com.boomi.common.apache.http.response.AuthenticationResponseInterceptor
-
- AuthorizationProvider - Interface in com.boomi.restlet.auth
-
- AuthUtil - Class in com.boomi.restlet.auth
-
Copyright (c) 2008
Boomi Software
- AuthUtil() - Constructor for class com.boomi.restlet.auth.AuthUtil
-
- AWSAuthorizationProvider - Class in com.boomi.restlet.auth
-
- AWSAuthorizationProvider(String, String) - Constructor for class com.boomi.restlet.auth.AWSAuthorizationProvider
-
Authorization Provider for AWS authentication.
- AWSCredentials - Class in com.boomi.common.aws
-
This class contains the values needed for an AWS authentication
- AWSCredentials(String, String, String, String) - Constructor for class com.boomi.common.aws.AWSCredentials
-
Creates a new AWSCredentials instance
- AWSSignableRequest - Interface in com.boomi.common.aws
-
- AWSSignatureException - Exception in com.boomi.common.aws
-
General
Exception
class for failures encountered while signing a request.
- AWSSignatureException(Exception) - Constructor for exception com.boomi.common.aws.AWSSignatureException
-
Creates a new instance
- AWSV4AuthorizationProvider - Class in com.boomi.restlet.auth
-
Authorization Provider for AMAZON authentication.
- AWSV4AuthorizationProvider(AWSCredentials) - Constructor for class com.boomi.restlet.auth.AWSV4AuthorizationProvider
-
Creates a new AWSV4AuthorizationProvider instance
- AWSV4Signer - Class in com.boomi.common.aws
-
This class encapsulates the code to sign an Amazon SQS request for AWS Signature Version 4 Signature Version 4 is the
process to add authentication information to AWS requests.
- CertificateType - Enum in com.boomi.model.connector.common.webservices
-
Java class for CertificateType.
- ChallengeResponseFactory - Class in com.boomi.restlet.auth
-
Util class for creating common ChallengeResponse
instances
- ClassUtils - Class in com.boomi.util
-
Operates on classes without using reflection.
- ClassUtils() - Constructor for class com.boomi.util.ClassUtils
-
ClassUtils instances should NOT be constructed in standard programming.
- CleansingSerializableRepresentation - Class in com.boomi.restlet.resource
-
SerializableRepresentation which writes a single Serializable object to the output stream using a
CleansingObjectOutputStream
.
- CleansingSerializableRepresentation(Object) - Constructor for class com.boomi.restlet.resource.CleansingSerializableRepresentation
-
- CleansingSerializableRepresentation(Object, ClassLoader) - Constructor for class com.boomi.restlet.resource.CleansingSerializableRepresentation
-
- ClientUtil - Class in com.boomi.restlet.client
-
Copyright (c) 2008
Boomi Software
- ClientUtil() - Constructor for class com.boomi.restlet.client.ClientUtil
-
- close() - Method in class com.boomi.common.apache.http.entity.CloseableInputStreamEntity
-
Close the provided input stream
- close() - Method in class com.boomi.common.apache.http.response.JsonRootSplitHttpResult
-
- close() - Method in class com.boomi.connector.api.BasePayload
-
- close() - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- CloseableHttpEntity - Interface in com.boomi.common.apache.http.entity
-
HTTP Entity that can be closed
- CloseableInputStreamEntity - Class in com.boomi.common.apache.http.entity
-
- CloseableInputStreamEntity(InputStream, long, ContentType) - Constructor for class com.boomi.common.apache.http.entity.CloseableInputStreamEntity
-
- closeQuietly(Representation) - Static method in class com.boomi.restlet.client.RepresentationUtil
-
Attempts to close underlying resources in certain Representation implementations.
- ClosingInputRepresentation - Class in com.boomi.restlet.resource
-
Better InputRepresentation that makes sure to close the InputStream even on failures
- ClosingInputRepresentation(InputStream, MediaType) - Constructor for class com.boomi.restlet.resource.ClosingInputRepresentation
-
- ClosingInputRepresentation(InputStream, MediaType, long) - Constructor for class com.boomi.restlet.resource.ClosingInputRepresentation
-
- com.boomi.common.apache.http.auth - package com.boomi.common.apache.http.auth
-
- com.boomi.common.apache.http.auth.credentials - package com.boomi.common.apache.http.auth.credentials
-
- com.boomi.common.apache.http.entity - package com.boomi.common.apache.http.entity
-
- com.boomi.common.apache.http.impl - package com.boomi.common.apache.http.impl
-
- com.boomi.common.apache.http.request - package com.boomi.common.apache.http.request
-
- com.boomi.common.apache.http.response - package com.boomi.common.apache.http.response
-
- com.boomi.common.aws - package com.boomi.common.aws
-
- com.boomi.connector.api - package com.boomi.connector.api
-
- com.boomi.model.connector.common.webservices - package com.boomi.model.connector.common.webservices
-
- com.boomi.restlet - package com.boomi.restlet
-
- com.boomi.restlet.auth - package com.boomi.restlet.auth
-
- com.boomi.restlet.client - package com.boomi.restlet.client
-
- com.boomi.restlet.jaxb - package com.boomi.restlet.jaxb
-
- com.boomi.restlet.resource - package com.boomi.restlet.resource
-
- com.boomi.util - package com.boomi.util
-
- com.boomi.util.json - package com.boomi.util.json
-
- com.boomi.util.json.schema - package com.boomi.util.json.schema
-
- com.boomi.util.json.schema.impl - package com.boomi.util.json.schema.impl
-
- com.boomi.util.json.splitter - package com.boomi.util.json.splitter
-
- CommonBuilder<T> - Interface in com.boomi.util.json.schema
-
Builder class that defines operations common to all builders.
- ComplexTypeBuilder<T extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building "complex" types.
- configElements - Variable in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
- copy() - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(CustomConfiguration, boolean) - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(EncryptionConfig, boolean) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(SignatureConfig, boolean) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(TimestampConfig, boolean) - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(UserNameToken, boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceBindingOperation, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceConnection, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceDescription, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceFault, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceFaultList, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceMetaData, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceOperation, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceOperationList, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceParameter, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WebServiceParameterList, boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WSSecurityOption, boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WSSecurityOptions, boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WSSecurityPart, boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- copy() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Deep copies the fields of the this model into a new instance of this class and returns it.
- copy(boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
- copy(WSSecurityPartList, boolean) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
- create(CloseableHttpResponse) - Method in class com.boomi.common.apache.http.response.HttpResultFactory
-
- create(CloseableHttpResponse) - Method in class com.boomi.common.apache.http.response.JsonHttpResultFactory
-
Creates a
HttpResult
result that handles JSON Parsing and JSON data manipulation.
- createAWSCredentials() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
Creates an
AWSCredentials
object from the given service, region, access key and password.
- createCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- created - Variable in class com.boomi.model.connector.common.webservices.UserNameToken
-
- createEncryptionConfig() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createFactory(PayloadMetadataFactory) - Static method in class com.boomi.common.apache.http.response.HttpResultFactory
-
- createFactory(PayloadMetadataFactory, CloseableHttpResponse) - Static method in class com.boomi.common.apache.http.response.HttpResultFactory
-
- createFactory(PayloadMetadataFactory, ResponseProperties) - Static method in class com.boomi.common.apache.http.response.HttpResultFactory
-
- createGenerator(OutputStream) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- createHttpBearerChallengeResponse(String) - Static method in class com.boomi.restlet.auth.ChallengeResponseFactory
-
Creates a new "Bearer" challenge response with the provided token
- createMetadata() - Method in interface com.boomi.connector.api.PayloadMetadataFactory
-
Creates a new payload metadata instance that can be used in an
ExtendedPayload
.
- createObjectOutputStream(OutputStream) - Method in class com.boomi.restlet.resource.CleansingSerializableRepresentation
-
- createObjectOutputStream(OutputStream) - Method in class com.boomi.restlet.resource.SerializableRepresentation
-
- createPrettyPrinter() - Static method in class com.boomi.util.json.JSONUtil
-
Creates and returns a JSON pretty printer which always uses windows
newlines (the boomi "standard").
- createRequest(int) - Method in class com.boomi.restlet.client.FilterRequestFactory
-
- createRequest(int) - Method in class com.boomi.restlet.client.RequestFactory
-
- createSignatureConfig() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createTimestampConfig() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createUserNameToken() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceBindingOperation() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceConnection() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceDescription() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceFault() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceFaultList() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceMetaData() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceOperation() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceOperationList() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceParameter() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWebServiceParameterList() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWSSecurityOptions() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWSSecurityPart() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- createWSSecurityPartList() - Method in class com.boomi.model.connector.common.webservices.ObjectFactory
-
- CustomAuthCredentials - Class in com.boomi.common.apache.http.auth.credentials
-
Stores Custom Authentication Credentials as a password.
- CustomAuthCredentials(String) - Constructor for class com.boomi.common.apache.http.auth.credentials.CustomAuthCredentials
-
- CustomConfiguration - Class in com.boomi.model.connector.common.webservices
-
Java class for CustomConfiguration complex type.
- CustomConfiguration() - Constructor for class com.boomi.model.connector.common.webservices.CustomConfiguration
-
- customConfiguration - Variable in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- customConfiguration - Variable in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- customConfiguration - Variable in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- CustomProxyRoutePlanner - Class in com.boomi.common.apache.http.impl
-
- CustomProxyRoutePlanner(AtomProxyConfig) - Constructor for class com.boomi.common.apache.http.impl.CustomProxyRoutePlanner
-
- getAbsoluteURI(HttpRequest, HttpClientContext) - Static method in class com.boomi.common.apache.http.request.HttpRequestUtil
-
HttpClient may rewrite some URI's as relative.
- getArrayEnd() - Method in class com.boomi.util.ToStringStyle
-
Gets the array end text.
- getArraySeparator() - Method in class com.boomi.util.ToStringStyle
-
Gets the array separator text.
- getArrayStart() - Method in class com.boomi.util.ToStringStyle
-
Gets the array start text.
- getAwsAccessKey() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
- getAwsAccessKey() - Method in class com.boomi.common.aws.AWSCredentials
-
Getter method to access the AWS access key defined during the connection setup.
- getAwsRegion() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
- getAwsRegion() - Method in class com.boomi.common.aws.AWSCredentials
-
Getter method to access the AWS region id defined during the connection setup.
- getAwsSecretKey() - Method in class com.boomi.common.aws.AWSCredentials
-
Getter method to access the AWS secret key defined during the connection setup.
- getAwsServiceName() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
- getAwsServiceName() - Method in class com.boomi.common.aws.AWSCredentials
-
Getter method to access the AWS service name defined for the connector.
- getBindingProtocol() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the bindingProtocol property.
- getBindingStyle() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the bindingStyle property.
- getBindingUse() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the bindingUse property.
- getBytes() - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- getChallengeResponse(Request, Map<String, Object>) - Method in interface com.boomi.restlet.auth.AuthorizationProvider
-
Construct a ChallengeResponse based on the settings in this provider.
- getChallengeResponse(Request, Map<String, Object>) - Method in class com.boomi.restlet.auth.AWSAuthorizationProvider
-
- getChallengeResponse(Request, Map<String, Object>) - Method in class com.boomi.restlet.auth.AWSV4AuthorizationProvider
-
Returns a ChallengeResponse with a signed string for AWS
- getChallengeResponse(Request, Map<String, Object>) - Method in class com.boomi.restlet.auth.BasicAuthorizationProvider
-
- getChallengeResponse(Request, Map<String, Object>) - Method in class com.boomi.restlet.auth.BearerAuthorizationProvider
-
- getChallengeResponse(Request, Map<String, Object>) - Method in class com.boomi.restlet.auth.RestEncodingAuthorizationProvider
-
- getChallengeScheme() - Method in class com.boomi.restlet.auth.RestEncodingAuthorizationProvider
-
The ChallengeScheme associated with this specific implementation.
- getCondensedHeaders(HttpResponse) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
Fetches all the response headers from the given
HttpResponse
and returns a
Map
of header name and
corresponding header values.
- getConfigElements() - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Gets the value of the configElements property.
- getContent() - Method in class com.boomi.common.apache.http.entity.RepeatableInputStreamEntity
-
The input stream will be reset prior to being returned
- getContent(HttpRequest) - Static method in class com.boomi.common.apache.http.request.HttpRequestUtil
-
- getContentEnd() - Method in class com.boomi.util.ToStringStyle
-
Gets the content end text.
- getContentStart() - Method in class com.boomi.util.ToStringStyle
-
Gets the content start text.
- getContentType() - Method in class com.boomi.common.apache.http.response.ResponseProperties
-
- getCredentials() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getCredentials() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the AWSCredential instance when the requet is being signed
- getCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the customConfiguration property.
- getCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the customConfiguration property.
- getCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the customConfiguration property.
- getDateKey() - Method in class com.boomi.restlet.auth.RestEncodingAuthorizationProvider
-
Once we've found or created a date, we should store it into the http headers using this key.
- getDecryptKey() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the decryptKey property.
- getDefaultJsonFactory() - Static method in class com.boomi.util.json.JSONUtil
-
Obtain the global JsonFactory instance.
- getDefaultObjectMapper() - Static method in class com.boomi.util.json.JSONUtil
-
Obtain the global ObjectMapper instance.
- getDefaultStyle() - Static method in class com.boomi.util.ToStringBuilder
-
Gets the default ToStringStyle
to use.
- getDelegate() - Method in class com.boomi.restlet.client.FilterRequestFactory
-
- getDigestAlgorithm() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the digestAlgorithm property.
- getDigestAlgorithm() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the digestAlgorithm property.
- getElementName() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Gets the value of the elementName property.
- getElementName() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the elementName property.
- getElementNS() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the elementNS property.
- getEncodeModifier() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Gets the value of the encodeModifier property.
- getEncryptKey() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the encryptKey property.
- getEntity(HttpRequest) - Static method in class com.boomi.common.apache.http.request.HttpRequestUtil
-
Returns the HttpEntity
if the request is instance of HttpEntityEnclosingRequest
returns null otherwise
- getFault() - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Gets the value of the fault property.
- getFaults() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the faults property.
- getFieldFoundValue(String) - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Gets the value of a field that was extracted from the document.
- getFieldNameValueSeparator() - Method in class com.boomi.util.ToStringStyle
-
Gets the field name value separator text.
- getFieldSeparator() - Method in class com.boomi.util.ToStringStyle
-
Gets the field separator text.
- getFieldsFound() - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Gets a map with all the fields that were extracted from the document.
- getHeaders() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getHeaders() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the request headers that needs to be included on the signature.
- getHttpHeader(Request, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given request.
- getHttpHeader(Request, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given request.
- getHttpHeader(Message, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given msg.
- getHttpHeader(Message, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given msg.
- getHttpHeader(Series<Parameter>, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given header list.
- getHttpHeader(Series<Parameter>, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP header with the given name from the given header list.
- getHttpHeaders(Request) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP headers from the given request.
- getHttpHeaders(Message) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP headers from the given msg.
- getHttpHeadersForUpdate(Request) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP headers from the given request, adding a new headers collection if none is found.
- getHttpHeadersForUpdate(Message) - Static method in class com.boomi.restlet.RestletUtil
-
Returns the HTTP headers from the given message, adding a new headers collection if none is found.
- getId() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Gets the value of the id property.
- getId() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Gets the value of the id property.
- getInputs() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the inputs property.
- getItems() - Method in interface com.boomi.util.json.schema.Buildable
-
Buildable instance that represents the type of items in an array.
- getKeyEncodingAlgorithm() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the keyEncodingAlgorithm property.
- getKeyIdentifierType() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the keyIdentifierType property.
- getKeyIdentifierType() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the keyIdentifierType property.
- getMessage(Response) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Extract the message from the response, or default a message.
- getMessage(Status) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Extract a meaningful message from Status object.
- getMessageExchange() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the messageExchange property.
- getMessageName() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Gets the value of the messageName property.
- getMessageNamespace() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Gets the value of the messageNamespace property.
- getMetadata() - Method in class com.boomi.common.apache.http.response.SimpleHttpResult
-
- getMetadata() - Method in class com.boomi.connector.api.BasePayload
-
- getMetadata() - Method in interface com.boomi.connector.api.ExtendedPayload
-
Returns a valid PayloadMetadata for this payload, or null
if no metadata is provided.
- getMethod() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getMethod() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the request http method
- getName() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Gets the value of the name property.
- getName() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the name property.
- getName() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Gets the value of the name property.
- getNamespace() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Gets the value of the namespace property.
- getNullText() - Method in class com.boomi.util.ToStringStyle
-
Gets the text to output when null
found.
- getObject() - Method in class com.boomi.restlet.jaxb.JAXBRepresentation
-
- getObject() - Method in class com.boomi.restlet.resource.SerializableRepresentation
-
- getObject() - Method in class com.boomi.util.ToStringBuilder
-
Returns the Object
being output.
- getObjectRoot() - Method in interface com.boomi.util.json.schema.NestingBuilder
-
This method returns the root
JsonNode
of the current builder.
- getOperationName() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the operationName property.
- getOperationName() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the operationName property.
- getOperations() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the operations property.
- getOperationStyle() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the operationStyle property.
- getOperationUse() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the operationUse property.
- getOptions() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Gets the value of the options property.
- getOutputs() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the outputs property.
- getPackageName(Object, String) - Static method in class com.boomi.util.ClassUtils
-
Gets the package name of an Object
.
- getPackageName(Class) - Static method in class com.boomi.util.ClassUtils
-
Gets the package name of a Class
.
- getPackageName(String) - Static method in class com.boomi.util.ClassUtils
-
Gets the package name from a String
.
- getParameter() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Gets the value of the parameter property.
- getParser() - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- getParts() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Gets the value of the parts property.
- getPassword() - Method in class com.boomi.common.apache.http.auth.credentials.CustomAuthCredentials
-
- getPassword() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
- getPassword() - Method in class com.boomi.common.apache.http.auth.credentials.OAuth2Credentials
-
- getPassword() - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Gets the value of the password property.
- getPasswordType() - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Gets the value of the passwordType property.
- getPayload() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getPayload() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the request payload on signature generation time
- getPayloads() - Method in class com.boomi.common.apache.http.response.JsonRootSplitHttpResult
-
- getPayloads() - Method in class com.boomi.common.apache.http.response.SimpleHttpResult
-
- getPortName() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the portName property.
- getProperties() - Method in interface com.boomi.util.json.schema.Buildable
-
Entries that represent the properties for an object
- getProperty(String) - Method in interface com.boomi.connector.api.PropertyReader
-
- getRequestProfileId() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the requestProfileId property.
- getRequestProfileName() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the requestProfileName property.
- getResponseProfileId() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the responseProfileId property.
- getResponseProfileName() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the responseProfileName property.
- getSchema() - Method in class com.boomi.util.json.schema.impl.SchemaBuilderImpl
-
- getSchema() - Method in interface com.boomi.util.json.schema.SchemaBuilder
-
This method returns the schema document as a
JsonNode
.
- getServiceName() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the serviceName property.
- getServiceNamespace() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Gets the value of the serviceNamespace property.
- getShortClassName(Object, String) - Static method in class com.boomi.util.ClassUtils
-
Gets the class name minus the package name for an Object
.
- getShortClassName(Class) - Static method in class com.boomi.util.ClassUtils
-
Gets the class name minus the package name from a Class
.
- getShortClassName(String) - Static method in class com.boomi.util.ClassUtils
-
Gets the class name minus the package name from a String.
- getShortClassName(Class) - Method in class com.boomi.util.ToStringStyle
-
Gets the short class name for a class.
- getSignatureAlgorithm() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the signatureAlgorithm property.
- getSignatureCanonicalization() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the signatureCanonicalization property.
- getSignatureVerificationCert() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the signatureVerificationCert property.
- getSigningCert() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Gets the value of the signingCert property.
- getSigningKey() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getSizeEndText() - Method in class com.boomi.util.ToStringStyle
-
Gets the end text to output when a Collection
,
Map
or array size is output.
- getSizeStartText() - Method in class com.boomi.util.ToStringStyle
-
Gets the start text to output when a Collection
,
Map
or array size is output.
- getSoapAction() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Gets the value of the soapAction property.
- getSoapAction() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the soapAction property.
- getSoapLocation() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the soapLocation property.
- getStatus() - Method in class com.boomi.common.apache.http.response.HttpResult
-
- getStream(Response) - Static method in class com.boomi.restlet.client.ResponseUtil
-
This method will extract the
InputStream
present in a
Response
.
- getStream() - Method in class com.boomi.restlet.resource.BaseOutputRepresentation
-
- getStream() - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- getStream() - Method in class com.boomi.restlet.resource.FastInputRepresentation
-
- getStringBuffer() - Method in class com.boomi.util.ToStringBuilder
-
Gets the StringBuffer
being populated.
- getStyle() - Method in class com.boomi.util.ToStringBuilder
-
Gets the ToStringStyle
being used.
- getSummaryObjectEndText() - Method in class com.boomi.util.ToStringStyle
-
Gets the end text to output when an Object
is
output in summary mode.
- getSummaryObjectStartText() - Method in class com.boomi.util.ToStringStyle
-
Gets the start text to output when an Object
is
output in summary mode.
- getSymmetricAlgorithm() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Gets the value of the symmetricAlgorithm property.
- getText() - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- getText() - Method in class com.boomi.restlet.resource.FastInputRepresentation
-
- getTimeStamp() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getTimeStamp() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the request timestamp to generate the signature
- getTimeToLive() - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Gets the value of the timeToLive property.
- getType() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Gets the value of the type property.
- getType() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the type property.
- getType() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Gets the value of the type property.
- getType() - Method in interface com.boomi.util.json.schema.Buildable
-
- getTypeNS() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Gets the value of the typeNS property.
- getTypeNS() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Gets the value of the typeNS property.
- getUrl() - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- getUrl() - Method in interface com.boomi.common.aws.AWSSignableRequest
-
Getter method to access the full request URL
- getUrl() - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Gets the value of the url property.
- getUser() - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Gets the value of the user property.
- getUserPrincipal() - Method in class com.boomi.common.apache.http.auth.credentials.CustomAuthCredentials
-
- getUserPrincipal() - Method in class com.boomi.common.apache.http.auth.credentials.HttpAWSCredentials
-
- getUserPrincipal() - Method in class com.boomi.common.apache.http.auth.credentials.OAuth2Credentials
-
- getVersionUrl() - Method in enum com.boomi.util.json.JSONUtil.SchemaVersion
-
- getWebServiceConnection() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the webServiceConnection property.
- getWebServiceDescription() - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Gets the value of the webServiceDescription property.
- getWebServiceMetaData() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Gets the value of the webServiceMetaData property.
- getWebServiceOperation() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Gets the value of the webServiceOperation property.
- getWSSecurityPart() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Gets the value of the wsSecurityPart property.
- gzip(Representation) - Static method in class com.boomi.restlet.client.RepresentationUtil
-
Returns a Representation which will be GZIP encoded.
- safeGetCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- safeGetCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- safeGetCustomConfiguration() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- safeGetFaults() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- safeGetInputs() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- safeGetOperations() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- safeGetOutputs() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- safeGetParts() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
- safeGetWebServiceConnection() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- safeGetWebServiceDescription() - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
- safeGetWebServiceMetaData() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- SCHEMA_ID - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_PROPERTIES - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_TITLE - Static variable in class com.boomi.util.json.JSONUtil
-
- SCHEMA_TYPE - Static variable in class com.boomi.util.json.JSONUtil
-
- SchemaBuilder - Interface in com.boomi.util.json.schema
-
Builder class for creating JSON schema documents.
- SchemaBuilderImpl - Class in com.boomi.util.json.schema.impl
-
Base
SchemaBuilder
implementation
Listing outstanding items here instead of in the API
TODO add mark/unmark or current support to navigate previous builders
TODO support customer
ObjectMapper
TODO support "additionalItems" for array type
TODO support nested array definition for array type
TODO support "definitions"
TODO support "patternProperties"
TODO support "dependencies"
TODO support "allOf"
TODO support "anyOf"
TODO support "oneOf"
TODO support "not"
TODO support "default"
- SchemaBuilderImpl() - Constructor for class com.boomi.util.json.schema.impl.SchemaBuilderImpl
-
- SerializableRepresentation - Class in com.boomi.restlet.resource
-
Representation which writes a single Serializable object to the output stream.
- SerializableRepresentation(Object) - Constructor for class com.boomi.restlet.resource.SerializableRepresentation
-
- serviceName - Variable in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- serviceNamespace - Variable in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- setArrayContentDetail(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to output array content detail.
- setArrayEnd(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the array end text.
- setArraySeparator(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the array separator text.
- setArrayStart(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the array start text.
- setBindingProtocol(WebServiceProtocol) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the bindingProtocol property.
- setBindingStyle(WebServiceBindingStyle) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the bindingStyle property.
- setBindingUse(WebServiceUse) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the bindingUse property.
- setBytes(byte[]) - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- setClientReadTimeout(Client, long) - Static method in class com.boomi.restlet.client.RequestUtil
-
Modifies the read timeout parameter for a given Client
.
- setContentEnd(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the content end text.
- setContentStart(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the content start text.
- setContentType(ContentType) - Method in class com.boomi.common.apache.http.response.ResponseProperties
-
- setConverter(Client) - Static method in class com.boomi.restlet.client.TLSHttpClientConverter
-
- setCreated(Boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the value of the created property.
- setCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the customConfiguration property.
- setCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the customConfiguration property.
- setCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the customConfiguration property.
- setDecryptKey(String) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the decryptKey property.
- setDefaultFullDetail(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to use full detail when the caller doesn't
specify.
- setDefaultStyle(ToStringStyle) - Static method in class com.boomi.util.ToStringBuilder
-
Sets the default ToStringStyle
to use.
- setDigestAlgorithm(DigestAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the digestAlgorithm property.
- setDigestAlgorithm(DigestAlgorithm) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the digestAlgorithm property.
- setElementName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the value of the elementName property.
- setElementName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the elementName property.
- setElementNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the elementNS property.
- setEncodeModifier(EncodeModifier) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the value of the encodeModifier property.
- setEncryptKey(String) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the encryptKey property.
- setEquals(boolean) - Method in class com.boomi.util.EqualsBuilder
-
Sets the isEquals
value.
- setFaults(WebServiceFaultList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the faults property.
- setFieldNameValueSeparator(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the field name value separator text.
- setFieldSeparator(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the field separator text.
- setFieldSeparatorAtEnd(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether the field separator should be added at the end
of each buffer.
- setFieldSeparatorAtStart(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether the field separator should be added at the start
of each buffer.
- setFragment(boolean) - Method in class com.boomi.restlet.jaxb.JAXBRepresentation
-
- setHidden(Boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the hidden property.
- setHttpHeader(Request, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Sets the HTTP header with the given name to the given value in the given request.
- setHttpHeader(Message, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Sets the HTTP header with the given name to the given value in the given message.
- setHttpHeader(Series<Parameter>, String, String) - Static method in class com.boomi.restlet.RestletUtil
-
Sets the HTTP header with the given name to the given value in the given header list (and removes any other
header with the same name).
- setId(int) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the value of the id property.
- setId(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the value of the id property.
- setInputs(WebServiceParameterList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the inputs property.
- setKeyEncodingAlgorithm(KeyEncodingAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the keyEncodingAlgorithm property.
- setKeyIdentifierType(KeyIdentifierType) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the keyIdentifierType property.
- setKeyIdentifierType(KeyIdentifierType) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the keyIdentifierType property.
- setMessageExchange(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the messageExchange property.
- setMessageName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Sets the value of the messageName property.
- setMessageNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Sets the value of the messageNamespace property.
- setName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the value of the name property.
- setName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the name property.
- setName(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the value of the name property.
- setNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the value of the namespace property.
- setNonce(Boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the value of the nonce property.
- setNullText(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the text to output when null
found.
- setOperationName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the operationName property.
- setOperationName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the operationName property.
- setOperations(WebServiceOperationList) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the operations property.
- setOperationStyle(WebServiceBindingStyle) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the operationStyle property.
- setOperationUse(WebServiceUse) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the operationUse property.
- setOutputs(WebServiceParameterList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the outputs property.
- setParts(WSSecurityPartList) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the value of the parts property.
- setPassword(String) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the value of the password property.
- setPasswordType(UserTokenPasswordType) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the value of the passwordType property.
- setPortName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the portName property.
- setProperty(String, String) - Method in interface com.boomi.connector.api.PropertyWriter
-
- setRequestProfileId(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the requestProfileId property.
- setRequestProfileName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the requestProfileName property.
- setResponseProfileId(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the responseProfileId property.
- setResponseProfileName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the responseProfileName property.
- setServiceName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the serviceName property.
- setServiceNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the value of the serviceNamespace property.
- setSignatureAlgorithm(SignatureAlgorithm) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the signatureAlgorithm property.
- setSignatureCanonicalization(SignatureCanonicalization) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the signatureCanonicalization property.
- setSignatureVerificationCert(String) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the signatureVerificationCert property.
- setSigningCert(String) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the signingCert property.
- setSizeEndText(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the end text to output when a Collection
,
Map
or array size is output.
- setSizeStartText(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the start text to output when a Collection
,
Map
or array size is output.
- setSoapAction(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the value of the soapAction property.
- setSoapAction(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the soapAction property.
- setSoapLocation(WebServiceSOAPLocation) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the soapLocation property.
- setSplitResponse(boolean) - Method in class com.boomi.common.apache.http.response.ResponseProperties
-
- setSummaryObjectEndText(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the end text to output when an Object
is
output in summary mode.
- setSummaryObjectStartText(String) - Method in class com.boomi.util.ToStringStyle
-
Sets the start text to output when an Object
is
output in summary mode.
- setSymmetricAlgorithm(SymmetricAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the value of the symmetricAlgorithm property.
- setTimeToLive(Integer) - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Sets the value of the timeToLive property.
- setTrackedGroupProperties(String, Map<String, String>) - Method in interface com.boomi.connector.api.PayloadMetadata
-
Sets the document level connector trackedGroup.
- setTrackedGroupProperty(String, String, String) - Method in interface com.boomi.connector.api.PayloadMetadata
-
Adds a single property to a trackedGroup based on groupId.
- setTrackedProperty(String, String) - Method in interface com.boomi.connector.api.PayloadMetadata
-
Sets a connector tracked property.
- setType(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the value of the type property.
- setType(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the type property.
- setType(WSSecurityOptionType) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the value of the type property.
- setTypeNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the value of the typeNS property.
- setTypeNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the value of the typeNS property.
- setUrl(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Sets the value of the url property.
- setUseClassName(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to use the class name.
- setUseFieldNames(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to use the field names passed in.
- setUseIdentityHashCode(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to use the identity hash code.
- setUser(String) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the value of the user property.
- setUserDefinedProperty(String, String) - Method in interface com.boomi.connector.api.PayloadMetadata
-
Sets a user defined / dynamic document property.
- setUseShortClassName(boolean) - Method in class com.boomi.util.ToStringStyle
-
Sets whether to output short or long class names.
- setUseSingleCert(Boolean) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the value of the useSingleCert property.
- setWebServiceConnection(WebServiceConnection) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the webServiceConnection property.
- setWebServiceDescription(WebServiceDescription) - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Sets the value of the webServiceDescription property.
- setWebServiceMetaData(WebServiceMetaData) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the value of the webServiceMetaData property.
- SHORT_PREFIX_STYLE - Static variable in class com.boomi.util.ToStringStyle
-
The short prefix toString style.
- sign(String) - Method in class com.boomi.common.apache.http.auth.HttpAWSSignableRequest
-
- sign(String) - Method in interface com.boomi.common.aws.AWSSignableRequest
-
This method will be invoked from
AWSV4Signer.sign(AWSSignableRequest)
to pass back the signing key that
needs to be included as the "Authorization" header into the original request.
- sign(AWSSignableRequest) - Static method in class com.boomi.common.aws.AWSV4Signer
-
- SignatureAlgorithm - Enum in com.boomi.model.connector.common.webservices
-
Java class for SignatureAlgorithm.
- signatureAlgorithm - Variable in class com.boomi.model.connector.common.webservices.SignatureConfig
-
- SignatureCanonicalization - Enum in com.boomi.model.connector.common.webservices
-
Java class for SignatureCanonicalization.
- signatureCanonicalization - Variable in class com.boomi.model.connector.common.webservices.SignatureConfig
-
- SignatureConfig - Class in com.boomi.model.connector.common.webservices
-
Java class for SignatureConfig complex type.
- SignatureConfig() - Constructor for class com.boomi.model.connector.common.webservices.SignatureConfig
-
- signatureVerificationCert - Variable in class com.boomi.model.connector.common.webservices.SignatureConfig
-
- signingCert - Variable in class com.boomi.model.connector.common.webservices.SignatureConfig
-
- SIMPLE_STYLE - Static variable in class com.boomi.util.ToStringStyle
-
The simple toString style.
- SimpleHttpResult - Class in com.boomi.common.apache.http.response
-
Simple
HttpResult
that converts the HTTP response to a single
Payload
with response headers set as a
tracked group property.
- SimpleHttpResult(CloseableHttpResponse, PayloadMetadataFactory) - Constructor for class com.boomi.common.apache.http.response.SimpleHttpResult
-
- SimpleTypeBuilder<T extends SimpleTypeBuilder<T,P>,P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building "simple" types.
- soapAction - Variable in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- soapAction - Variable in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- soapLocation - Variable in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
- StringTypeBuilder<P extends NestingBuilder> - Interface in com.boomi.util.json.schema
-
Builder class for building string type definitions.
- symmetricAlgorithm - Variable in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
- SymmetricAlgorithm - Enum in com.boomi.model.connector.common.webservices
-
Java class for SymmetricAlgorithm.
- tempFileRepresentation(File, MediaType) - Static method in class com.boomi.restlet.client.RepresentationUtil
-
Returns a Representation suitable for use with a temporary file (file only alive for the use of this
Representation).
- TimestampConfig - Class in com.boomi.model.connector.common.webservices
-
Java class for TimestampConfig complex type.
- TimestampConfig() - Constructor for class com.boomi.model.connector.common.webservices.TimestampConfig
-
- timeToLive - Variable in class com.boomi.model.connector.common.webservices.TimestampConfig
-
- TLSHttpClientConverter - Class in com.boomi.restlet.client
-
This is a simple wrapper of the HttpClientConverter class that attempts to use TLSv1.2 when making http calls.
- TLSHttpClientConverter(Context) - Constructor for class com.boomi.restlet.client.TLSHttpClientConverter
-
- toBooleanObject(boolean) - Static method in class com.boomi.util.BooleanUtils
-
Boolean factory that avoids creating new Boolean objecs all the time.
- toConnectorStatus(StatusLine) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
- toErrorPayload(Response, Logger) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Converts a response to a payload and logs any issues reading the stream using the provided
logger.
- toErrorPayload(Response, Logger, PayloadMetadata) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Converts a response to a payload with the provided metadata and logs any issues reading the
stream using the provided logger.
- toHashCode() - Method in class com.boomi.util.HashCodeBuilder
-
Return the computed hashCode
.
- toOperationStatus(StatusLine) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
Converts the provided
StatusLine
to an
OperationStatus
based on
StatusLine.getStatusCode()
.
- toPayload(HttpResponse) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
Converts the entity content of the provided response to a
Payload
- toPayload(HttpResponse, PayloadMetadata) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
- toPayload(Object) - Static method in class com.boomi.connector.api.JsonPayloadUtil
-
Deprecated.
- toPayload(Object, ObjectMapper) - Static method in class com.boomi.connector.api.JsonPayloadUtil
-
Deprecated.
- toPayload(TreeNode) - Static method in class com.boomi.connector.api.JsonPayloadUtil
-
Deprecated.
- toPayload(InputStream) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given InputStream.
- toPayload(InputStream, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given InputStream and PayloadMetadata.
- toPayload(JAXBContext, Object) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given JAXB object.
- toPayload(JAXBContext, Object, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given JAXB object.
- toPayload(Node) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given xml Node.
- toPayload(Node, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given xml Node.
- toPayload(Source) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given xml Source.
- toPayload(Source, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given xml Source.
- toPayload(String) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given String, to be encoded using the Atom default Charset.
- toPayload(String, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given String, to be encoded using the Atom default Charset.
- toPayload(String, Charset) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given String, to be encoded using the given Charset.
- toPayload(String, Charset, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given String, to be encoded using the given Charset.
- toPayload(ByteArrayOutputStream) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a Payload around the given ByteArrayOutputStream.
- toPayload(ByteArrayOutputStream, PayloadMetadata) - Static method in class com.boomi.connector.api.PayloadUtil
-
Constructs a ExtendedPayload around the given ByteArrayOutputStream.
- toPayload(Response) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Converts a response to a payload.
- toPayload(Response, PayloadMetadata) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Converts a response to a payload with the provided metadata.
- toPayload(Object) - Static method in class com.boomi.util.json.JsonPayloadUtil
-
Creates a new payload that will use a default
ObjectMapper
to
write the provided object to an
OutputStream
using
#writeTo(OutputStream)
.
- toPayload(Object, ObjectMapper) - Static method in class com.boomi.util.json.JsonPayloadUtil
-
Creates a new payload that will using the provided
ObjectMapper
to write the provided object to an
OutputStream
using
#writeTo(OutputStream)
.
- toPayload(TreeNode) - Static method in class com.boomi.util.json.JsonPayloadUtil
-
- toSpecific(HttpClientHelper, Request) - Method in class com.boomi.restlet.client.TLSHttpClientConverter
-
- toStatusMessage(StatusLine) - Static method in class com.boomi.common.apache.http.response.HttpResponseUtil
-
Converts the provided StatusLine
to a status message
- toString() - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
- toString() - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
- toString() - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
- toString() - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
- toString() - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
- toString() - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
- toString() - Method in class com.boomi.util.ToStringBuilder
-
Returns the built toString
.
- ToStringBuilder - Class in com.boomi.util
-
- ToStringBuilder(Object) - Constructor for class com.boomi.util.ToStringBuilder
-
Constructs a builder for the specified object using the default output style.
- ToStringBuilder(Object, ToStringStyle) - Constructor for class com.boomi.util.ToStringBuilder
-
Constructs a builder for the specified object using the a defined output style.
- ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class com.boomi.util.ToStringBuilder
-
Constructs a builder for the specified object.
- ToStringStyle - Class in com.boomi.util
-
- ToStringStyle() - Constructor for class com.boomi.util.ToStringStyle
-
Constructor.
- type - Variable in class com.boomi.model.connector.common.webservices.WebServiceFault
-
- type - Variable in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
- type - Variable in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
- typeNS - Variable in class com.boomi.model.connector.common.webservices.WebServiceFault
-
- typeNS - Variable in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
- validateResponse(Response) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Quick and easy tool to validate a Response
status.
- validateResponse(Response, boolean) - Static method in class com.boomi.restlet.client.ResponseUtil
-
Quick and easy tool to validate a Response
status.
- validateRetryableRepresentation(Representation, RetryStrategy) - Static method in class com.boomi.restlet.client.RequestUtil
-
Verifies that the given Representation is valid for use in a retry loop.
- value() - Method in enum com.boomi.model.connector.common.webservices.CertificateType
-
- value() - Method in enum com.boomi.model.connector.common.webservices.DigestAlgorithm
-
- value() - Method in enum com.boomi.model.connector.common.webservices.EncodeModifier
-
- value() - Method in enum com.boomi.model.connector.common.webservices.KeyEncodingAlgorithm
-
- value() - Method in enum com.boomi.model.connector.common.webservices.KeyIdentifierType
-
- value() - Method in enum com.boomi.model.connector.common.webservices.SignatureAlgorithm
-
- value() - Method in enum com.boomi.model.connector.common.webservices.SignatureCanonicalization
-
- value() - Method in enum com.boomi.model.connector.common.webservices.SymmetricAlgorithm
-
- value() - Method in enum com.boomi.model.connector.common.webservices.UserTokenPasswordType
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WebServiceAuthenticationType
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WebServiceBindingStyle
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WebServiceProtocol
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WebServiceSOAPLocation
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WebServiceUse
-
- value() - Method in enum com.boomi.model.connector.common.webservices.WSSecurityOptionType
-
- value() - Method in enum com.boomi.util.json.JSONUtil.NodeType
-
This method returns the string value of the type a it would appear in
a JSON schema document.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.CertificateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.DigestAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.EncodeModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.KeyEncodingAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.KeyIdentifierType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.SignatureAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.SignatureCanonicalization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.SymmetricAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.UserTokenPasswordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WebServiceAuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WebServiceBindingStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WebServiceProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WebServiceSOAPLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WebServiceUse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.model.connector.common.webservices.WSSecurityOptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.util.json.JSONUtil.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.boomi.util.json.JSONUtil.SchemaVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.boomi.model.connector.common.webservices.CertificateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.DigestAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.EncodeModifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.KeyEncodingAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.KeyIdentifierType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.SignatureAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.SignatureCanonicalization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.SymmetricAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.UserTokenPasswordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WebServiceAuthenticationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WebServiceBindingStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WebServiceProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WebServiceSOAPLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WebServiceUse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.model.connector.common.webservices.WSSecurityOptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.util.json.JSONUtil.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.boomi.util.json.JSONUtil.SchemaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- waitForToken(JsonToken) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- waitForTokens(Set<JsonToken>) - Method in class com.boomi.util.json.splitter.JsonSplitter
-
- wasFieldFound(String) - Method in class com.boomi.util.json.splitter.JsonArraySplitter
-
Validates if a given field was extracted from the document.
- WebServiceAuthenticationType - Enum in com.boomi.model.connector.common.webservices
-
Java class for WebServiceAuthenticationType.
- WebServiceBindingOperation - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceBindingOperation complex type.
- WebServiceBindingOperation() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
- WebServiceBindingStyle - Enum in com.boomi.model.connector.common.webservices
-
Java class for WebServiceBindingStyle.
- WebServiceConnection - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceConnection complex type.
- WebServiceConnection() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceConnection
-
- webServiceConnection - Variable in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- WebServiceDescription - Class in com.boomi.model.connector.common.webservices
-
Java class for anonymous complex type.
- WebServiceDescription() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceDescription
-
- webServiceDescription - Variable in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
- WebServiceFault - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceFault complex type.
- WebServiceFault() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceFault
-
- WebServiceFaultList - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceFaultList complex type.
- WebServiceFaultList() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
- WebServiceMetaData - Class in com.boomi.model.connector.common.webservices
-
Java class for anonymous complex type.
- WebServiceMetaData() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
- webServiceMetaData - Variable in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- WebServiceOperation - Class in com.boomi.model.connector.common.webservices
-
Java class for anonymous complex type.
- WebServiceOperation() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceOperation
-
- webServiceOperation - Variable in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
- WebServiceOperationList - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceOperationList complex type.
- WebServiceOperationList() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
- WebServiceParameter - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceParameter complex type.
- WebServiceParameter() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceParameter
-
- WebServiceParameterList - Class in com.boomi.model.connector.common.webservices
-
Java class for WebServiceParameterList complex type.
- WebServiceParameterList() - Constructor for class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
- WebServiceProtocol - Enum in com.boomi.model.connector.common.webservices
-
Java class for WebServiceProtocol.
- WebServiceSOAPLocation - Enum in com.boomi.model.connector.common.webservices
-
Java class for WebServiceSOAPLocation.
- WebServiceUse - Enum in com.boomi.model.connector.common.webservices
-
Java class for WebServiceUse.
- withBindingProtocol(WebServiceProtocol) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the bindingProtocol property to the given newValue and returns this instance.
- withBindingStyle(WebServiceBindingStyle) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the bindingStyle property to the given newValue and returns this instance.
- withBindingUse(WebServiceUse) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the bindingUse property to the given newValue and returns this instance.
- withBoomiDataType(DataType, String) - Method in interface com.boomi.util.json.schema.SimpleTypeBuilder
-
This method will add the "boomi_dataFormat" annotation to the simple type
definition represented by this builder.
- withConfigElements(Element...) - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Adds the given newValues to the current configElements property List and returns this instance.
- withConfigElements(Collection<? extends Element>) - Method in class com.boomi.model.connector.common.webservices.CustomConfiguration
-
Adds the given newValues to the current configElements property List and returns this instance.
- withCreated(Boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the created property to the given newValue and returns this instance.
- withCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the customConfiguration property to the given newValue and returns this instance.
- withCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the customConfiguration property to the given newValue and returns this instance.
- withCustomConfiguration(CustomConfiguration) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the customConfiguration property to the given newValue and returns this instance.
- withDecryptKey(String) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the decryptKey property to the given newValue and returns this instance.
- withDescription(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "description" attribute in the current type
definition.
- withDigestAlgorithm(DigestAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the digestAlgorithm property to the given newValue and returns this instance.
- withDigestAlgorithm(DigestAlgorithm) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the digestAlgorithm property to the given newValue and returns this instance.
- withElementName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the elementName property to the given newValue and returns this instance.
- withElementName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the elementName property to the given newValue and returns this instance.
- withElementNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the elementNS property to the given newValue and returns this instance.
- withEncodeModifier(EncodeModifier) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the encodeModifier property to the given newValue and returns this instance.
- withEncryptKey(String) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the encryptKey property to the given newValue and returns this instance.
- withExclusiveMaximum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "maximum" and "exclusiveMaximum" attributes in
the numeric type definition since both are required when using exclusive
maximum.
- withExclusiveMinimum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "minimum" and "exclusiveMinimum" attributes in
the numeric type definition since both are required when using exclusive
minimum.
- withFault(WebServiceFault...) - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Adds the given newValues to the current fault property List and returns this instance.
- withFault(Collection<? extends WebServiceFault>) - Method in class com.boomi.model.connector.common.webservices.WebServiceFaultList
-
Adds the given newValues to the current fault property List and returns this instance.
- withFaults(WebServiceFaultList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the faults property to the given newValue and returns this instance.
- withFilterable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "filterable" attribute in the field spec
definition
- withFormat(String) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "format" attribute in the string type definition
- withHidden(Boolean) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the hidden property to the given newValue and returns this instance.
- withId(int) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the id property to the given newValue and returns this instance.
- withId(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the id property to the given newValue and returns this instance.
- withId(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "id" attribute in the current type definition.
- withIgnoreForFilters(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForFilters" boomi field spec annotation
in the current type definition.
- withIgnoreForSelection(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForSelection" boomi field spec annotation
in the current type definition.
- withIgnoreForSort(boolean) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "ignoreForSort" boomi field spec annotation in
the current type definition.
- withInputs(WebServiceParameterList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the inputs property to the given newValue and returns this instance.
- withKeyEncodingAlgorithm(KeyEncodingAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the keyEncodingAlgorithm property to the given newValue and returns this instance.
- withKeyIdentifierType(KeyIdentifierType) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the keyIdentifierType property to the given newValue and returns this instance.
- withKeyIdentifierType(KeyIdentifierType) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the keyIdentifierType property to the given newValue and returns this instance.
- withMaximum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "maximum" attribute in the numeric type
definition
- withMaxItems(int) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "maxItems" attribute in the array type
definition
- withMaxLength(int) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "maxLength" attribute in the string type
definition
- withMaxProperties(int) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "maxProperties" attribute in the object type
definition
- withMessageExchange(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the messageExchange property to the given newValue and returns this instance.
- withMessageName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Sets the messageName property to the given newValue and returns this instance.
- withMessageNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Sets the messageNamespace property to the given newValue and returns this instance.
- withMinimum(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "minimum" attribute in the numeric type
definition
- withMinItems(int) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "minItems" attribute in the array type
definition
- withMinLength(int) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "minLength" attribute in the string type
definition
- withMinProperties(int) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "minProperties" attribute in the object type
definition
- withMultipleOf(int) - Method in interface com.boomi.util.json.schema.NumericTypeBuilder
-
This method includes the "multipleOf" attribute in the numeric type
definition
- withName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the name property to the given newValue and returns this instance.
- withName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the name property to the given newValue and returns this instance.
- withName(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the name property to the given newValue and returns this instance.
- withNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPart
-
Sets the namespace property to the given newValue and returns this instance.
- withNonce(Boolean) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the nonce property to the given newValue and returns this instance.
- withOperationName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the operationName property to the given newValue and returns this instance.
- withOperationName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the operationName property to the given newValue and returns this instance.
- withOperations(WebServiceOperationList) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the operations property to the given newValue and returns this instance.
- withOperationStyle(WebServiceBindingStyle) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the operationStyle property to the given newValue and returns this instance.
- withOperationUse(WebServiceUse) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the operationUse property to the given newValue and returns this instance.
- withOptions(WSSecurityOption...) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Adds the given newValues to the current options property List and returns this instance.
- withOptions(Collection<? extends WSSecurityOption>) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
Adds the given newValues to the current options property List and returns this instance.
- withOutputs(WebServiceParameterList) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the outputs property to the given newValue and returns this instance.
- withParameter(WebServiceParameter...) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Adds the given newValues to the current parameter property List and returns this instance.
- withParameter(Collection<? extends WebServiceParameter>) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameterList
-
Adds the given newValues to the current parameter property List and returns this instance.
- withParts(WSSecurityPartList) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the parts property to the given newValue and returns this instance.
- withPassword(String) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the password property to the given newValue and returns this instance.
- withPasswordType(UserTokenPasswordType) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the passwordType property to the given newValue and returns this instance.
- withPattern(String) - Method in interface com.boomi.util.json.schema.StringTypeBuilder
-
This method includes the "pattern" attribute in the string type
definition
- withPortName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the portName property to the given newValue and returns this instance.
- withRequestProfileId(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the requestProfileId property to the given newValue and returns this instance.
- withRequestProfileName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the requestProfileName property to the given newValue and returns this instance.
- withRequired(String...) - Method in interface com.boomi.util.json.schema.ComplexTypeBuilder
-
This method includes the "required" attribute in the object type
definition
- withResponseProfileId(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the responseProfileId property to the given newValue and returns this instance.
- withResponseProfileName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the responseProfileName property to the given newValue and returns this instance.
- withSelectable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "selectable" attribute in the field spec
definition
- withSelected(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "selected" attribute in the field spec
definition
- withServiceName(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the serviceName property to the given newValue and returns this instance.
- withServiceNamespace(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceDescription
-
Sets the serviceNamespace property to the given newValue and returns this instance.
- withSignatureAlgorithm(SignatureAlgorithm) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the signatureAlgorithm property to the given newValue and returns this instance.
- withSignatureCanonicalization(SignatureCanonicalization) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the signatureCanonicalization property to the given newValue and returns this instance.
- withSignatureVerificationCert(String) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the signatureVerificationCert property to the given newValue and returns this instance.
- withSigningCert(String) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the signingCert property to the given newValue and returns this instance.
- withSoapAction(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceBindingOperation
-
Sets the soapAction property to the given newValue and returns this instance.
- withSoapAction(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the soapAction property to the given newValue and returns this instance.
- withSoapLocation(WebServiceSOAPLocation) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the soapLocation property to the given newValue and returns this instance.
- withSortable(boolean) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "sortable" attribute in the field spec
definition
- withSymmetricAlgorithm(SymmetricAlgorithm) - Method in class com.boomi.model.connector.common.webservices.EncryptionConfig
-
Sets the symmetricAlgorithm property to the given newValue and returns this instance.
- withTimeToLive(Integer) - Method in class com.boomi.model.connector.common.webservices.TimestampConfig
-
Sets the timeToLive property to the given newValue and returns this instance.
- withTitle(String) - Method in interface com.boomi.util.json.schema.CommonBuilder
-
This method includes the "title" attribute in the current type
definition.
- withType(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the type property to the given newValue and returns this instance.
- withType(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the type property to the given newValue and returns this instance.
- withType(WSSecurityOptionType) - Method in class com.boomi.model.connector.common.webservices.WSSecurityOption
-
Sets the type property to the given newValue and returns this instance.
- withType(DataType) - Method in interface com.boomi.util.json.schema.FieldSpecBuilder
-
This method includes the "type" attribute in the field spec definition
- withTypeNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceFault
-
Sets the typeNS property to the given newValue and returns this instance.
- withTypeNS(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceParameter
-
Sets the typeNS property to the given newValue and returns this instance.
- withUniqueItems(boolean) - Method in interface com.boomi.util.json.schema.ArrayTypeBuilder
-
This method includes the "uniqueItems" attribute in the array type
definition
- withUrl(String) - Method in class com.boomi.model.connector.common.webservices.WebServiceConnection
-
Sets the url property to the given newValue and returns this instance.
- withUser(String) - Method in class com.boomi.model.connector.common.webservices.UserNameToken
-
Sets the user property to the given newValue and returns this instance.
- withUseSingleCert(Boolean) - Method in class com.boomi.model.connector.common.webservices.SignatureConfig
-
Sets the useSingleCert property to the given newValue and returns this instance.
- withWebServiceConnection(WebServiceConnection) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the webServiceConnection property to the given newValue and returns this instance.
- withWebServiceDescription(WebServiceDescription) - Method in class com.boomi.model.connector.common.webservices.WebServiceMetaData
-
Sets the webServiceDescription property to the given newValue and returns this instance.
- withWebServiceMetaData(WebServiceMetaData) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperation
-
Sets the webServiceMetaData property to the given newValue and returns this instance.
- withWebServiceOperation(WebServiceBindingOperation...) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Adds the given newValues to the current webServiceOperation property List and returns this instance.
- withWebServiceOperation(Collection<? extends WebServiceBindingOperation>) - Method in class com.boomi.model.connector.common.webservices.WebServiceOperationList
-
Adds the given newValues to the current webServiceOperation property List and returns this instance.
- withWSSecurityPart(WSSecurityPart...) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Adds the given newValues to the current wsSecurityPart property List and returns this instance.
- withWSSecurityPart(Collection<? extends WSSecurityPart>) - Method in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
Adds the given newValues to the current wsSecurityPart property List and returns this instance.
- write(OutputStream) - Method in class com.boomi.restlet.jaxb.JAXBRepresentation
-
- write(OutputStream) - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- write(WritableByteChannel) - Method in class com.boomi.restlet.resource.ByteArrayRepresentation
-
- write(OutputStream) - Method in class com.boomi.restlet.resource.ClosingInputRepresentation
-
- write(OutputStream) - Method in class com.boomi.restlet.resource.FastInputRepresentation
-
- write(OutputStream) - Method in class com.boomi.restlet.resource.JsonRepresentation
-
- write(OutputStream) - Method in class com.boomi.restlet.resource.SerializableRepresentation
-
- writeNode(JsonNode, OutputStream) - Static method in class com.boomi.util.json.JSONUtil
-
Writes the given node to the supplied output stream.
- writeTo(OutputStream) - Method in class com.boomi.common.apache.http.entity.RepeatableInputStreamEntity
-
The input stream will be closed prior to being written to the provided
OutputStream
- writeTo(OutputStream) - Method in class com.boomi.connector.api.BasePayload
-
- writeTo(OutputStream) - Method in interface com.boomi.connector.api.Payload
-
Writes the payload data to the given OutputStream.
- WSSecurityOption - Class in com.boomi.model.connector.common.webservices
-
Java class for WSSecurityOption complex type.
- WSSecurityOption() - Constructor for class com.boomi.model.connector.common.webservices.WSSecurityOption
-
- WSSecurityOptions - Class in com.boomi.model.connector.common.webservices
-
Java class for anonymous complex type.
- WSSecurityOptions() - Constructor for class com.boomi.model.connector.common.webservices.WSSecurityOptions
-
- WSSecurityOptionType - Enum in com.boomi.model.connector.common.webservices
-
Java class for WSSecurityOptionType.
- WSSecurityPart - Class in com.boomi.model.connector.common.webservices
-
Java class for WSSecurityPart complex type.
- WSSecurityPart() - Constructor for class com.boomi.model.connector.common.webservices.WSSecurityPart
-
- wsSecurityPart - Variable in class com.boomi.model.connector.common.webservices.WSSecurityPartList
-
- WSSecurityPartList - Class in com.boomi.model.connector.common.webservices
-
Java class for WSSecurityPartList complex type.
- WSSecurityPartList() - Constructor for class com.boomi.model.connector.common.webservices.WSSecurityPartList
-