Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.wsdl.fragments
Class BindingMessageReferenceFragment

java.lang.Object
  extended by oracle.wsm.wsdl.fragments.WSDLFragmentImpl
      extended by oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment

All Implemented Interfaces:
Serializable, IWSDLFragment

public class BindingMessageReferenceFragment
extends WSDLFragmentImpl
implements IWSDLFragment
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.wsm.wsdl.fragments.IWSDLFragment
IWSDLFragment.WSDL_TYPE_ENUM

 

Field Summary

 

Fields inherited from interface oracle.wsm.wsdl.fragments.IWSDLFragment
BINDING_FRAGMENT, BINDING_MESSAGE_REFERENCE, BINDING_OPER_FAULT_FRAGMENT, BINDING_OPER_FRAGMENT, BINDING_OPER_INPUT_FRAGMENT, BINDING_OPER_OUTPUT_FRAGMENT, ENDPOINT_FAULT_FRAGMENT, ENDPOINT_FRAGMENT, ENDPOINT_INPUT_FRAGMENT, ENDPOINT_OPER_FRAGMENT, ENDPOINT_OUTPUT_FRAGMENT, EXTENSION_FRAGMENT, PORTTYPE_FRAGMENT, PORTTYPE_OPER_FAULT_FRAGMENT, PORTTYPE_OPER_FRAGMENT, PORTTYPE_OPER_INPUT_FRAGMENT, PORTTYPE_OPER_OUTPUT_FRAGMENT, SERVICE_FRAGMENT, UNDEFINED_FRAGMENT, WSDL11_BINDING, WSDL11_BINDING_OPERATION, WSDL11_BINDING_OPERATION_INPUT, WSDL11_BINDING_OPERATION_OUTPUT, WSDL11_PORT, WSDL20_BINDING, WSDL20_BINDING_MESSAGE_REFERENCE, WSDL20_ENDPOINT

 

Constructor Summary
BindingMessageReferenceFragment(String nameSpace, String bindingName, String operationName, String message)
           

 

Method Summary
 QName getBinding()
           
 String getBindingName()
           
 String getMessage()
           
 String getOperationName()
           
 boolean isMessageInput()
           
 boolean isMessageOutput()
           

 

Methods inherited from class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
getFragment, getFragmentType, getNameSpace, getWSDLType, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.wsm.wsdl.fragments.IWSDLFragment
getFragment, getFragmentType, getNameSpace, getWSDLType

 

Constructor Detail

BindingMessageReferenceFragment

public BindingMessageReferenceFragment(String nameSpace,
                                       String bindingName,
                                       String operationName,
                                       String message)

Method Detail

getBindingName

public String getBindingName()

getBinding

public QName getBinding()

getOperationName

public String getOperationName()

getMessage

public String getMessage()

isMessageInput

public boolean isMessageInput()

isMessageOutput

public boolean isMessageOutput()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.