Package jcifs.dcerpc
Class DcerpcBind
- java.lang.Object
-
- jcifs.dcerpc.ndr.NdrObject
-
- jcifs.dcerpc.DcerpcMessage
-
- jcifs.dcerpc.DcerpcBind
-
- All Implemented Interfaces:
DcerpcConstants
public class DcerpcBind extends DcerpcMessage
- Author:
- mbechler
-
-
Field Summary
-
Fields inherited from class jcifs.dcerpc.DcerpcMessage
alloc_hint, call_id, flags, length, ptype, result
-
Fields inherited from interface jcifs.dcerpc.DcerpcConstants
DCERPC_CONC_MPX, DCERPC_DID_NOT_EXECUTE, DCERPC_FIRST_FRAG, DCERPC_LAST_FRAG, DCERPC_MAYBE, DCERPC_OBJECT_UUID, DCERPC_PENDING_CANCEL, DCERPC_RESERVED_1, DCERPC_UUID_SYNTAX_NDR
-
-
Constructor Summary
Constructors Constructor Description DcerpcBind()Construct bind message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode_out(NdrBuffer buf)voidencode_in(NdrBuffer buf)intgetOpnum()DcerpcExceptiongetResult()
-
-
-
Method Detail
-
getResult
public DcerpcException getResult()
- Overrides:
getResultin classDcerpcMessage- Returns:
- result exception, if the call failed
-
getOpnum
public int getOpnum()
- Specified by:
getOpnumin classDcerpcMessage- Returns:
- the operation number
-
encode_in
public void encode_in(NdrBuffer buf) throws NdrException
- Specified by:
encode_inin classDcerpcMessage- Throws:
NdrException
-
decode_out
public void decode_out(NdrBuffer buf) throws NdrException
- Specified by:
decode_outin classDcerpcMessage- Throws:
NdrException
-
-