Package | Description |
---|---|
com.sun.xml.ws.api.model | |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.model | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Field and Description |
---|---|
static ParameterBinding |
ParameterBinding.BODY
Singleton instance that represents 'BODY'
|
static ParameterBinding |
ParameterBinding.HEADER
Singleton instance that represents 'HEADER'
|
static ParameterBinding |
ParameterBinding.UNBOUND
Singleton instance that represents 'UNBOUND',
meaning the parameter doesn't have a representation in a SOAP message.
|
Modifier and Type | Method and Description |
---|---|
static ParameterBinding |
ParameterBinding.createAttachment(String mimeType)
Creates an instance that represents the attachment
with a given MIME type.
|
ParameterBinding |
Parameter.getBinding()
Returns the binding associated with the parameter.
|
ParameterBinding |
Parameter.getInBinding()
Returns the
ParameterBinding associated with the IN mode |
ParameterBinding |
Parameter.getOutBinding()
Returns the
ParameterBinding associated with the OUT mode |
Modifier and Type | Method and Description |
---|---|
ParameterBinding |
WSDLPart.getBinding()
Gets the wsdl:part binding as seen thru wsdl:binding
|
ParameterBinding |
WSDLBoundPortType.getBinding(QName operation,
String part,
javax.jws.WebParam.Mode mode)
Gets the
ParameterBinding for a given operation, part name and the direction - IN/OUT |
Modifier and Type | Method and Description |
---|---|
ParameterBinding |
ParameterImpl.getBinding() |
ParameterBinding |
ParameterImpl.getInBinding() |
ParameterBinding |
ParameterImpl.getOutBinding() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterImpl.setBinding(ParameterBinding binding) |
void |
ParameterImpl.setInBinding(ParameterBinding binding) |
void |
ParameterImpl.setOutBinding(ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
ParameterBinding |
WSDLPartImpl.getBinding() |
ParameterBinding |
WSDLBoundPortTypeImpl.getBinding(QName operation,
String part,
javax.jws.WebParam.Mode mode)
Gets the
ParameterBinding for a given operation, part name and the direction - IN/OUT |
ParameterBinding |
WSDLBoundOperationImpl.getFaultBinding(String part)
Gets
ParameterBinding for a given wsdl part in wsdl:fault |
ParameterBinding |
WSDLBoundOperationImpl.getInputBinding(String part)
Gets
ParameterBinding for a given wsdl part in wsdl:input |
ParameterBinding |
WSDLBoundOperationImpl.getOutputBinding(String part)
Gets
ParameterBinding for a given wsdl part in wsdl:output |
Modifier and Type | Method and Description |
---|---|
Map<String,ParameterBinding> |
WSDLBoundOperationImpl.getFaultParts()
Map of wsdl:fault part name and the binding as
ParameterBinding |
Map<String,ParameterBinding> |
WSDLBoundOperationImpl.getInputParts()
Map of wsdl:input part name and the binding as
ParameterBinding |
Map<String,ParameterBinding> |
WSDLBoundOperationImpl.getOutputParts()
Map of wsdl:output part name and the binding as
ParameterBinding |
Modifier and Type | Method and Description |
---|---|
void |
WSDLPartImpl.setBinding(ParameterBinding binding) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.