|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BindingTypeInfo
Interface the describes the binding details of the service. The implementation is a convenience wrapper class around several internal OSB structures. Additonal methods will be added as needed by transport providers.
| Nested Class Summary | |
|---|---|
static class |
BindingTypeInfo.BindingTypeEnum
|
static class |
BindingTypeInfo.MessageTypeEnum
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getBindingName()
|
javax.xml.namespace.QName |
getPortName()
|
BindingTypeInfo.MessageTypeEnum |
getRequestMessageType()
|
Ref |
getRequestRef()
|
BindingTypeInfo.MessageTypeEnum |
getResponseMessageType()
|
Ref |
getResponseRef()
|
BindingTypeInfo.BindingTypeEnum |
getType()
|
Ref |
getWsdlRef()
|
boolean |
hasRequestResponseOperations()
|
boolean |
hasRMPolicy()
Deprecated. this method has been deprecated in 3.0 and should not be called. Transport providers should not rely on this. method. This method will always return false. |
boolean |
hasWSSecurityPolicy()
Deprecated. this method has been deprecated in 3.0 and should not be called. Transport providers should not rely on this method. This method will always return false. |
boolean |
isWSICompliant()
|
| Method Detail |
|---|
BindingTypeInfo.BindingTypeEnum getType()
throws TransportException
TransportException - if an exception occurs.
boolean hasWSSecurityPolicy()
throws TransportException
TransportException - if an exception occurs.
boolean hasRMPolicy()
throws TransportException
TransportException - if an exception occurs.
boolean isWSICompliant()
throws TransportException
TransportException - if an exception occurs.
BindingTypeInfo.MessageTypeEnum getRequestMessageType()
throws TransportException
TransportException - if an exception occurs.
BindingTypeInfo.MessageTypeEnum getResponseMessageType()
throws TransportException
TransportException - if an exception occurs.
boolean hasRequestResponseOperations()
throws TransportException
TransportException - if an exception occurs.
Ref getWsdlRef()
throws TransportException
TransportException - if an exception occurs.
Ref getRequestRef()
throws TransportException
TransportException - if an exception occurs.
Ref getResponseRef()
throws TransportException
TransportException - if an exception occurs.
javax.xml.namespace.QName getBindingName()
throws TransportException
TransportException - if an exception occurs.
javax.xml.namespace.QName getPortName()
throws TransportException
TransportException - if an exception occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||