|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.nec.webotx.jbi.binding.soap.Endpoint
public class Endpoint
This object represents a consumer and provider endpoint which has been deployed to the SOAP Binding component.
| 入れ子のクラスの概要 | |
|---|---|
class |
Endpoint.KeepAlive
Inner class to returns whether keep-alive is effective. |
class |
Endpoint.KeepaliveTimeout
Inner class to returns the value of keep-alive timeout. |
static class |
Endpoint.OAuthIdLockObject
LockObject for OAuth ID. |
static class |
Endpoint.State
Inner class to describe the Endpoint transient state. |
| コンストラクタの概要 | |
|---|---|
Endpoint()
Create a new instance of Endpoint. |
|
Endpoint(javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
Role role)
Create a new instance of Endpoint. |
|
| メソッドの概要 | |
|---|---|
void |
addMessageExchangeHandler(MessageHandler messageHandler)
Add a MessageExchange handler to this endpoint. |
void |
addOperation(Operation operation)
Add an operation to this endpoint. |
void |
addOptions(java.lang.String key,
java.lang.String value)
Set the map of Options. |
void |
addSOAPHandler(MessageHandler messageHandler)
Add SOAP handler. |
void |
createHttpClient4Outbound()
create httpclient for soap outbound endpoint. |
java.lang.String |
getAddressLocation()
Get the physical address associated with this deployment. |
ESBClientAuthnConfig |
getClientAuthn()
Get the ClientAuthnConfig. |
java.lang.String |
getComponentId()
Get Component identifier to which this deployment has been made. |
java.lang.String |
getCompression()
Get the compression. |
int |
getConnectTimeOut()
Get the ConnectTimeOut. |
java.lang.String |
getDeploymentId()
Get the deployment identifier associated with this deployment. |
WebOTXESBEndpointAuthnConfig |
getEndpointAuthn()
Get the EndpointAuthnConfig. |
WebOTXESBAuthzConfig |
getEndpointAuthz()
Get the EndpointAuthzConfig. |
java.lang.String |
getEndpointName()
Return the endpoint name. |
java.lang.String |
getEndpointUrlName()
Get the EndpointUrlName. |
int |
getExceedRequestTimeout()
Get the exceed request timeout. |
DefaultHttpClient |
getHttpClient()
get http client in the Endpoint. |
javax.xml.namespace.QName |
getInterfaceName()
Get the interface name. |
int |
getMaxRequestCount()
Get the max request count. |
java.util.List<HandlerInfo> |
getMessageConvertHandlerList()
Get the list of MessageConvertHandlers. |
java.util.List |
getMessageExchangeHandlerChain()
Get the list of MessageExchange handlers. |
java.util.List<HandlerInfo> |
getMessageExchangeHandlerList()
Get the list of Message Exchange Handlers. |
java.lang.String |
getMtomMime()
Get the MIME of MTOM. |
java.util.Map<java.lang.String,Endpoint.OAuthIdLockObject> |
getOAuthIdLockMap()
Get map of OAuthIdLockObject. |
Operation |
getOperation(javax.xml.namespace.QName qname)
Get the operation instance associated with the qname. |
Operation |
getOperation(java.lang.String operationName)
Get the operation instance associated with the operation name. |
java.util.HashMap |
getOperationList()
Get list of operations. |
java.util.Iterator |
getOperationNames()
Get list of operations supported by this endpoint. |
java.lang.String |
getOption(java.lang.String key)
Get the value of the specified key |
java.util.Map<java.lang.String,java.lang.String> |
getOptions()
Get the map of Options. |
int |
getPriority()
Get the Priority. |
java.util.ArrayList |
getPropagateCredentialList()
Get the PropagateCredentialList. |
java.util.ArrayList |
getPropagatePrincipalList()
Get the PropagatePrincipalList. |
int |
getReadTimeOut()
Get the ReadTimeOut. |
java.lang.String |
getRemoveXOP()
Get the RemoveXOP. |
RetryInfo |
getRetryInfo()
Get RetryInfo. |
Role |
getRole()
Return the role which is either consumer or provider. |
java.lang.String |
getSecurityConfigFileName()
Get the security file name. |
ESBServerAuthnConfig |
getServerAuthn()
Get the ServerAuthn. |
javax.xml.namespace.QName |
getServiceName()
Return the service name. |
java.util.List |
getSOAPHandlerChain()
Get the list of SOAP handlers. |
java.lang.String |
getSOAPVersion()
Get the SOAP version. |
int |
getSoBufferSize()
Get the SoBufferSize. |
Endpoint.State |
getState()
Get the endpoint state. |
java.lang.String |
getStyle()
Get the interface style. |
long |
getTimeOut()
Get the TimeOut. |
java.lang.String |
getTransactionType()
Get the Transaction Type. |
TransportHandler |
getTransporthandler()
Get the transport handler. |
java.lang.Boolean |
getUtilize()
Get the Utilize. |
java.lang.String |
getWSDLDeploymentFileName()
Get wsdl deployment file name. |
java.lang.String |
getXMLProcessType()
Get the XML Process Type. |
boolean |
isBlocking()
Get the Blocking. |
boolean |
isExpectContinue()
Get the expect-continue. |
boolean |
isFlowControl()
Get the FlowControl. |
boolean |
isStaleCheck()
Get the StaleCheck. |
boolean |
isTcpNodelay()
Get the TcpNodelay. |
boolean |
isWSREnable()
Get the WSREnable. |
boolean |
isXATransaction()
Get the XATransaction. |
void |
setAddressLocation(java.lang.String addressLocation)
Set the physical address for this deployment. |
void |
setBlockingStatus(boolean isBlocking)
Set the Blocking status. |
void |
setClientAuthn(ESBClientAuthnConfig mClientAuthn)
Set the ClientAuthn. |
void |
setComponentId(java.lang.String componentName)
Set the Component identifier to which this deployment has been made. |
void |
setCompression(java.lang.String compression)
Set the compression. |
void |
setConnectTimeOut(int connectTimeOut)
Set the ConnectTimeOut. |
void |
setDeploymentId(java.lang.String serviceUnitName)
Set the deployment identifier associated with this deployment. |
void |
setEndpointAuthn(WebOTXESBEndpointAuthnConfig mEndpointAuthn)
Set the EndpointAuthn. |
void |
setEndpointAuthz(WebOTXESBAuthzConfig mEndpointAuthz)
Set the EndpointAuthz. |
void |
setEndpointName(java.lang.String endpointName)
Set the EndpointName. |
void |
setEndpointUrlName(java.lang.String mEndpointUrlName)
Set the EndpointUrlName. |
void |
setExceedRequestTimeout(int timeout)
Set the exceed request timeout. |
void |
setExpectContinue(boolean mExpectContinue)
Set the expect-continue. |
void |
setInterfaceName(javax.xml.namespace.QName interfaceName)
Set the interface name. |
void |
setMaxRequestCount(int count)
Set the max request count |
void |
setMessageConvertHandlerList(java.util.List<HandlerInfo> messageConvertHandlerList)
Set the list of Message Convert Handlers. |
void |
setMessageExchangeHandlerChain(java.util.List messageExchangeHandlerChain)
Set the list of MessageExchange handlers. |
void |
setMessageExchangeHandlerList(java.util.List<HandlerInfo> messageExchangeList)
Set the list of Message Exchange Handlers. |
void |
setMtomMime(java.lang.String mime)
Set the MIME of MTOM. |
void |
setOperationList(java.util.HashMap operationList)
Set the list of operations. |
void |
setOptions(java.util.HashMap<java.lang.String,java.lang.String> options)
|
void |
setPriority(int mPriority)
Set the Priority. |
void |
setPropagateCredentialList(java.util.ArrayList mPropagateCredentialList)
Set the PropagateCredentialList. |
void |
setPropagatePrincipalList(java.util.ArrayList mPropagatePrincipalList)
Set the PropagatePrincipalList. |
void |
setReadTimeOut(int mReadTimeOut)
Set the ReadTimeOut. |
void |
setRemoveXOP(java.lang.String removeXOP)
Set the RemoveXOP. |
void |
setRetryInfo(RetryInfo mRetryInfo)
Set the RetryInfo. |
void |
setRole(Role role)
Set the role. |
void |
setSecurityConfigFileName(java.lang.String securityConfigFileName)
Set the security config file name. |
void |
setServerAuthn(ESBServerAuthnConfig mServerAuthn)
Set the ServerAuthn. |
void |
setServiceName(javax.xml.namespace.QName serviceName)
Set the ServiceName. |
void |
setSOAPHandlerChain(java.util.List soapHandlerChain)
Set the list of SOAP handlers. |
void |
setSOAPVersion(java.lang.String version)
Set the SOAP version. |
void |
setSoBufferSize(int mSoBufferSize)
Set the SoBufferSize. |
void |
setStaleCheck(boolean mStaleCheck)
Set the StaleCheck. |
void |
setState(Endpoint.State state)
Set the endpoint state. |
void |
setStyle(java.lang.String interfaceStyle)
Set the interface style. |
void |
setTcpNodelay(boolean mTcpNodelay)
Set the TcpNodelay. |
void |
setTimeOut(long mTimeOut)
Set the TimeOut. |
void |
setTransactionType(java.lang.String mTransactionType)
Set the Transaction Type. |
void |
setTransporthandler(TransportHandler transporthandler)
Set the transport handler. |
void |
setUtilize(java.lang.Boolean mUtilize)
Set the Utilize. |
void |
setWSDLDeploymentFileName(java.lang.String wsdlDeploymentFileName)
Set the wsdl deployment file name. |
void |
setWSREnable(boolean mWSREnable)
Set the WSREnable. |
void |
setXATransaction(boolean mXATransaction)
Set the XATransaction. |
void |
setXMLProcessType(java.lang.String xmlprocessType)
Set the XML Process Type. |
void |
stopConnManager()
Release Connection. |
java.lang.String |
toString()
Return the endpoint object as a string. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Endpoint()
serviceName - service Qname as defined in the WSDLendpointName - endpoint name as defined in the WSDLrole - consumer or provider endpoint
public Endpoint(javax.xml.namespace.QName serviceName,
java.lang.String endpointName,
Role role)
serviceName - service Qname as defined in the WSDLendpointName - endpoint name as defined in the WSDLrole - consumer or provider endpoint| メソッドの詳細 |
|---|
public java.lang.String getCompression()
public void setCompression(java.lang.String compression)
compression - compressionpublic int getConnectTimeOut()
public void setConnectTimeOut(int connectTimeOut)
connectTimeOut - connect timeoutpublic int getReadTimeOut()
public void setReadTimeOut(int mReadTimeOut)
mReadTimeOut - read timeoutpublic boolean isTcpNodelay()
public void setTcpNodelay(boolean mTcpNodelay)
mTcpNodelay - tcp nodelaypublic int getSoBufferSize()
public void setSoBufferSize(int mSoBufferSize)
mSoBufferSize - So buffer sizepublic java.lang.Boolean getUtilize()
public void setUtilize(java.lang.Boolean mUtilize)
mUtilize - utilizepublic boolean isStaleCheck()
public void setStaleCheck(boolean mStaleCheck)
mStaleCheck - stale checkpublic long getTimeOut()
public void setTimeOut(long mTimeOut)
mTimeOut - timeoutpublic boolean isExpectContinue()
public void setExpectContinue(boolean mExpectContinue)
mExpectContinue - expect-continuepublic java.lang.String getTransactionType()
public void setTransactionType(java.lang.String mTransactionType)
mTransactionType - valuepublic java.util.Map<java.lang.String,java.lang.String> getOptions()
public void setOptions(java.util.HashMap<java.lang.String,java.lang.String> options)
public void addOptions(java.lang.String key,
java.lang.String value)
key - is options tag name.value - is options tag value.public java.lang.String getOption(java.lang.String key)
key - options tag name.
public RetryInfo getRetryInfo()
public void setRetryInfo(RetryInfo mRetryInfo)
mRetryInfo - RetryInfopublic int getPriority()
public void setPriority(int mPriority)
mPriority - Prioritypublic java.lang.String getEndpointUrlName()
public void setEndpointUrlName(java.lang.String mEndpointUrlName)
mEndpointUrlName - Endpoint url namepublic java.util.ArrayList getPropagateCredentialList()
public void setPropagateCredentialList(java.util.ArrayList mPropagateCredentialList)
mPropagateCredentialList - PropagateCredentialListpublic java.util.ArrayList getPropagatePrincipalList()
public void setPropagatePrincipalList(java.util.ArrayList mPropagatePrincipalList)
mPropagatePrincipalList - PropagatePrincipalListpublic ESBClientAuthnConfig getClientAuthn()
public void setClientAuthn(ESBClientAuthnConfig mClientAuthn)
mClientAuthn - ClientAuthn configpublic WebOTXESBEndpointAuthnConfig getEndpointAuthn()
public void setEndpointAuthn(WebOTXESBEndpointAuthnConfig mEndpointAuthn)
mEndpointAuthn - EndpointAuthn configpublic WebOTXESBAuthzConfig getEndpointAuthz()
public void setEndpointAuthz(WebOTXESBAuthzConfig mEndpointAuthz)
mEndpointAuthz - EndpointAuthz configpublic ESBServerAuthnConfig getServerAuthn()
public void setServerAuthn(ESBServerAuthnConfig mServerAuthn)
mServerAuthn - ServerAuth configpublic javax.xml.namespace.QName getServiceName()
public void setServiceName(javax.xml.namespace.QName serviceName)
serviceName - service name.public Role getRole()
public void setRole(Role role)
role - rolepublic java.lang.String getEndpointName()
public void setEndpointName(java.lang.String endpointName)
endpointName - EndpointNamepublic void setStyle(java.lang.String interfaceStyle)
interfaceStyle - interface style.public java.lang.String getStyle()
public void addOperation(Operation operation)
operation - operation supported by the service.public Operation getOperation(java.lang.String operationName)
operationName - operation name
public Operation getOperation(javax.xml.namespace.QName qname)
operationName - operation name
public java.util.Iterator getOperationNames()
public void setOperationList(java.util.HashMap operationList)
operationList - list of operationspublic java.util.HashMap getOperationList()
public void setAddressLocation(java.lang.String addressLocation)
addressLocation - service URLpublic java.lang.String getAddressLocation()
public void setSecurityConfigFileName(java.lang.String securityConfigFileName)
securityConfigFileName - security configuration file name.public java.lang.String getSecurityConfigFileName()
public void setWSDLDeploymentFileName(java.lang.String wsdlDeploymentFileName)
wsdlDeploymentFileName - wsdl deployment file name.public java.lang.String getWSDLDeploymentFileName()
public java.lang.String getComponentId()
public void setComponentId(java.lang.String componentName)
componentName - component namepublic void setDeploymentId(java.lang.String serviceUnitName)
serviceUnitName - service unit name.public java.lang.String getDeploymentId()
public Endpoint.State getState()
public void setState(Endpoint.State state)
state - endpoint State.public java.lang.String toString()
java.lang.Object 内の toStringpublic TransportHandler getTransporthandler()
public void setTransporthandler(TransportHandler transporthandler)
transporthandler - transport handlerpublic void addMessageExchangeHandler(MessageHandler messageHandler)
messageHandler - MessageExchange handlerpublic void setMessageExchangeHandlerChain(java.util.List messageExchangeHandlerChain)
messageExchangeHandlerChain - list of MessageExchange handlerspublic java.util.List getMessageExchangeHandlerChain()
public void addSOAPHandler(MessageHandler messageHandler)
messageHandler - SOAP handlerpublic void setSOAPHandlerChain(java.util.List soapHandlerChain)
soapHandlerChain - list of SOAP handlers.public java.util.List getSOAPHandlerChain()
public void setInterfaceName(javax.xml.namespace.QName interfaceName)
interfaceName - interface namepublic javax.xml.namespace.QName getInterfaceName()
public void setSOAPVersion(java.lang.String version)
version - SOAP versionpublic java.lang.String getSOAPVersion()
public void setRemoveXOP(java.lang.String removeXOP)
removeXOP - RemoveXOPpublic java.lang.String getRemoveXOP()
public void setMtomMime(java.lang.String mime)
mime - MIME of MTOMpublic java.lang.String getMtomMime()
public void setXMLProcessType(java.lang.String xmlprocessType)
xmlprocessType - XML process typepublic java.lang.String getXMLProcessType()
public void setMessageConvertHandlerList(java.util.List<HandlerInfo> messageConvertHandlerList)
messageConvertHandlerList - list of message convert handlerspublic java.util.List<HandlerInfo> getMessageConvertHandlerList()
public void setMessageExchangeHandlerList(java.util.List<HandlerInfo> messageExchangeList)
messageExchangeHandlerList - list of message exchange handlers.public java.util.List<HandlerInfo> getMessageExchangeHandlerList()
public void setWSREnable(boolean mWSREnable)
mWSREnable - WSREnablepublic boolean isWSREnable()
public void setXATransaction(boolean mXATransaction)
mXATransaction - XATransactionpublic boolean isXATransaction()
public DefaultHttpClient getHttpClient()
public void createHttpClient4Outbound()
public void stopConnManager()
public boolean isFlowControl()
public void setMaxRequestCount(int count)
count - max request countpublic int getMaxRequestCount()
public int getExceedRequestTimeout()
public void setExceedRequestTimeout(int timeout)
timeout - exceed request timeoutpublic boolean isBlocking()
public void setBlockingStatus(boolean isBlocking)
isBlocking - Blockingpublic java.util.Map<java.lang.String,Endpoint.OAuthIdLockObject> getOAuthIdLockMap()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||